Checkstyle Results

The following document contains the results of Checkstyle 5.7.

Summary

Files  Info  Warnings  Errors
3 0 0 38

Details

org/jomc/ObjectManagementException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>org.jomc.ObjectManagementException</dd> 44
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 44
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>JOMC ⁑ API</dd> 45
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 45
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>No</dd> 46
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 46
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>Yes</dd> 47
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 47
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>No</dd> 48
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 48

org/jomc/ObjectManager.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>org.jomc.ObjectManager</dd> 46
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 46
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>One</dd> 47
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 47
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>Singleton</dd> 48
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 48
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 86
 Error coding RedundantThrows Redundant throws: 'ObjectManagementException' is unchecked exception. 86
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 107
 Error coding RedundantThrows Redundant throws: 'ObjectManagementException' is unchecked exception. 107
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 127
 Error coding RedundantThrows Redundant throws: 'ObjectManagementException' is unchecked exception. 127
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 147
 Error coding RedundantThrows Redundant throws: 'ObjectManagementException' is unchecked exception. 147
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 169
 Error coding RedundantThrows Redundant throws: 'ObjectManagementException' is unchecked exception. 169

org/jomc/ObjectManagerFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>org.jomc.ObjectManagerFactory</dd> 44
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 44
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>JOMC ⁑ API</dd> 45
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 45
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>Yes</dd> 46
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 46
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>Yes</dd> 47
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 47
 Error javadoc JavadocStyle Extra HTML tag found: </dt><dd>No</dd> 48
 Error javadoc JavadocStyle Extra HTML tag found: </dd> 48
 Error coding IllegalCatch Catching 'Exception' is not allowed. 104
 Error coding IllegalCatch Catching 'Exception' is not allowed. 132