Skip to content

LSP server did not return anything for java codebase #306

@suil

Description

@suil

when parsing java, the inheritance and use relations cannot be built. I think the problem is that LSP server return nothing for java code. here is the line:
https://github.com/blarApp/blarify/blob/main/blarify/vendor/multilspy/language_server.py#L429

this is my script

root_path = '...'
lsp_query_helper = LspQueryHelper(root_url=root_path)

project_files_iterator = ProjectFilesIterator(
    root_path,
    lsp_query_helper,
    project_files_iterator,
)
graph = graph_creator.build()

relationships = graph.get_relationships_as_objects()
nodes = graph.get_nodes_as_objects()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions