Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
700282

Files

FilesIWE
org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java 00128
org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java 008
org/apache/avalon/excalibur/component/example_im/Main.java 00145
org/apache/avalon/excalibur/component/example_im/package.html 001

org/apache/avalon/excalibur/component/example_im/DefaultExampleInstrumentable.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 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. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error First sentence should end with a period. 48
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Name 'm_randomQuickInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Name 'm_randomSlowInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Error Line is longer than 80 characters. 57
Error Name 'm_randomRandomInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Name 'm_counterQuickInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Name 'm_counterSlowInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Line is longer than 80 characters. 66
Error Name 'm_counterRandomInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Name 'm_doActionInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Name 'm_runner' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Error Missing a Javadoc comment. 78
Error '{' should be on the previous line. 79
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error Line is longer than 80 characters. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error Line is longer than 80 characters. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error Line is longer than 80 characters. 84
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Line is longer than 80 characters. 85
Error '(' is followed by whitespace. 85
Error ')' is preceded with whitespace. 85
Error Line is longer than 80 characters. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line is longer than 80 characters. 87
Error '(' is followed by whitespace. 87
Error ')' is preceded with whitespace. 87
Error Method 'doAction' is not designed for extension - needs to be abstract, final or empty. 96
Error '{' should be on the previous line. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 110
Error '{' should be on the previous line. 111
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 122
Error '{' should be on the previous line. 123
Error 'if' is not followed by whitespace. 124
Error '(' is followed by whitespace. 124
Error ')' is preceded with whitespace. 124
Error '{' should be on the previous line. 125
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 138
Error '{' should be on the previous line. 139
Error 'while' is not followed by whitespace. 141
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '{' should be on the previous line. 142
Error '{' should be on the previous line. 145
Error '(' is followed by whitespace. 146
Error '100' is a magic number. 146
Error ')' is preceded with whitespace. 146
Error '}' should be on the same line. 147
Error 'catch' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error 'if' is not followed by whitespace. 150
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error '{' should be on the previous line. 151
Error '(' is followed by whitespace. 157
Error 'cast' is not followed by whitespace. 157
Error '(' is followed by whitespace. 157
Error '100' is a magic number. 157
Error ')' is preceded with whitespace. 157
Error ')' is preceded with whitespace. 157
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error '20' is a magic number. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 164
Error 'cast' is not followed by whitespace. 164
Error '(' is followed by whitespace. 164
Error '100' is a magic number. 164
Error ')' is preceded with whitespace. 164
Error ')' is preceded with whitespace. 164
Error 'if' is not followed by whitespace. 170
Error '(' is followed by whitespace. 170
Error '100' is a magic number. 170
Error '10' is a magic number. 170
Error ')' is preceded with whitespace. 170
Error '{' should be on the previous line. 171
Error Line is longer than 80 characters. 172
Error '(' is followed by whitespace. 172
Error 'cast' is not followed by whitespace. 172
Error '(' is followed by whitespace. 172
Error '100' is a magic number. 172
Error ')' is preceded with whitespace. 172
Error ')' is preceded with whitespace. 172
Error Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 194
Error '(' is followed by whitespace. 194
Error Parameter name should be final. 194
Error ')' is preceded with whitespace. 194
Error '{' should be on the previous line. 195
Error Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 204
Error '{' should be on the previous line. 205
Error Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. 220
Error '{' should be on the previous line. 221
Error Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. 243
Error '{' should be on the previous line. 244

org/apache/avalon/excalibur/component/example_im/ExampleInstrumentable.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 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. 33
Error Missing a Javadoc comment. 34

org/apache/avalon/excalibur/component/example_im/Main.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 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 Class Main should be declared as final. 41
Error '{' should be on the previous line. 42
Error Missing a Javadoc comment. 43
Error Name 'm_componentManagerCreator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Missing a Javadoc comment. 48
Error '{' should be on the previous line. 49
Error '(' is followed by whitespace. 58
Error Parameter args should be final. 58
Error Expected @param tag for 'args'. 58
Error ')' is preceded with whitespace. 58
Error Expected @throws tag for 'Exception'. 59
Error '{' should be on the previous line. 60
Error Line is longer than 80 characters. 61
Error '(' is followed by whitespace. 61
Error ')' is preceded with whitespace. 61
Error Line is longer than 80 characters. 63
Error '(' is followed by whitespace. 66
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error '(' is followed by whitespace. 67
Error ')' is preceded with whitespace. 67
Error Line is longer than 80 characters. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 75
Error 'cast' 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. 77
Error 'while' is not followed by whitespace. 79
Error '(' is followed by whitespace. 79
Error ')' is preceded with whitespace. 79
Error '{' should be on the previous line. 80
Error Line is longer than 80 characters. 81
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 82
Error Line is longer than 80 characters. 83
Error '(' is followed by whitespace. 83
Error '(' is followed by whitespace. 83
Error ')' is preceded with whitespace. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error 'if' is not followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error '(' is followed by whitespace. 88
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error ')' is preceded with whitespace. 88
Error ')' is preceded with whitespace. 88
Error '{' should be on the previous line. 89
Error '}' should be on the same line. 91
Error 'if' is not followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error ')' is preceded with whitespace. 92
Error ')' is preceded with whitespace. 92
Error '{' should be on the previous line. 93
Error '}' should be on the same line. 95
Error '{' should be on the previous line. 97
Error '{' should be on the previous line. 99
Error '100' is a magic number. 100
Error '(' is followed by whitespace. 101
Error ')' is preceded with whitespace. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error '(' is followed by whitespace. 103
Error ')' is preceded with whitespace. 103
Error 'while' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error '(' is followed by whitespace. 107
Error Line is longer than 80 characters. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error Line is longer than 80 characters. 109
Error ')' is preceded with whitespace. 109
Error ')' is preceded with whitespace. 109
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error 'if' is not followed by whitespace. 117
Error '(' is followed by whitespace. 117
Error ')' is preceded with whitespace. 117
Error '{' should be on the previous line. 118
Error '}' should be on the same line. 122
Error 'catch' is not followed by whitespace. 123
Error '(' is followed by whitespace. 123
Error ')' is preceded with whitespace. 123
Error '{' should be on the previous line. 124
Error Must have at least one statement. 124
Error '}' should be on the same line. 128
Error '{' should be on the previous line. 130
Error '(' is followed by whitespace. 132
Error ')' is preceded with whitespace. 132
Error '(' is followed by whitespace. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error Missing a Javadoc comment. 145
Error '{' should be on the previous line. 146
Error Missing a Javadoc comment. 147
Error Name 'm_numIterations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
Error Missing a Javadoc comment. 148
Error Name 'm_instrumentable' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
Error Missing a Javadoc comment. 149
Error Name 'm_barrier' must match pattern '^[a-z][a-zA-Z0-9]*$'. 149
Error Line is longer than 80 characters. 151
Error Missing a Javadoc comment. 151
Error '(' is followed by whitespace. 151
Error Parameter instrumentable should be final. 151
Error Parameter numIterations should be final. 151
Error Parameter barrier should be final. 151
Error ')' is preceded with whitespace. 151
Error Missing a Javadoc comment. 158
Error '{' should be on the previous line. 159
Error 'for' is not followed by whitespace. 160
Error '(' is followed by whitespace. 160
Error ')' is preceded with whitespace. 160
Error '{' should be on the previous line. 161
Error '{' should be on the previous line. 166
Error '}' should be on the same line. 168
Error 'catch' is not followed by whitespace. 169
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '{' should be on the previous line. 170
Error Must have at least one statement. 170

org/apache/avalon/excalibur/component/example_im/package.html

ErrorLine
Error Missing package documentation file.0