adangel commented on issue #665: URL: https://github.com/apache/maven-pmd-plugin/issues/665#issuecomment-3435901279
This is actually a bug in PMD and will be fixed with the next version (see https://github.com/pmd/pmd/issues/4904 ). However, the maven-pmd-plugin should not report the class name here, as the line numbers are then not obvious (is it line 16 of class Inner, or of class TestOuter, or is it the line number inside the file?). Instead, it should report the java source file - then the line number is not ambiguous anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
