Thanks for your reply Ann. Much appreciated!
I am just trying to understand more. The other ways of running sonar for instance sonar-scanner requires only source code path, for instance:
sonar.projectKey=atwork-address-master
sonar.projectName=atwork-address-master
sonar.projectVersion=1.0
sonar.sources=C:/any_java_project/src_path_only
sonar.sourceEncoding=UTF-8
Does this mean, this way of running sonar-scanner skips large portion of the analysis(because it doesn't build/generate byte files)?
Curious to know why do need to analyze the byte code (.class files)? Why cant we just use the source code (.java) files directly? Would you please provide some examples of how byte code helps us in performing the scan versus to just using .java files directly?
Again, thanks for your reply!
Imtiyaz