Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
63 0 0 16

Files

Files I W E
org/apache/commons/chain/impl/CatalogBase.java 0 0 1
org/apache/commons/chain/impl/ChainBase.java 0 0 2
org/apache/commons/chain/impl/ContextBase.java 0 0 2
org/apache/commons/chain/web/ChainResources.java 0 0 1
org/apache/commons/chain/web/portlet/PortletSessionScopeMap.java 0 0 2
org/apache/commons/chain/web/portlet/PortletWebContext.java 0 0 3
org/apache/commons/chain/web/servlet/ServletSessionScopeMap.java 0 0 2
org/apache/commons/chain/web/servlet/ServletWebContext.java 0 0 3

org/apache/commons/chain/impl/CatalogBase.java

Error Line
Error Variable 'commands' must be private and have accessor methods. 47

org/apache/commons/chain/impl/ChainBase.java

Error Line
Error Variable 'commands' must be private and have accessor methods. 117
Error Variable 'frozen' must be private and have accessor methods. 124

org/apache/commons/chain/impl/ContextBase.java

Error Line
Error Definition of 'equals()' without corresponding definition of 'hashCode()'. 125
Error '}' should be on the same line. 180

org/apache/commons/chain/web/ChainResources.java

Error Line
Error Utility classes should not have a public or default constructor. 38

org/apache/commons/chain/web/portlet/PortletSessionScopeMap.java

Error Line
Error Conditional logic can be removed. 131
Error Conditional logic can be removed. 237

org/apache/commons/chain/web/portlet/PortletWebContext.java

Error Line
Error Variable 'context' must be private and have accessor methods. 80
Error Variable 'request' must be private and have accessor methods. 121
Error Variable 'response' must be private and have accessor methods. 134

org/apache/commons/chain/web/servlet/ServletSessionScopeMap.java

Error Line
Error Conditional logic can be removed. 129
Error Conditional logic can be removed. 232

org/apache/commons/chain/web/servlet/ServletWebContext.java

Error Line
Error Variable 'context' must be private and have accessor methods. 79
Error Variable 'request' must be private and have accessor methods. 126
Error Variable 'response' must be private and have accessor methods. 139