Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
2300303

Files

FilesIWE
org/apache/excalibur/instrument/AbstractInstrument.java 0034
org/apache/excalibur/instrument/AbstractInstrumentable.java 0069
org/apache/excalibur/instrument/AbstractLogEnabledInstrumentable.java 0068
org/apache/excalibur/instrument/CounterInstrument.java 0040
org/apache/excalibur/instrument/Instrument.java 007
org/apache/excalibur/instrument/InstrumentManageable.java 009
org/apache/excalibur/instrument/InstrumentManager.java 0014
org/apache/excalibur/instrument/InstrumentProxy.java 0011
org/apache/excalibur/instrument/Instrumentable.java 009
org/apache/excalibur/instrument/NoopInstrumentManager.java 0017
org/apache/excalibur/instrument/ValueInstrument.java 0024
org/apache/excalibur/instrument/package.html 001

org/apache/excalibur/instrument/AbstractInstrument.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 30
Error Name 'm_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Error Name 'm_proxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error '(' is followed by whitespace. 46
Error Parameter name should be final. 46
Error ')' is preceded with whitespace. 46
Error '{' should be on the previous line. 47
Error Method 'getInstrumentName' is not designed for extension - needs to be abstract, final or empty. 62
Error '{' should be on the previous line. 63
Error Method 'setInstrumentProxy' is not designed for extension - needs to be abstract, final or empty. 81
Error '(' is followed by whitespace. 81
Error Parameter proxy should be final. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error 'if' is not followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error '{' should be on the previous line. 84
Error Line is longer than 80 characters. 86
Error ')' is preceded with whitespace. 86
Error Method 'isActive' is not designed for extension - needs to be abstract, final or empty. 97
Error '{' should be on the previous line. 98
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Method 'getInstrumentProxy' is not designed for extension - needs to be abstract, final or empty. 108
Error '{' should be on the previous line. 109

org/apache/excalibur/instrument/AbstractInstrumentable.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 23
Error '{' should be on the previous line. 33
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35
Error Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Line is longer than 80 characters. 43
Error Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error '{' should be on the previous line. 53
Error Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. 69
Error '(' is followed by whitespace. 69
Error Parameter instrument should be final. 69
Error ')' is preceded with whitespace. 69
Error '{' should be on the previous line. 70
Error 'if' is not followed by whitespace. 71
Error '(' is followed by whitespace. 71
Error ')' is preceded with whitespace. 71
Error '{' should be on the previous line. 72
Error Line is longer than 80 characters. 73
Error '(' is followed by whitespace. 73
Error Line is longer than 80 characters. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. 89
Error '(' is followed by whitespace. 89
Error Parameter child should be final. 89
Error ')' is preceded with whitespace. 89
Error '{' should be on the previous line. 90
Error 'if' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Line is longer than 80 characters. 93
Error '(' is followed by whitespace. 93
Error Line is longer than 80 characters. 94
Error ')' is preceded with whitespace. 94
Error '(' is followed by whitespace. 96
Error ')' is preceded with whitespace. 96
Error '{' should be on the previous line. 108
Error '(' is followed by whitespace. 125
Error Parameter name should be final. 125
Error ')' is preceded with whitespace. 125
Error '{' should be on the previous line. 126
Error '{' should be on the previous line. 140
Error 'if' is not followed by whitespace. 142
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '{' should be on the previous line. 143
Error '}' should be on the same line. 145
Error '{' should be on the previous line. 147
Error Line is longer than 80 characters. 148
Error '(' is followed by whitespace. 149
Error ')' is preceded with whitespace. 149
Error '{' should be on the previous line. 166
Error 'if' is not followed by whitespace. 168
Error '(' is followed by whitespace. 168
Error ')' is preceded with whitespace. 168
Error '{' should be on the previous line. 169
Error '}' should be on the same line. 171
Error '{' should be on the previous line. 173
Error Line is longer than 80 characters. 174
Error '(' is followed by whitespace. 175
Error ')' is preceded with whitespace. 175

org/apache/excalibur/instrument/AbstractLogEnabledInstrumentable.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 37
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Name 'm_instrumentList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Name 'm_childList' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Line is longer than 80 characters. 47
Error Name 'm_registered' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error '{' should be on the previous line. 57
Error Method 'addInstrument' is not designed for extension - needs to be abstract, final or empty. 73
Error '(' is followed by whitespace. 73
Error Parameter instrument should be final. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error 'if' is not followed by whitespace. 75
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '{' should be on the previous line. 76
Error Line is longer than 80 characters. 77
Error '(' is followed by whitespace. 77
Error Line is longer than 80 characters. 78
Error ')' is preceded with whitespace. 78
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Method 'addChildInstrumentable' is not designed for extension - needs to be abstract, final or empty. 93
Error '(' is followed by whitespace. 93
Error Parameter child should be final. 93
Error ')' is preceded with whitespace. 93
Error '{' should be on the previous line. 94
Error 'if' is not followed by whitespace. 95
Error '(' is followed by whitespace. 95
Error ')' is preceded with whitespace. 95
Error '{' should be on the previous line. 96
Error Line is longer than 80 characters. 97
Error '(' is followed by whitespace. 97
Error Line is longer than 80 characters. 98
Error ')' is preceded with whitespace. 98
Error '(' is followed by whitespace. 100
Error ')' is preceded with whitespace. 100
Error '{' should be on the previous line. 112
Error '(' is followed by whitespace. 129
Error Parameter name should be final. 129
Error ')' is preceded with whitespace. 129
Error '{' should be on the previous line. 130
Error '{' should be on the previous line. 144
Error 'if' is not followed by whitespace. 146
Error '(' is followed by whitespace. 146
Error ')' is preceded with whitespace. 146
Error '{' should be on the previous line. 147
Error '}' should be on the same line. 149
Error '{' should be on the previous line. 151
Error Line is longer than 80 characters. 152
Error '(' is followed by whitespace. 153
Error ')' is preceded with whitespace. 153
Error '{' should be on the previous line. 170
Error 'if' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error ')' is preceded with whitespace. 172
Error '{' should be on the previous line. 173
Error '}' should be on the same line. 175
Error '{' should be on the previous line. 177
Error Line is longer than 80 characters. 178
Error '(' is followed by whitespace. 179
Error ')' is preceded with whitespace. 179

org/apache/excalibur/instrument/CounterInstrument.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 32
Error '(' is followed by whitespace. 42
Error Parameter name should be final. 42
Error ')' is preceded with whitespace. 42
Error '{' should be on the previous line. 43
Error '(' is followed by whitespace. 44
Error ')' is preceded with whitespace. 44
Error Method 'increment' is not designed for extension - needs to be abstract, final or empty. 55
Error '{' should be on the previous line. 56
Error 'if' is not followed by whitespace. 58
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error '{' should be on the previous line. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Unused @throws tag for 'IllegalArgumentException'. 71
Error Method 'increment' is not designed for extension - needs to be abstract, final or empty. 73
Error '(' is followed by whitespace. 73
Error Parameter count should be final. 73
Error ')' is preceded with whitespace. 73
Error '{' should be on the previous line. 74
Error 'if' is not followed by whitespace. 76
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error '{' should be on the previous line. 77
Error Line is longer than 80 characters. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84

org/apache/excalibur/instrument/Instrument.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 29

org/apache/excalibur/instrument/InstrumentManageable.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 32
Error '(' is followed by whitespace. 39
Error ')' is preceded with whitespace. 39

org/apache/excalibur/instrument/InstrumentManager.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 27
Error Missing a Javadoc comment. 28
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 41
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41

org/apache/excalibur/instrument/InstrumentProxy.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 35
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66

org/apache/excalibur/instrument/Instrumentable.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 34
Error '(' is followed by whitespace. 59
Error ')' is preceded with whitespace. 59

org/apache/excalibur/instrument/NoopInstrumentManager.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 26
Error '{' should be on the previous line. 30
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 40
Error Unused @throws tag for 'Exception'. 40
Error Line is longer than 80 characters. 42
Error '(' is followed by whitespace. 42
Error Parameter instrumentable should be final. 42
Error Parameter instrumentableName should be final. 42
Error ')' is preceded with whitespace. 42

org/apache/excalibur/instrument/ValueInstrument.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 31
Error '(' is followed by whitespace. 41
Error Parameter name should be final. 41
Error ')' is preceded with whitespace. 41
Error '{' should be on the previous line. 42
Error '(' is followed by whitespace. 43
Error ')' is preceded with whitespace. 43
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 65
Error '(' is followed by whitespace. 65
Error Parameter value should be final. 65
Error ')' is preceded with whitespace. 65
Error '{' should be on the previous line. 66
Error 'if' is not followed by whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70

org/apache/excalibur/instrument/package.html

ErrorLine
Error Missing package documentation file.0