Finding Nonparsed/Unanalyzed File on Sonarqube

  • Sonarqube 7.7 (Probably will use 7.9 LTS after release)

When I use the Sonar Scanner and if there is a parsing error, I can see it on the command line. However, I want to find which files were unable to be parsed on Sonarqube. If there is a parsing error, I can find them by looking at the files’ LOC and find them out, however I want to know if there is an easy way to locate the unparsed files.

For example, there is a parsing error here, therefore it does not show LOC. However, how can I locate those files since if the project is big and there are a lot of folders it’d be very difficult to find those files?