Skip to content

Problems: Extracting the complete Method Call Hierarchy of a complicated Java method. #13951

Answered by aibaars
oriana19993926782 asked this question in Q&A
Discussion options

You must be logged in to vote

The cause of the incomplete database is that CodeQL did not support Lombok and skips any files that import lombok annotations. Support for Lombok is experimental and can be enabled by setting the environment variable CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS. You can create a complete database with the CodeQL CLI as follows:

CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS=true codeql database create -ljava -s shardingsphere-elasticjob shardingsphere-elasticjob-database

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@oriana19993926782
Comment options

Comment options

You must be logged in to vote
4 replies
@aibaars
Comment options

Answer selected by oriana19993926782
@oriana19993926782
Comment options

@aibaars
Comment options

@aibaars
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants