Updating the findbugs-maven-plugin got rid of the class error we saw with running mvn site but now it seems to complain about tons of javadoc comments that are causing report generation to fail. Everything about unbalanced </p> tags to missing `@{throws} declarations on methods.
Excerpt:
g Maven report:
[ERROR] Exit code: 1 - C:\Users\avgvstvs\gitRepos\esapi-java-legacy\src\main\java\org\owasp\esapi\AccessController.java:124: warning: no @throws for org.owasp.esapi.errors.AccessControlException
[ERROR] public void assertAuthorized(Object key, Object runtimeParameter)
[ERROR] ^
[ERROR] C:\Users\avgvstvs\gitRepos\esapi-java-legacy\src\main\java\org\owasp\esapi\AccessController.java:227: error: tag not allowed here: <ol>
[ERROR] * <ol type="a">
[ERROR] ^
C:\Users\avgvstvs\gitRepos\esapi-java-legacy\src\main\java\org\owasp\esapi\codecs\HashTrie.java:21: error: unexpected text
* <li>{@link Map.remove(Object)} is not supported.</li>
Updating the
findbugs-maven-plugingot rid of the class error we saw with runningmvn sitebut now it seems to complain about tons of javadoc comments that are causing report generation to fail. Everything about unbalanced</p>tags to missing `@{throws} declarations on methods.Excerpt: