Hello, I have a question about analyze java-project. How I see, I can analyze gradle-project without build, only .java. Is it less efficient then analyze with .class? I will get more false-positive or not full analyze?
Also I see, that for maven-project I can’t scan without .class. Only project with one .java file. Am I right, .class is necessary? Or I can do it without build and for maven too?
Unfortunately, there is no (useful) way to analyze your code without building it.
Missing binaries (.class and dependencies) would lead to broken/incomplete semantic and make it impossible for the analyzer to produce meaningful results.