Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
48001431

Files

FilesIWE
org/apache/pluto/core/impl/PreferencesValidatorImpl.java 0022
org/apache/pluto/core/impl/package.html 001
org/apache/pluto/portalImpl/portlet/TestConfig.java 0043
org/apache/pluto/portalImpl/portlet/TestConfigFactory.java 0017
org/apache/pluto/portalImpl/portlet/TestPortlet.java 00133
org/apache/pluto/portalImpl/portlet/package.html 001
org/apache/pluto/portalImpl/portlet/test/AbstractReflectivePortletTest.java 0061
org/apache/pluto/portalImpl/portlet/test/ActionAbstractReflectivePortletTest.java 002
org/apache/pluto/portalImpl/portlet/test/ActionTest.java 002
org/apache/pluto/portalImpl/portlet/test/ComplexAttributeTest.java 0064
org/apache/pluto/portalImpl/portlet/test/ContextInitParameterTest.java 0050
org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTest.java 0027
org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTestCompanionServlet.java 0011
org/apache/pluto/portalImpl/portlet/test/MiscTest.java 00110
org/apache/pluto/portalImpl/portlet/test/PortletTest.java 007
org/apache/pluto/portalImpl/portlet/test/ResourceBundleTest.java 00113
org/apache/pluto/portalImpl/portlet/test/SecurityMappingTest.java 0055
org/apache/pluto/portalImpl/portlet/test/SimpleAttributeTest.java 00253
org/apache/pluto/portalImpl/portlet/test/SimpleParameterTest.java 0060
org/apache/pluto/portalImpl/portlet/test/SimplePreferenceTest.java 00223
org/apache/pluto/portalImpl/portlet/test/TestResult.java 0046
org/apache/pluto/portalImpl/portlet/test/TestResults.java 0039
org/apache/pluto/portalImpl/portlet/test/package.html 001
org/apache/pluto/testsuite/ExpectedResults.java 0077
org/apache/pluto/testsuite/InvalidConfigurationException.java 0012
org/apache/pluto/testsuite/package.html 001

org/apache/pluto/core/impl/PreferencesValidatorImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 16
Error Using the '.*' form of import should be avoided - javax.portlet.*. 22
Error Using the '.*' form of import should be avoided - java.util.*. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 28
Error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter preferences should be final. 32
Error '=' is not preceded with whitespace. 49
Error '=' is not followed by whitespace. 49
Error '<' is not preceded with whitespace. 49
Error '<' is not followed by whitespace. 49
Error ';' is not followed by whitespace. 49
Error Line is longer than 80 characters. 53
Error '=' is not preceded with whitespace. 57
Error '=' is not followed by whitespace. 57
Error Line is longer than 80 characters. 66
Error ',' is not followed by whitespace. 66

org/apache/pluto/core/impl/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/pluto/portalImpl/portlet/TestConfig.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 28
Error Missing a Javadoc comment. 30
Error Name 'testClassName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
Error Missing a Javadoc comment. 31
Error Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 31
Error Missing a Javadoc comment. 32
Error Name 'displayURI' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 32
Error Missing a Javadoc comment. 33
Error Name 'params' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 35
Error '{' should be on a new line. 35
Error Method 'getTestClassName' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error '{' should be on a new line. 39
Error Method 'setTestClassName' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter testClassName should be final. 43
Error 'testClassName' hides a field. 43
Error '{' should be on a new line. 43
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error '{' should be on a new line. 47
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 51
Error Missing a Javadoc comment. 51
Error Parameter testName should be final. 51
Error '{' should be on a new line. 51
Error Method 'getDisplayURI' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error '{' should be on a new line. 55
Error Method 'setDisplayURI' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter displayURI should be final. 59
Error 'displayURI' hides a field. 59
Error '{' should be on a new line. 59
Error Method 'addInitParameter' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter parameter should be final. 63
Error Parameter value should be final. 63
Error '{' should be on a new line. 63
Error Method 'getInitParameters' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error '{' should be on a new line. 67

org/apache/pluto/portalImpl/portlet/TestConfigFactory.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 29
Error Missing a Javadoc comment. 31
Error Name 'digester' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 31
Error Missing a Javadoc comment. 33
Error '{' should be on a new line. 33
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 53
Error Method 'createTests' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter in should be final. 61
Error '{' should be on a new line. 62
Error 'cast' is not followed by whitespace. 63

org/apache/pluto/portalImpl/portlet/TestPortlet.java

ErrorLine
Error Line does not match expected header line of ' Version 2.0, January 2004'. 2
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 16
Error Using the '.*' form of import should be avoided - javax.portlet.*. 22
Error Unused import - java.util.ArrayList. 26
Error Unused import - java.util.TreeMap. 27
Error Unused import - org.apache.pluto.portalImpl.portlet.test.SimpleAttributeTest. 32
Error Unused import - org.apache.pluto.portalImpl.portlet.test.SimpleParameterTest. 35
Error Unused import - org.apache.pluto.portalImpl.portlet.test.SecurityMappingTest. 36
Error Unused import - org.apache.pluto.portalImpl.portlet.test.ComplexAttributeTest. 37
Error Unused import - org.apache.pluto.portalImpl.portlet.test.SimplePreferenceTest. 38
Error Unused import - org.apache.pluto.portalImpl.portlet.test.MiscTest. 40
Error Unused import - org.apache.pluto.portalImpl.portlet.test.ExternalAppScopedAttributeTest. 41
Error Unused import - org.apache.pluto.portalImpl.portlet.test.ContextInitParameterTest. 42
Error Missing a Javadoc comment. 44
Error '{' should be on a new line. 44
Error Missing a Javadoc comment. 46
Error Name 'configs' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 47
Error Name 'tests' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 47
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '{' should be on a new line. 49
Error 'if' is not followed by whitespace. 51
Error '==' is not preceded with whitespace. 51
Error '==' is not followed by whitespace. 51
Error '{' should be on a new line. 51
Error 'if' is not followed by whitespace. 56
Error '(' is followed by whitespace. 56
Error '!=' is not followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error '{' should be on a new line. 56
Error '{' should be on a new line. 58
Error 'while' is not followed by whitespace. 63
Error '{' should be on a new line. 63
Error 'cast' is not followed by whitespace. 64
Error '=' is not preceded with whitespace. 65
Error 'if' is not followed by whitespace. 66
Error '{' should be on a new line. 66
Error 'cast' is not followed by whitespace. 68
Error '{' should be on a new line. 72
Error '{' should be on a new line. 78
Error '{' should be on a new line. 82
Error Method 'processAction' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter request should be final. 88
Error Parameter response should be final. 89
Error '{' should be on a new line. 90
Error 'cast' is not followed by whitespace. 93
Error 'if' is not followed by whitespace. 95
Error '!=' is not preceded with whitespace. 95
Error '!=' is not followed by whitespace. 95
Error '{' should be on a new line. 95
Error Line is longer than 80 characters. 99
Error 'if' is not followed by whitespace. 103
Error '!=' is not preceded with whitespace. 103
Error '!=' is not followed by whitespace. 103
Error '{' should be on a new line. 103
Error Line is longer than 80 characters. 104
Error Inner assignments should be avoided. 104
Error 'if' is not followed by whitespace. 107
Error '==' is not preceded with whitespace. 107
Error '==' is not followed by whitespace. 107
Error '{' should be on a new line. 107
Error Method 'doView' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter request should be final. 115
Error Parameter response should be final. 116
Error '{' should be on a new line. 117
Error 'if' is not followed by whitespace. 122
Error '{' should be on a new line. 122
Error 'cast' is not followed by whitespace. 123
Error 'cast' is not followed by whitespace. 126
Error '{' should be on a new line. 129
Error Line contains a tab character. 130
Error 'if' is not followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '{' should be on a new line. 132
Error 'if' is not followed by whitespace. 138
Error '{' should be on a new line. 138
Error Line is longer than 80 characters. 140
Error 'cast' is not followed by whitespace. 140
Error 'if' is not followed by whitespace. 144
Error '{' should be on a new line. 144
Error 'if' is not followed by whitespace. 150
Error '{' should be on a new line. 150
Error '{' should be on a new line. 153
Error ',' is not followed by whitespace. 156
Error Method 'doEdit' is not designed for extension - needs to be abstract, final or empty. 161
Error Missing a Javadoc comment. 161
Error Parameter req should be final. 161
Error Parameter res should be final. 161
Error '{' should be on a new line. 162
Error 'if' is not followed by whitespace. 164
Error '{' should be on a new line. 164
Error Line is longer than 80 characters. 166
Error ',' is not followed by whitespace. 167
Error Method 'doHelp' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error Parameter req should be final. 171
Error Parameter res should be final. 171
Error '{' should be on a new line. 172
Error 'if' is not followed by whitespace. 174
Error '{' should be on a new line. 174
Error Line is longer than 80 characters. 176
Error ',' is not followed by whitespace. 177
Error Missing a Javadoc comment. 181
Error Parameter req should be final. 181
Error '{' should be on a new line. 181
Error 'if' is not followed by whitespace. 186
Error '==' is not preceded with whitespace. 186
Error '==' is not followed by whitespace. 186
Error '{' should be on a new line. 187
Error 'if' is not followed by whitespace. 191
Error '!=' is not followed by whitespace. 191
Error '{' should be on a new line. 191
Error 'if' is not followed by whitespace. 193
Error '-' is not preceded with whitespace. 193
Error '-' is not followed by whitespace. 193
Error '{' should be on a new line. 193
Error '{' should be on a new line. 196
Error '+' is not preceded with whitespace. 197
Error '+' is not followed by whitespace. 197
Error 'if' is not followed by whitespace. 201
Error '!=' is not followed by whitespace. 201
Error '{' should be on a new line. 201
Error 'if' is not followed by whitespace. 203
Error '{' should be on a new line. 203
Error '-' is not preceded with whitespace. 204
Error '-' is not followed by whitespace. 204
Error '{' should be on a new line. 206

org/apache/pluto/portalImpl/portlet/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/pluto/portalImpl/portlet/test/AbstractReflectivePortletTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 31
Error Missing a Javadoc comment. 33
Error Name 'initParameters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
Error Method 'doTest' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter config should be final. 35
Error Parameter context should be final. 36
Error Parameter req should be final. 37
Error Parameter res should be final. 38
Error '{' should be on a new line. 38
Error Line has trailing spaces. 40
Error 'for' is not followed by whitespace. 44
Error '<' is not preceded with whitespace. 44
Error '<' is not followed by whitespace. 44
Error ';' is not followed by whitespace. 44
Error '{' should be on a new line. 44
Error 'if' is not followed by whitespace. 45
Error '{' should be on a new line. 45
Error '{' should be on a new line. 46
Error 'catch' is not followed by whitespace. 49
Error '{' should be on a new line. 49
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter initParameters should be final. 63
Error 'initParameters' hides a field. 63
Error '{' should be on a new line. 63
Error Missing a Javadoc comment. 67
Error Parameter method should be final. 67
Error Parameter config should be final. 67
Error Parameter context should be final. 68
Error Parameter req should be final. 69
Error Parameter res should be final. 69
Error '{' should be on a new line. 70
Error '=' is not preceded with whitespace. 73
Error 'for' is not followed by whitespace. 76
Error '=' is not preceded with whitespace. 76
Error '=' is not followed by whitespace. 76
Error ';' is not followed by whitespace. 76
Error '<' is not preceded with whitespace. 76
Error '<' is not followed by whitespace. 76
Error ';' is not followed by whitespace. 76
Error '{' should be on a new line. 76
Error 'if' is not followed by whitespace. 77
Error '{' should be on a new line. 77
Error 'if' is not followed by whitespace. 80
Error '{' should be on a new line. 80
Error 'if' is not followed by whitespace. 83
Error '{' should be on a new line. 83
Error 'if' is not followed by whitespace. 86
Error '{' should be on a new line. 86
Error 'if' is not followed by whitespace. 89
Error '{' should be on a new line. 89
Error 'cast' is not followed by whitespace. 93
Error Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter req should be final. 97
Error '{' should be on a new line. 97
Error Method 'getInitParameters' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error '{' should be on a new line. 102

org/apache/pluto/portalImpl/portlet/test/ActionAbstractReflectivePortletTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 23

org/apache/pluto/portalImpl/portlet/test/ActionTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 22

org/apache/pluto/portalImpl/portlet/test/ComplexAttributeTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 29
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error '{' should be on a new line. 35
Error Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter context should be final. 39
Error Parameter req should be final. 39
Error Parameter res should be final. 40
Error '{' should be on a new line. 40
Error Line is longer than 80 characters. 44
Error Method 'checkGetEmptyApplicationScopedAttribute' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter session should be final. 44
Error '{' should be on a new line. 44
Error Line is longer than 80 characters. 47
Error Line is longer than 80 characters. 49
Error 'if' is not followed by whitespace. 50
Error '{' should be on a new line. 50
Error '{' should be on a new line. 53
Error Line is longer than 80 characters. 55
Error '+' is not preceded with whitespace. 55
Error '+' is not followed by whitespace. 55
Error '+' is not preceded with whitespace. 55
Error '+' is not followed by whitespace. 55
Error Line is longer than 80 characters. 60
Error Method 'checkSetApplicationScopedAttribute' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter session should be final. 60
Error '{' should be on a new line. 60
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 67
Error 'if' is not followed by whitespace. 68
Error '{' should be on a new line. 68
Error '{' should be on a new line. 71
Error Line is longer than 80 characters. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error '+' is not preceded with whitespace. 73
Error '+' is not followed by whitespace. 73
Error Line is longer than 80 characters. 78
Error Method 'checkRemoveApplicationScopedAttribute' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter session should be final. 78
Error '{' should be on a new line. 78
Error Line is longer than 80 characters. 81
Error Line is longer than 80 characters. 85
Error 'if' is not followed by whitespace. 86
Error '{' should be on a new line. 86
Error '{' should be on a new line. 89
Error Line is longer than 80 characters. 91
Error '+' is not preceded with whitespace. 91
Error '+' is not followed by whitespace. 91
Error '+' is not preceded with whitespace. 91
Error '+' is not followed by whitespace. 91

org/apache/pluto/portalImpl/portlet/test/ContextInitParameterTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error '{' should be on a new line. 32
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '{' should be on a new line. 36
Error Method 'checkEnumerationContainsElements' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter ctx should be final. 40
Error '{' should be on a new line. 40
Error '{' should be on a new line. 46
Error '{' should be on a new line. 49
Error Method 'checkEnumerationContainsNames' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter ctx should be final. 56
Error '{' should be on a new line. 56
Error Line is longer than 80 characters. 59
Error 'while' is not followed by whitespace. 63
Error '{' should be on a new line. 63
Error 'cast' is not followed by whitespace. 64
Error 'if' is not followed by whitespace. 65
Error '{' should be on a new line. 65
Error 'if' is not followed by whitespace. 70
Error '{' should be on a new line. 70
Error '{' should be on a new line. 73
Error Line is longer than 80 characters. 75
Error '+' is not preceded with whitespace. 75
Error '+' is not followed by whitespace. 75
Error '+' is not preceded with whitespace. 75
Error '+' is not followed by whitespace. 75
Error Method 'checkGetInitParameter' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter context should be final. 81
Error '{' should be on a new line. 81
Error Line is longer than 80 characters. 84
Error 'if' is not followed by whitespace. 87
Error '{' should be on a new line. 87
Error '{' should be on a new line. 90
Error Line is longer than 80 characters. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92
Error '+' is not preceded with whitespace. 92
Error '+' is not followed by whitespace. 92

org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 24
Error '{' should be on a new line. 24
Error Line is longer than 80 characters. 26
Error Missing a Javadoc comment. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '{' should be on a new line. 30
Error Method 'checkSetHereSeenElsewhere' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter session should be final. 34
Error '{' should be on a new line. 34
Error Line is longer than 80 characters. 37
Error Method 'checkSetElsewhereSeenHere' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter session should be final. 45
Error '{' should be on a new line. 45
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 50
Error 'if' is not followed by whitespace. 51
Error '{' should be on a new line. 51
Error '{' should be on a new line. 54
Error Line is longer than 80 characters. 56

org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTestCompanionServlet.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 30
Error '{' should be on a new line. 30
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter req should be final. 32
Error Parameter res should be final. 32
Error '{' should be on a new line. 33
Error 'if' is not followed by whitespace. 39
Error '{' should be on a new line. 39
Error Line is longer than 80 characters. 48

org/apache/pluto/portalImpl/portlet/test/MiscTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 31
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error '{' should be on a new line. 34
Error Method 'checkContextMajorVersion' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter ctx should be final. 38
Error '{' should be on a new line. 38
Error Line is longer than 80 characters. 41
Error 'if' is not followed by whitespace. 44
Error '{' should be on a new line. 44
Error '{' should be on a new line. 47
Error Line is longer than 80 characters. 49
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error Method 'checkContextMinorVersion' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter ctx should be final. 54
Error '{' should be on a new line. 54
Error Line is longer than 80 characters. 57
Error 'if' is not followed by whitespace. 60
Error '{' should be on a new line. 60
Error '{' should be on a new line. 63
Error Line is longer than 80 characters. 65
Error '+' is not preceded with whitespace. 65
Error '+' is not followed by whitespace. 65
Error '+' is not preceded with whitespace. 65
Error '+' is not followed by whitespace. 65
Error '+' is not preceded with whitespace. 65
Error '+' is not followed by whitespace. 65
Error Method 'checkContextServerInfo' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter ctx should be final. 72
Error '{' should be on a new line. 72
Error Line is longer than 80 characters. 77
Error 'if' is not followed by whitespace. 77
Error '{' should be on a new line. 77
Error '{' should be on a new line. 80
Error Line is longer than 80 characters. 82
Error '+' is not preceded with whitespace. 82
Error '+' is not followed by whitespace. 82
Error '+' is not preceded with whitespace. 82
Error '+' is not followed by whitespace. 82
Error '+' is not preceded with whitespace. 82
Error '+' is not followed by whitespace. 82
Error Method 'checkPortalInfo' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Parameter req should be final. 87
Error '{' should be on a new line. 87
Error Line is longer than 80 characters. 92
Error 'if' is not followed by whitespace. 92
Error '{' should be on a new line. 92
Error '{' should be on a new line. 95
Error Line is longer than 80 characters. 97
Error '+' is not preceded with whitespace. 97
Error '+' is not followed by whitespace. 97
Error '+' is not preceded with whitespace. 97
Error '+' is not followed by whitespace. 97
Error '+' is not preceded with whitespace. 97
Error '+' is not followed by whitespace. 97
Error Expected an @return tag. 108
Error Method 'checkSupportedModes' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter req should be final. 108
Error Expected @param tag for 'req'. 108
Error '{' should be on a new line. 108
Error 'while' is not followed by whitespace. 118
Error '{' should be on a new line. 118
Error 'cast' is not followed by whitespace. 119
Error 'if' is not followed by whitespace. 120
Error '{' should be on a new line. 120
Error 'if' is not followed by whitespace. 123
Error '{' should be on a new line. 123
Error 'if' is not followed by whitespace. 126
Error '{' should be on a new line. 126
Error 'if' is not followed by whitespace. 131
Error '{' should be on a new line. 131
Error '{' should be on a new line. 134
Error 'if' is not followed by whitespace. 137
Error '{' should be on a new line. 137
Error 'if' is not followed by whitespace. 140
Error '{' should be on a new line. 140
Error 'if' is not followed by whitespace. 143
Error '{' should be on a new line. 143
Error Method 'checkSupportedWindowSates' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter req should be final. 150
Error '{' should be on a new line. 150
Error 'while' is not followed by whitespace. 160
Error '{' should be on a new line. 160
Error 'cast' is not followed by whitespace. 161
Error 'if' is not followed by whitespace. 162
Error '{' should be on a new line. 162
Error 'if' is not followed by whitespace. 165
Error '{' should be on a new line. 165
Error 'if' is not followed by whitespace. 168
Error '{' should be on a new line. 168
Error 'if' is not followed by whitespace. 173
Error '{' should be on a new line. 173
Error '{' should be on a new line. 176
Error 'if' is not followed by whitespace. 179
Error '{' should be on a new line. 179
Error 'if' is not followed by whitespace. 182
Error '{' should be on a new line. 182
Error 'if' is not followed by whitespace. 185
Error '{' should be on a new line. 185

org/apache/pluto/portalImpl/portlet/test/PortletTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 29
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 40

org/apache/pluto/portalImpl/portlet/test/ResourceBundleTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 38
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error '{' should be on a new line. 40
Error Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter context should be final. 44
Error Parameter req should be final. 44
Error Parameter res should be final. 45
Error '{' should be on a new line. 45
Error Method 'checkResourceBundleExists' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter config should be final. 52
Error Parameter req should be final. 53
Error '{' should be on a new line. 53
Error 'if' is not followed by whitespace. 59
Error '{' should be on a new line. 59
Error '{' should be on a new line. 62
Error Line is longer than 80 characters. 68
Error Method 'checkGetNames' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter config should be final. 68
Error Parameter req should be final. 68
Error '{' should be on a new line. 68
Error Line is longer than 80 characters. 71
Error 'while' is not followed by whitespace. 80
Error '{' should be on a new line. 80
Error 'if' is not followed by whitespace. 85
Error '{' should be on a new line. 85
Error '{' should be on a new line. 88
Error 'while' is not followed by whitespace. 92
Error '{' should be on a new line. 92
Error '+' is not preceded with whitespace. 93
Error '+' is not followed by whitespace. 93
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error Method 'checkGetGermanBundle' is not designed for extension - needs to be abstract, final or empty. 102
Error Missing a Javadoc comment. 102
Error Parameter config should be final. 102
Error Parameter req should be final. 103
Error '{' should be on a new line. 103
Error Method 'checkGetEnglishBundle' is not designed for extension - needs to be abstract, final or empty. 107
Error Missing a Javadoc comment. 107
Error Parameter config should be final. 107
Error Parameter req should be final. 108
Error '{' should be on a new line. 108
Error Missing a Javadoc comment. 119
Error Parameter config should be final. 119
Error Parameter req should be final. 120
Error Parameter locale should be final. 121
Error '{' should be on a new line. 121
Error '+' is not preceded with whitespace. 124
Error '+' is not followed by whitespace. 124
Error '+' is not preceded with whitespace. 127
Error '+' is not followed by whitespace. 127
Error 'if' is not followed by whitespace. 129
Error '{' should be on a new line. 129
Error 'cast' is not followed by whitespace. 135
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error 'cast' is not followed by whitespace. 136
Error '+' is not preceded with whitespace. 136
Error '+' is not followed by whitespace. 136
Error 'cast' is not followed by whitespace. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error 'if' is not followed by whitespace. 144
Error '==' is not preceded with whitespace. 144
Error '==' is not followed by whitespace. 144
Error '{' should be on a new line. 144
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error 'if' is not followed by whitespace. 147
Error '==' is not preceded with whitespace. 147
Error '==' is not followed by whitespace. 147
Error '{' should be on a new line. 147
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error '+' is not preceded with whitespace. 148
Error '+' is not followed by whitespace. 148
Error 'if' is not followed by whitespace. 150
Error '==' is not preceded with whitespace. 150
Error '==' is not followed by whitespace. 150
Error '{' should be on a new line. 150
Error '+' is not preceded with whitespace. 151
Error '+' is not followed by whitespace. 151
Error '+' is not preceded with whitespace. 151
Error '+' is not followed by whitespace. 151
Error '+' is not preceded with whitespace. 151
Error '+' is not followed by whitespace. 151
Error '+' is not preceded with whitespace. 151
Error '+' is not followed by whitespace. 151
Error 'if' is not followed by whitespace. 154
Error '{' should be on a new line. 154
Error '{' should be on a new line. 157
Error Missing a Javadoc comment. 165
Error '{' should be on a new line. 165
Error 'cast' is not followed by whitespace. 166
Error 'if' is not followed by whitespace. 167
Error '{' should be on a new line. 167

org/apache/pluto/portalImpl/portlet/test/SecurityMappingTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 31
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on a new line. 33
Error Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter context should be final. 37
Error Parameter req should be final. 37
Error Parameter res should be final. 38
Error '{' should be on a new line. 38
Error Method 'checkIsUserInMappedRole' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter req should be final. 42
Error '{' should be on a new line. 42
Error 'if' is not followed by whitespace. 46
Error '{' should be on a new line. 46
Error 'if' is not followed by whitespace. 53
Error '{' should be on a new line. 53
Error '{' should be on a new line. 56
Error Line is longer than 80 characters. 58
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error Method 'checkIsUserInUnmappedRole' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter req should be final. 64
Error '{' should be on a new line. 64
Error 'if' is not followed by whitespace. 68
Error '{' should be on a new line. 68
Error 'if' is not followed by whitespace. 75
Error '{' should be on a new line. 75
Error '{' should be on a new line. 78
Error Line is longer than 80 characters. 80
Error '+' is not preceded with whitespace. 80
Error '+' is not followed by whitespace. 80
Error '+' is not preceded with whitespace. 80
Error '+' is not followed by whitespace. 80
Error Method 'checkIsUserIndUndeclaredRole' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter req should be final. 86
Error '{' should be on a new line. 86
Error 'if' is not followed by whitespace. 90
Error '{' should be on a new line. 90
Error 'if' is not followed by whitespace. 94
Error '{' should be on a new line. 94
Error '{' should be on a new line. 97
Error Line is longer than 80 characters. 99
Error Missing a Javadoc comment. 106
Error Parameter req should be final. 106
Error '{' should be on a new line. 106
Error '==' is not preceded with whitespace. 107
Error '==' is not followed by whitespace. 107
Error '{' should be on a new line. 107

org/apache/pluto/portalImpl/portlet/test/SimpleAttributeTest.java

ErrorLine
Error Line does not match expected header line of ' Version 2.0, January 2004'. 2
Error '{' should be on a new line. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '{' should be on a new line. 38
Error Method 'doPrerequisiteAction' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter context should be final. 42
Error Parameter req should be final. 42
Error Parameter res should be final. 43
Error '{' should be on a new line. 43
Error Method 'checkGetNullAttribute' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter req should be final. 50
Error '{' should be on a new line. 50
Error Line is longer than 80 characters. 53
Error 'if' is not followed by whitespace. 56
Error '{' should be on a new line. 56
Error Line is longer than 80 characters. 58
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error '+' is not preceded with whitespace. 58
Error '+' is not followed by whitespace. 58
Error '{' should be on a new line. 60
Error Method 'checkSetAttribute' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter req should be final. 67
Error '{' should be on a new line. 67
Error 'if' is not followed by whitespace. 74
Error '{' should be on a new line. 74
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error '+' is not preceded with whitespace. 76
Error '+' is not followed by whitespace. 76
Error '{' should be on a new line. 78
Error Method 'checkRemoveAttribute' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter req should be final. 86
Error '{' should be on a new line. 86
Error 'if' is not followed by whitespace. 94
Error '!=' is not preceded with whitespace. 94
Error '!=' is not followed by whitespace. 94
Error '{' should be on a new line. 94
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '+' is not preceded with whitespace. 96
Error '+' is not followed by whitespace. 96
Error '{' should be on a new line. 98
Error Method 'checkEnumerateAttributes' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter req should be final. 105
Error '{' should be on a new line. 105
Error '5' is a magic number. 110
Error 'for' is not followed by whitespace. 111
Error '=' is not preceded with whitespace. 111
Error '=' is not followed by whitespace. 111
Error ';' is not followed by whitespace. 111
Error '<' is not preceded with whitespace. 111
Error '<' is not followed by whitespace. 111
Error ';' is not followed by whitespace. 111
Error '{' should be on a new line. 111
Error '+' is not preceded with whitespace. 112
Error '+' is not followed by whitespace. 112
Error '+' is not preceded with whitespace. 112
Error '+' is not followed by whitespace. 112
Error ',' is not followed by whitespace. 112
Error 'while' is not followed by whitespace. 117
Error '{' should be on a new line. 117
Error 'if' is not followed by whitespace. 118
Error '{' should be on a new line. 118
Error 'if' is not followed by whitespace. 123
Error '{' should be on a new line. 123
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error '{' should be on a new line. 127
Error Method 'checkGetNullAttribute' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Parameter session should be final. 137
Error '{' should be on a new line. 137
Error Line is longer than 80 characters. 140
Error 'if' is not followed by whitespace. 143
Error '{' should be on a new line. 143
Error Line is longer than 80 characters. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '+' is not preceded with whitespace. 145
Error '+' is not followed by whitespace. 145
Error '{' should be on a new line. 147
Error Method 'checkSetAttribute' is not designed for extension - needs to be abstract, final or empty. 153
Error Missing a Javadoc comment. 153
Error Parameter session should be final. 153
Error '{' should be on a new line. 153
Error 'if' is not followed by whitespace. 160
Error '{' should be on a new line. 160
Error '+' is not preceded with whitespace. 162
Error '+' is not followed by whitespace. 162
Error '+' is not preceded with whitespace. 162
Error '+' is not followed by whitespace. 162
Error '+' is not preceded with whitespace. 162
Error '+' is not followed by whitespace. 162
Error '+' is not preceded with whitespace. 162
Error '+' is not followed by whitespace. 162
Error '{' should be on a new line. 164
Error Method 'checkRemoveAttribute' is not designed for extension - needs to be abstract, final or empty. 172
Error Missing a Javadoc comment. 172
Error Parameter session should be final. 172
Error '{' should be on a new line. 172
Error 'if' is not followed by whitespace. 180
Error '!=' is not preceded with whitespace. 180
Error '!=' is not followed by whitespace. 180
Error '{' should be on a new line. 180
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '+' is not preceded with whitespace. 182
Error '+' is not followed by whitespace. 182
Error '{' should be on a new line. 184
Error Method 'checkEnumerateAttributes' is not designed for extension - needs to be abstract, final or empty. 191
Error Missing a Javadoc comment. 191
Error Parameter req should be final. 191
Error '{' should be on a new line. 191
Error '5' is a magic number. 196
Error 'for' is not followed by whitespace. 197
Error '=' is not preceded with whitespace. 197
Error '=' is not followed by whitespace. 197
Error ';' is not followed by whitespace. 197
Error '<' is not preceded with whitespace. 197
Error '<' is not followed by whitespace. 197
Error ';' is not followed by whitespace. 197
Error '{' should be on a new line. 197
Error '+' is not preceded with whitespace. 198
Error '+' is not followed by whitespace. 198
Error '+' is not preceded with whitespace. 198
Error '+' is not followed by whitespace. 198
Error ',' is not followed by whitespace. 198
Error 'while' is not followed by whitespace. 203
Error '{' should be on a new line. 203
Error 'if' is not followed by whitespace. 204
Error '{' should be on a new line. 204
Error 'if' is not followed by whitespace. 209
Error '{' should be on a new line. 209
Error '+' is not preceded with whitespace. 211
Error '+' is not followed by whitespace. 211
Error '+' is not preceded with whitespace. 211
Error '+' is not followed by whitespace. 211
Error '+' is not preceded with whitespace. 211
Error '+' is not followed by whitespace. 211
Error '{' should be on a new line. 213
Error Method 'checkGetNullAttribute' is not designed for extension - needs to be abstract, final or empty. 223
Error Missing a Javadoc comment. 223
Error Parameter context should be final. 223
Error '{' should be on a new line. 223
Error Line is longer than 80 characters. 226
Error 'if' is not followed by whitespace. 229
Error '{' should be on a new line. 229
Error Line is longer than 80 characters. 231
Error '+' is not preceded with whitespace. 231
Error '+' is not followed by whitespace. 231
Error '+' is not preceded with whitespace. 231
Error '+' is not followed by whitespace. 231
Error '+' is not preceded with whitespace. 231
Error '+' is not followed by whitespace. 231
Error '+' is not preceded with whitespace. 231
Error '+' is not followed by whitespace. 231
Error '{' should be on a new line. 233
Error Method 'checkSetAttribute' is not designed for extension - needs to be abstract, final or empty. 239
Error Missing a Javadoc comment. 239
Error Parameter context should be final. 239
Error '{' should be on a new line. 239
Error 'if' is not followed by whitespace. 246
Error '{' should be on a new line. 246
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '+' is not preceded with whitespace. 248
Error '+' is not followed by whitespace. 248
Error '{' should be on a new line. 250
Error Method 'checkRemoveAttribute' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error Parameter context should be final. 258
Error '{' should be on a new line. 258
Error 'if' is not followed by whitespace. 266
Error '!=' is not preceded with whitespace. 266
Error '!=' is not followed by whitespace. 266
Error '{' should be on a new line. 266
Error '+' is not preceded with whitespace. 268
Error '+' is not followed by whitespace. 268
Error '+' is not preceded with whitespace. 268
Error '+' is not followed by whitespace. 268
Error '+' is not preceded with whitespace. 268
Error '+' is not followed by whitespace. 268
Error '+' is not preceded with whitespace. 268
Error '+' is not followed by whitespace. 268
Error '{' should be on a new line. 270
Error Method 'checkEnumerateAttributes' is not designed for extension - needs to be abstract, final or empty. 277
Error Missing a Javadoc comment. 277
Error Parameter req should be final. 277
Error '{' should be on a new line. 277
Error '5' is a magic number. 282
Error 'for' is not followed by whitespace. 283
Error '=' is not preceded with whitespace. 283
Error '=' is not followed by whitespace. 283
Error ';' is not followed by whitespace. 283
Error '<' is not preceded with whitespace. 283
Error '<' is not followed by whitespace. 283
Error ';' is not followed by whitespace. 283
Error '{' should be on a new line. 283
Error '+' is not preceded with whitespace. 284
Error '+' is not followed by whitespace. 284
Error '+' is not preceded with whitespace. 284
Error '+' is not followed by whitespace. 284
Error ',' is not followed by whitespace. 284
Error 'while' is not followed by whitespace. 289
Error '{' should be on a new line. 289
Error 'if' is not followed by whitespace. 290
Error '{' should be on a new line. 290
Error 'if' is not followed by whitespace. 295
Error '{' should be on a new line. 295
Error '+' is not preceded with whitespace. 297
Error '+' is not followed by whitespace. 297
Error '+' is not preceded with whitespace. 297
Error '+' is not followed by whitespace. 297
Error '+' is not preceded with whitespace. 297
Error '+' is not followed by whitespace. 297
Error '{' should be on a new line. 299

org/apache/pluto/portalImpl/portlet/test/SimpleParameterTest.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 27
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on a new line. 33
Error Method 'getRenderParameters' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter req should be final. 37
Error '{' should be on a new line. 37
Error Method 'checkSentParameters' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter req should be final. 43
Error '{' should be on a new line. 43
Error Line is longer than 80 characters. 46
Error 'if' is not followed by whitespace. 49
Error '{' should be on a new line. 49
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '{' should be on a new line. 53
Error Method 'checkInternalRenderParameters' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter req should be final. 60
Error '{' should be on a new line. 60
Error Line is longer than 80 characters. 63
Error 'if' is not followed by whitespace. 66
Error '{' should be on a new line. 66
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error '{' should be on a new line. 70
Error Method 'checkParameterNames' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter req should be final. 76
Error '{' should be on a new line. 76
Error 'while' is not followed by whitespace. 84
Error '{' should be on a new line. 84
Error 'if' is not followed by whitespace. 86
Error '{' should be on a new line. 86
Error 'if' is not followed by whitespace. 89
Error '{' should be on a new line. 89
Error 'if' is not followed by whitespace. 93
Error '{' should be on a new line. 93
Error 'if' is not followed by whitespace. 96
Error '{' should be on a new line. 96
Error 'if' is not followed by whitespace. 99
Error '{' should be on a new line. 99
Error '{' should be on a new line. 104

org/apache/pluto/portalImpl/portlet/test/SimplePreferenceTest.java

ErrorLine
Error Line does not match expected header line of ' Version 2.0, January 2004'. 2
Error '{' should be on a new line. 32
Error Line is longer than 80 characters. 34
Error Missing a Javadoc comment. 34
Error Method 'getTestSuiteName' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '{' should be on a new line. 36
Error Method 'checkGetEmptyPreference' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter req should be final. 40
Error '{' should be on a new line. 40
Error Line is longer than 80 characters. 43
Error 'if' is not followed by whitespace. 46
Error '{' should be on a new line. 46
Error '{' should be on a new line. 49
Error Line is longer than 80 characters. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error Method 'checkGetEmptyPreferences' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Parameter req should be final. 56
Error '{' should be on a new line. 56
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 61
Error 'if' is not followed by whitespace. 62
Error '{' should be on a new line. 62
Error '{' should be on a new line. 65
Error Line is longer than 80 characters. 67
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error '+' is not preceded with whitespace. 67
Error '+' is not followed by whitespace. 67
Error Method 'checkGetPreferences' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter req should be final. 73
Error '{' should be on a new line. 73
Error Line is longer than 80 characters. 76
Error 'if' is not followed by whitespace. 79
Error '{' should be on a new line. 79
Error '{' should be on a new line. 82
Error Line is longer than 80 characters. 84
Error '+' is not preceded with whitespace. 84
Error '+' is not followed by whitespace. 84
Error '+' is not preceded with whitespace. 84
Error '+' is not followed by whitespace. 84
Error Method 'checkSetPreference' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter req should be final. 89
Error '{' should be on a new line. 89
Error '{' should be on a new line. 95
Error 'catch' is not followed by whitespace. 98
Error '{' should be on a new line. 98
Error 'if' is not followed by whitespace. 105
Error '{' should be on a new line. 105
Error '{' should be on a new line. 108
Error Line is longer than 80 characters. 110
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error Method 'checkSetPreferences' is not designed for extension - needs to be abstract, final or empty. 115
Error Missing a Javadoc comment. 115
Error Parameter req should be final. 115
Error '{' should be on a new line. 115
Error '{' should be on a new line. 121
Error Line is longer than 80 characters. 122
Error 'catch' is not followed by whitespace. 124
Error '{' should be on a new line. 124
Error Line is longer than 80 characters. 130
Error '{' is followed by whitespace. 130
Error 'if' is not followed by whitespace. 131
Error '&&' should be on a new line. 131
Error '{' should be on a new line. 132
Error '{' should be on a new line. 135
Error Line is longer than 80 characters. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error Method 'checkSetPreferencesReturnsFirst' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Parameter req should be final. 142
Error '{' should be on a new line. 142
Error '{' should be on a new line. 148
Error Line is longer than 80 characters. 149
Error 'catch' is not followed by whitespace. 151
Error '{' should be on a new line. 151
Error 'if' is not followed by whitespace. 158
Error '{' should be on a new line. 158
Error '{' should be on a new line. 161
Error Line is longer than 80 characters. 163
Error '+' is not preceded with whitespace. 163
Error '+' is not followed by whitespace. 163
Error '+' is not preceded with whitespace. 163
Error '+' is not followed by whitespace. 163
Error Method 'checkPreferenceValidator' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error Parameter req should be final. 168
Error '{' should be on a new line. 168
Error Line is longer than 80 characters. 171
Error '{' should be on a new line. 175
Error Line is longer than 80 characters. 176
Error '{' should be on a new line. 179
Error Must have at least one statement. 179
Error '{' should be on a new line. 182
Error Line is longer than 80 characters. 184
Error '{' should be on a new line. 184
Error '}' should be alone on a line. 184
Error 'catch' is not preceded with whitespace. 184
Error '}' is not followed by whitespace. 184
Error 'catch' is not followed by whitespace. 184
Error Must have at least one statement. 184
Error '{' is not followed by whitespace. 184
Error '}' is not preceded with whitespace. 184
Error '{' should be on a new line. 186
Error Must have at least one statement. 186
Error 'if' is not followed by whitespace. 190
Error '{' should be on a new line. 190
Error '{' should be on a new line. 193
Error Method 'checkStorePreferences' is not designed for extension - needs to be abstract, final or empty. 200
Error Missing a Javadoc comment. 200
Error Parameter req should be final. 200
Error '{' should be on a new line. 200
Error '{' should be on a new line. 208
Error 'if' is not followed by whitespace. 211
Error '{' should be on a new line. 211
Error Line is longer than 80 characters. 216
Error 'if' is not followed by whitespace. 216
Error '{' should be on a new line. 216
Error 'catch' is not followed by whitespace. 222
Error '{' should be on a new line. 222
Error Must have at least one statement. 222
Error 'catch' is not followed by whitespace. 225
Error '{' should be on a new line. 225
Error Must have at least one statement. 225
Error 'catch' is not followed by whitespace. 228
Error '{' should be on a new line. 228
Error Must have at least one statement. 228
Error 'if' is not followed by whitespace. 232
Error '{' should be on a new line. 232
Error '{' should be on a new line. 235
Error Line is longer than 80 characters. 237
Error '{' should be on a new line. 239
Error Method 'checkResetPreferences' is not designed for extension - needs to be abstract, final or empty. 246
Error Missing a Javadoc comment. 246
Error Parameter req should be final. 246
Error '{' should be on a new line. 246
Error '{' should be on a new line. 254
Error 'if' is not followed by whitespace. 257
Error '{' should be on a new line. 257
Error Line is longer than 80 characters. 262
Error 'if' is not followed by whitespace. 262
Error '{' should be on a new line. 262
Error Line is longer than 80 characters. 268
Error 'if' is not followed by whitespace. 269
Error '{' should be on a new line. 269
Error 'catch' is not followed by whitespace. 273
Error '{' should be on a new line. 273
Error 'catch' is not followed by whitespace. 276
Error '{' should be on a new line. 276
Error 'catch' is not followed by whitespace. 279
Error '{' should be on a new line. 279
Error 'if' is not followed by whitespace. 283
Error '{' should be on a new line. 283
Error 'if' is not followed by whitespace. 286
Error '{' should be on a new line. 286
Error Line is longer than 80 characters. 288
Error '{' should be on a new line. 290
Error Line is longer than 80 characters. 292
Error Method 'checkResetToNullPreferences' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error Parameter req should be final. 298
Error '{' should be on a new line. 298
Error Line is longer than 80 characters. 301
Error '{' should be on a new line. 306
Error 'if' is not followed by whitespace. 309
Error '{' should be on a new line. 309
Error Line is longer than 80 characters. 314
Error 'if' is not followed by whitespace. 314
Error '{' should be on a new line. 314
Error Line is longer than 80 characters. 320
Error 'if' is not followed by whitespace. 321
Error '{' should be on a new line. 321
Error 'catch' is not followed by whitespace. 325
Error '{' should be on a new line. 325
Error 'catch' is not followed by whitespace. 328
Error '{' should be on a new line. 328
Error 'catch' is not followed by whitespace. 331
Error '{' should be on a new line. 331
Error 'if' is not followed by whitespace. 335
Error '{' should be on a new line. 335
Error 'if' is not followed by whitespace. 338
Error '{' should be on a new line. 338
Error Line is longer than 80 characters. 340
Error '{' should be on a new line. 342
Error Line is longer than 80 characters. 344
Error Method 'checkReadOnlyPreferences' is not designed for extension - needs to be abstract, final or empty. 349
Error Missing a Javadoc comment. 349
Error Parameter req should be final. 349
Error '{' should be on a new line. 349
Error Line is longer than 80 characters. 352
Error '{' should be on a new line. 356
Error '{' should be on a new line. 359
Error 'if' is not followed by whitespace. 363
Error '{' should be on a new line. 363
Error '{' should be on a new line. 366
Error Method 'checkGetPreferenceMap' is not designed for extension - needs to be abstract, final or empty. 374
Error Missing a Javadoc comment. 374
Error Parameter req should be final. 374
Error '{' should be on a new line. 374
Error Method 'checkGetPreferenceNames' is not designed for extension - needs to be abstract, final or empty. 381
Error Missing a Javadoc comment. 381
Error Parameter req should be final. 381
Error '{' should be on a new line. 381
Error 'while' is not followed by whitespace. 390
Error '{' should be on a new line. 390
Error 'if' is not followed by whitespace. 391
Error '{' should be on a new line. 391
Error 'if' is not followed by whitespace. 397
Error '{' should be on a new line. 397
Error '{' should be on a new line. 400

org/apache/pluto/portalImpl/portlet/test/TestResult.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 21
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
Error Missing a Javadoc comment. 28
Error Name 'desc' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
Error Missing a Javadoc comment. 29
Error Name 'returnCode' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 29
Error Missing a Javadoc comment. 30
Error Name 'results' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
Error '=' is not followed by whitespace. 30
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '{' should be on a new line. 33
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter name should be final. 37
Error 'name' hides a field. 37
Error '{' should be on a new line. 37
Error Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error '{' should be on a new line. 41
Error Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter desc should be final. 45
Error 'desc' hides a field. 45
Error '{' should be on a new line. 45
Error Method 'getReturnCode' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '{' should be on a new line. 49
Error Method 'setReturnCode' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter returnCode should be final. 53
Error 'returnCode' hides a field. 53
Error '{' should be on a new line. 53
Error Method 'getResults' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error '{' should be on a new line. 57
Error Method 'setResults' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter results should be final. 61
Error 'results' hides a field. 61
Error '{' should be on a new line. 61

org/apache/pluto/portalImpl/portlet/test/TestResults.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error '{' should be on a new line. 25
Error Missing a Javadoc comment. 27
Error Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
Error Missing a Javadoc comment. 28
Error Name 'list' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
Error Missing a Javadoc comment. 29
Error Name 'failed' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 29
Error Missing a Javadoc comment. 30
Error Name 'inQuestion' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
Error Missing a Javadoc comment. 32
Error Parameter name should be final. 32
Error 'name' hides a field. 32
Error '{' should be on a new line. 32
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error '{' should be on a new line. 36
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter name should be final. 40
Error 'name' hides a field. 40
Error '{' should be on a new line. 40
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter res should be final. 44
Error '{' should be on a new line. 44
Error 'if' is not followed by whitespace. 45
Error '{' should be on a new line. 45
Error 'if' is not followed by whitespace. 48
Error '{' should be on a new line. 48
Error Method 'isFailed' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error '{' should be on a new line. 54
Error Method 'isInQuestion' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error '{' should be on a new line. 58
Error Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error '{' should be on a new line. 62

org/apache/pluto/portalImpl/portlet/test/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/pluto/testsuite/ExpectedResults.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Class ExpectedResults should be declared as final. 29
Error '{' should be on a new line. 29
Error Line contains a tab character. 30
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error Line contains a tab character. 31
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 32
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Missing a Javadoc comment. 34
Error Line contains a tab character. 35
Error Missing a Javadoc comment. 35
Error Name 'properties' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 35
Error Line has trailing spaces. 36
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Missing a Javadoc comment. 37
Error '{' should be on a new line. 37
Error Line contains a tab character. 38
Error Line has trailing spaces. 39
Error Line contains a tab character. 39
Error Line is longer than 80 characters. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error '{' should be on a new line. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line has trailing spaces. 46
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Missing a Javadoc comment. 47
Error '{' should be on a new line. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line has trailing spaces. 50
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line has trailing spaces. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line is longer than 80 characters. 55
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Line is longer than 80 characters. 57
Error Line contains a tab character. 57
Error Redundant throws: 'InvalidConfigurationException' is unchecked exception. 57
Error '{' should be on a new line. 57
Error Line contains a tab character. 58
Error '{' should be on a new line. 58
Error Line contains a tab character. 59
Error '{' should be on a new line. 59
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line has trailing spaces. 62
Error Line contains a tab character. 62
Error Line has trailing spaces. 63
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error '}' should be alone on a line. 64
Error '{' should be on a new line. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67

org/apache/pluto/testsuite/InvalidConfigurationException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error '{' should be on a new line. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error Parameter message should be final. 25
Error '{' should be on a new line. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27

org/apache/pluto/testsuite/package.html

ErrorLine
Error Missing package documentation file.0