You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing our source results in PMDExceptions and the file will be ignored and an ERROR will be logged by the sonar-maven-plugin.
Example code which fails: Collections::<String> emptyList
net.sourceforge.pmd.PMDException: Error while parsing ...
Caused by: net.sourceforge.pmd.lang.java.ast.ParseException: Encountered " "::" ":: "" at line 68, column 59.
Was expecting one of:
")" ...
"," ...
"++" ...
"--" ...
By upgrading the plugin dependency the problem is solved:
Processing our source results in
PMDException
s and the file will be ignored and an ERROR will be logged by the sonar-maven-plugin.Example code which fails:
Collections::<String> emptyList
By upgrading the plugin dependency the problem is solved:
The sonar-maven-plugin still logs :
The text was updated successfully, but these errors were encountered: