Open
Description
When I compile a java project built by maven, codeql tell me "No source code was seen and extracted".
- cmd is: codeql database create sonar.db -l java -c "./gradlew --no-build-cache clean classes"
- The project is built correctly, and many *.class are generated.
- There only "codeql-database.yml", "log", "working" files in codeql database directory.
The reason is maybe that codeql cannot "Intercepted call" with Java correctly. But I don't know why codeql cannot hook Java compiler.