Currently this plugin scans all files in src/main/java. For arbitrary reasons it may potentially happen that this folder contains also files other other type than java source. Then the plugin simply failes with an error such as:
Unexpected Error! syntax error @[1,2] in file:...
Expected behaviour:
[x] this plugin should only scan *.java files and ignore other files
[x] even if there is a java file that can not be parsed by QDox for some reason that error should be catched and prevent the plugin from crashing the build.
Currently this plugin scans all files in
src/main/java
. For arbitrary reasons it may potentially happen that this folder contains also files other other type than java source. Then the plugin simply failes with an error such as:Expected behaviour: