Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
5100559

Files

FilesIWE
nl/toolforge/karma/cli/CLI.java 0026
nl/toolforge/karma/cli/FireAway.java 0042
nl/toolforge/karma/cli/HistoryManager.java 0015
nl/toolforge/karma/cli/HistoryManagerTest.java 005
nl/toolforge/karma/cli/NoWorkingContextException.java 005
nl/toolforge/karma/cli/cmd/CLICommandResponseHandler.java 009
nl/toolforge/karma/cli/cmd/ConsoleCommandResponseHandler.java 0013
nl/toolforge/karma/cli/cmd/ExitCleanImpl.java 0011
nl/toolforge/karma/cli/cmd/HelpImpl.java 0013
nl/toolforge/karma/cli/cmd/ListLocations.java 0018
nl/toolforge/karma/cli/cmd/ListManifestsImpl.java 001
nl/toolforge/karma/cli/cmd/ListManifestsImpl.java 0027
nl/toolforge/karma/cli/cmd/SelectManifestImpl.java 009
nl/toolforge/karma/cli/cmd/SetWorkingContext.java 0019
nl/toolforge/karma/cli/cmd/StartWorkImpl.java 005
nl/toolforge/karma/cli/cmd/StopWorkImpl.java 005
nl/toolforge/karma/cli/cmd/UpdateAllModulesImpl.java 001
nl/toolforge/karma/cli/cmd/UpdateAllModulesImpl.java 007
nl/toolforge/karma/cli/cmd/UpdateModuleImpl.java 001
nl/toolforge/karma/cli/cmd/UpdateModuleImpl.java 008
nl/toolforge/karma/cli/cmd/ViewManifestImpl.java 0067
nl/toolforge/karma/cli/cmd/ViewModuleHistory.java 0034
nl/toolforge/karma/cli/cmd/ViewWorkingContextsImpl.java 009
nl/toolforge/karma/cli/cmd/package.html 001
nl/toolforge/karma/console/CommandRenderer.java 0048
nl/toolforge/karma/console/ConfigurationException.java 007
nl/toolforge/karma/console/Configurator.java 0080
nl/toolforge/karma/console/KarmaConsole.java 0072
nl/toolforge/karma/console/package.html 001

nl/toolforge/karma/cli/CLI.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 28
Error Parameter args should be final. 36
Error '3' is a magic number. 41
Error '+' is not preceded with whitespace. 44
Error '+' is not followed by whitespace. 44
Error '+' is not preceded with whitespace. 49
Error '+' is not followed by whitespace. 49
Error Line is longer than 80 characters. 51
Error '(' is followed by whitespace. 53
Error ')' is preceded with whitespace. 53
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 58
Error Must have at least one statement. 62
Error Line is longer than 80 characters. 79
Error Line has trailing spaces. 96
Error Line is longer than 80 characters. 97
Error Line has trailing spaces. 98
Error Line is longer than 80 characters. 100
Error Avoid inline conditionals. 100
Error Line is longer than 80 characters. 101
Error Line is longer than 80 characters. 102
Error Line has trailing spaces. 105
Error Line has trailing spaces. 108

nl/toolforge/karma/cli/FireAway.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 6
Error Line is longer than 80 characters. 7
Error Utility classes should not have a public or default constructor. 13
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 17
Error Parameter args should be final. 17
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error '(' is followed by whitespace. 36
Error ')' is preceded with whitespace. 36
Error Line is longer than 80 characters. 37
Error '(' is followed by whitespace. 39
Error '+' is not preceded with whitespace. 39
Error '+' is not followed by whitespace. 39
Error '+' is not preceded with whitespace. 39
Error '+' is not followed by whitespace. 39
Error ')' is preceded with whitespace. 39
Error '+' is not preceded with whitespace. 40
Error '+' is not followed by whitespace. 40
Error '+' is not preceded with whitespace. 48
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error '(' is followed by whitespace. 58
Error ')' is preceded with whitespace. 58
Error Line is longer than 80 characters. 61
Error '+' is not preceded with whitespace. 64
Error '+' is not followed by whitespace. 64
Error '-' is not preceded with whitespace. 64
Error '-' is not followed by whitespace. 64
Error '-' is not preceded with whitespace. 67
Error '-' is not followed by whitespace. 67
Error '+' is not preceded with whitespace. 68
Error '+' is not followed by whitespace. 68
Error Missing a Javadoc comment. 76
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 81
Error Line is longer than 80 characters. 84
Error Line is longer than 80 characters. 85

nl/toolforge/karma/cli/HistoryManager.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Parameter maxHistoryItems should be final. 41
Error 'maxHistoryItems' hides a field. 41
Error Line is longer than 80 characters. 42
Error Avoid inline conditionals. 42
Error Parameter commandLine should be final. 51
Error Line is longer than 80 characters. 62
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 69

nl/toolforge/karma/cli/HistoryManagerTest.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Method 'testConstructor' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error '10' is a magic number. 31
Error Missing a Javadoc comment. 35

nl/toolforge/karma/cli/NoWorkingContextException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 4
Error Line is longer than 80 characters. 7
Error Missing a Javadoc comment. 11
Error Parameter message should be final. 11

nl/toolforge/karma/cli/cmd/CLICommandResponseHandler.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 25
Error Line is longer than 80 characters. 26
Error Method 'commandStarted' is not designed for extension - needs to be abstract, final or empty. 37
Error Parameter event should be final. 37
Error Method 'commandFinished' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter event should be final. 46
Error Method 'messageLogged' is not designed for extension - needs to be abstract, final or empty. 55
Error Parameter event should be final. 55

nl/toolforge/karma/cli/cmd/ConsoleCommandResponseHandler.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 33
Error Line is longer than 80 characters. 36
Error Parameter karmaConsole should be final. 40
Error 'karmaConsole' hides a field. 40
Error Method 'commandStarted' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter event should be final. 49
Error Method 'commandFinished' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter event should be final. 58
Error Method 'messageLogged' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter event should be final. 67

nl/toolforge/karma/cli/cmd/ExitCleanImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Parameter descriptor should be final. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 35
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37

nl/toolforge/karma/cli/cmd/HelpImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 41
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Parameter descriptor should be final. 45
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 53
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 75
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 90

nl/toolforge/karma/cli/cmd/ListLocations.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Parameter descriptor should be final. 26
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error '11' is a magic number. 41
Error '5' is a magic number. 42
Error '51' is a magic number. 43
Error '98' is a magic number. 45
Error Line is longer than 80 characters. 51
Error '14' is a magic number. 51
Error Line is longer than 80 characters. 52
Error '10' is a magic number. 52
Error Line is longer than 80 characters. 53
Error '69' is a magic number. 53
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60

nl/toolforge/karma/cli/cmd/ListManifestsImpl.java

ErrorLine
Error File does not end with a newline. 0

nl/toolforge/karma/cli/cmd/ListManifestsImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 47
Error Line is longer than 80 characters. 49
Error Missing a Javadoc comment. 49
Error Parameter descriptor should be final. 49
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 71
Error '+' is not preceded with whitespace. 71
Error '+' is not followed by whitespace. 71
Error Name 'MAX_TYPE_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error '13' is a magic number. 74
Error Name 'MAX_NAME_LENGTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
Error '30' is a magic number. 77
Error '13' is a magic number. 79
Error '32' is a magic number. 80
Error '71' is a magic number. 81
Error Line is longer than 80 characters. 90
Error Line is longer than 80 characters. 91
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 106
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 111
Error Missing a Javadoc comment. 111

nl/toolforge/karma/cli/cmd/SelectManifestImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 34
Error Parameter descriptor should be final. 34
Error Line is longer than 80 characters. 39
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 42
Error Expected @throws tag for 'CommandException'. 42
Error Line contains a tab character. 48
Error Line is longer than 80 characters. 50

nl/toolforge/karma/cli/cmd/SetWorkingContext.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error Parameter descriptor should be final. 30
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 39
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 50
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 65
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 69
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 76
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85

nl/toolforge/karma/cli/cmd/StartWorkImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 30
Error Parameter descriptor should be final. 30
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34

nl/toolforge/karma/cli/cmd/StopWorkImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 30
Error Parameter descriptor should be final. 30
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34

nl/toolforge/karma/cli/cmd/UpdateAllModulesImpl.java

ErrorLine
Error File does not end with a newline. 0

nl/toolforge/karma/cli/cmd/UpdateAllModulesImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 34
Error Parameter descriptor should be final. 34
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38

nl/toolforge/karma/cli/cmd/UpdateModuleImpl.java

ErrorLine
Error File does not end with a newline. 0

nl/toolforge/karma/cli/cmd/UpdateModuleImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 26
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 34
Error Parameter descriptor should be final. 34
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38

nl/toolforge/karma/cli/cmd/ViewManifestImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Parameter descriptor should be final. 42
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 49
Error Expected @throws tag for 'CommandException'. 49
Error Line is longer than 80 characters. 51
Error '45' is a magic number. 76
Error '8' is a magic number. 77
Error '7' is a magic number. 78
Error '9' is a magic number. 79
Error '7' is a magic number. 80
Error '15' is a magic number. 81
Error '10' is a magic number. 82
Error '155' is a magic number. 84
Error Line is longer than 80 characters. 91
Error '45' is a magic number. 91
Error Line is longer than 80 characters. 92
Error '8' is a magic number. 92
Error Line is longer than 80 characters. 93
Error '7' is a magic number. 93
Error Line is longer than 80 characters. 94
Error '3' is a magic number. 94
Error '9' is a magic number. 94
Error '3' is a magic number. 94
Error Line is longer than 80 characters. 95
Error '4' is a magic number. 95
Error '7' is a magic number. 95
Error '4' is a magic number. 95
Error Line is longer than 80 characters. 96
Error '5' is a magic number. 96
Error '15' is a magic number. 96
Error '5' is a magic number. 96
Error Line is longer than 80 characters. 97
Error '6' is a magic number. 97
Error '10' is a magic number. 97
Error '6' is a magic number. 97
Error '7' is a magic number. 98
Error '45' is a magic number. 113
Error '8' is a magic number. 114
Error '7' is a magic number. 115
Error '9' is a magic number. 116
Error '7' is a magic number. 117
Error '35' is a magic number. 118
Error '155' is a magic number. 120
Error Line is longer than 80 characters. 126
Error '45' is a magic number. 126
Error Line is longer than 80 characters. 127
Error '8' is a magic number. 127
Error Line is longer than 80 characters. 128
Error '7' is a magic number. 128
Error Line is longer than 80 characters. 129
Error '3' is a magic number. 129
Error '9' is a magic number. 129
Error '3' is a magic number. 129
Error Line is longer than 80 characters. 130
Error '4' is a magic number. 130
Error '7' is a magic number. 130
Error '4' is a magic number. 130
Error Line is longer than 80 characters. 132
Error '6' is a magic number. 132
Error '35' is a magic number. 132
Error '6' is a magic number. 132
Error '7' is a magic number. 133
Error Line is longer than 80 characters. 138
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147

nl/toolforge/karma/cli/cmd/ViewModuleHistory.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 53
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Parameter descriptor should be final. 57
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error ',' is not followed by whitespace. 73
Error Line has trailing spaces. 77
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 81
Error Name 'MAX_DATETIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 103
Error Name 'MAX_COMMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Error '18' is a magic number. 106
Error '15' is a magic number. 107
Error '8' is a magic number. 108
Error Line is longer than 80 characters. 109
Error '100' is a magic number. 112
Error Line is longer than 80 characters. 121
Error '18' is a magic number. 121
Error Line is longer than 80 characters. 122
Error '15' is a magic number. 122
Error Line is longer than 80 characters. 123
Error '8' is a magic number. 123
Error Line has trailing spaces. 124
Error Line is longer than 80 characters. 125
Error Line has trailing spaces. 126
Error Line is longer than 80 characters. 127
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error Line is longer than 80 characters. 138
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 141
Error Missing a Javadoc comment. 141

nl/toolforge/karma/cli/cmd/ViewWorkingContextsImpl.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Parameter descriptor should be final. 23
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Method 'getCommandResponse' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45

nl/toolforge/karma/cli/cmd/package.html

ErrorLine
Error Missing package documentation file.0

nl/toolforge/karma/console/CommandRenderer.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Variable 'commands' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error '{' is not followed by whitespace. 43
Error '}' is not preceded with whitespace. 43
Error Line is longer than 80 characters. 51
Error Parameter commandName should be final. 51
Error Expected @throws tag for 'CommandLoadException'. 51
Error Expected @throws tag for 'CommandException'. 51
Error Line is longer than 80 characters. 61
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 68
Error Line is longer than 80 characters. 70
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 83
Error Parameter commandDescriptors should be final. 86
Error Line is longer than 80 characters. 97
Error Line is longer than 80 characters. 107
Error Missing a Javadoc comment. 107
Error Parameter descriptor should be final. 107
Error Parameter options should be final. 107
Error Parameter showOptions should be final. 107
Error Parameter showHelp should be final. 107
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 '+' is not preceded with whitespace. 110
Error '+' is not followed by whitespace. 110
Error '(' is followed by whitespace. 113
Error ')' is preceded with whitespace. 113
Error Line is longer than 80 characters. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 116
Error ')' is preceded with whitespace. 116
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error Line is longer than 80 characters. 137
Error Line is longer than 80 characters. 139
Error Line is longer than 80 characters. 152
Error '120' is a magic number. 153

nl/toolforge/karma/console/ConfigurationException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 4
Error Parameter message should be final. 4
Error Parameter cause should be final. 4
Error Missing a Javadoc comment. 8
Error Parameter message should be final. 8

nl/toolforge/karma/console/Configurator.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 26
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 36
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Line is longer than 80 characters. 46
Error Parameter context should be final. 46
Error 'context' hides a field. 46
Error Expected @param tag for 'context'. 46
Error Parameter config should be final. 46
Error 'config' hides a field. 46
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 80
Error Line is longer than 80 characters. 88
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 98
Error Line is longer than 80 characters. 103
Error Line is longer than 80 characters. 112
Error Missing a Javadoc comment. 118
Error Name 'DEFAULT_PROJECT_BASE_DIR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
Error Line is longer than 80 characters. 121
Error Line is longer than 80 characters. 131
Error Line is longer than 80 characters. 141
Error Line is longer than 80 characters. 145
Error Avoid inline conditionals. 145
Error Line is longer than 80 characters. 147
Error Line is longer than 80 characters. 152
Error Expected an @return tag. 163
Error Line is longer than 80 characters. 163
Error Parameter mStore should be final. 163
Error Expected @param tag for 'mStore'. 163
Error Expected @throws tag for 'IOException'. 163
Error Empty statement. 165
Error Line is longer than 80 characters. 187
Error Line is longer than 80 characters. 204
Error Line is longer than 80 characters. 214
Error Missing a Javadoc comment. 214
Error Parameter lStore should be final. 214
Error Line is longer than 80 characters. 238
Error Line is longer than 80 characters. 255
Error Line is longer than 80 characters. 264
Error Missing a Javadoc comment. 264
Error Parameter cvs should be final. 264
Error Parameter store should be final. 264
Error Avoid inline conditionals. 273
Error Line is longer than 80 characters. 276
Error Avoid inline conditionals. 278
Error Avoid inline conditionals. 288
Error Line is longer than 80 characters. 290
Error Avoid inline conditionals. 299
Error Avoid inline conditionals. 306
Error Avoid inline conditionals. 312
Error Line is longer than 80 characters. 314
Error Avoid inline conditionals. 326
Error Line is longer than 80 characters. 327
Error Avoid inline conditionals. 329
Error Line is longer than 80 characters. 330
Error Line is longer than 80 characters. 343
Error Line is longer than 80 characters. 344
Error Line is longer than 80 characters. 356
Error Line is longer than 80 characters. 364
Error Missing a Javadoc comment. 364
Error Parameter cvs should be final. 364
Error Line is longer than 80 characters. 368
Error Line is longer than 80 characters. 370
Error Line is longer than 80 characters. 378
Error Avoid inline conditionals. 378
Error Line is longer than 80 characters. 384
Error Avoid inline conditionals. 386
Error Line is longer than 80 characters. 391
Error Line is longer than 80 characters. 394
Error Avoid inline conditionals. 394
Error Line is longer than 80 characters. 402
Error Missing a Javadoc comment. 407
Error Parameter text should be final. 407
Error Missing a Javadoc comment. 411
Error Parameter text should be final. 411

nl/toolforge/karma/console/KarmaConsole.java

ErrorLine
Error Line does not match expected header line of 'Karma CLI - Command Line Interface for the Karma application'. 1
Error Line is longer than 80 characters. 42
Error Line is longer than 80 characters. 43
Error Line is longer than 80 characters. 49
Error Missing a Javadoc comment. 55
Error Line is longer than 80 characters. 57
Error Missing a Javadoc comment. 57
Error Name 'FRONTEND_MESSAGES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error '{' is not followed by whitespace. 63
Error '}' is not preceded with whitespace. 63
Error Method length is 212 lines (max allowed is 150). 71
Error Parameter args should be final. 71
Error '(' is followed by whitespace. 99
Error ')' is preceded with whitespace. 99
Error Line is longer than 80 characters. 100
Error '+' should be on a new line. 106
Error '+' should be on a new line. 107
Error '+' should be on a new line. 108
Error '+' should be on a new line. 109
Error '+' should be on a new line. 110
Error '+' should be on a new line. 111
Error '+' should be on a new line. 112
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 120
Error Line is longer than 80 characters. 123
Error Must have at least one statement. 131
Error '{' is not followed by whitespace. 131
Error '}' is not preceded with whitespace. 131
Error Line is longer than 80 characters. 143
Error Line is longer than 80 characters. 146
Error Line is longer than 80 characters. 150
Error Line is longer than 80 characters. 154
Error Line is longer than 80 characters. 158
Error Line is longer than 80 characters. 162
Error ')' is preceded with whitespace. 162
Error Line is longer than 80 characters. 168
Error Line is longer than 80 characters. 173
Error Avoid inline conditionals. 175
Error Line is longer than 80 characters. 182
Error Line is longer than 80 characters. 188
Error Line is longer than 80 characters. 211
Error Line is longer than 80 characters. 213
Error Line is longer than 80 characters. 217
Error Line is longer than 80 characters. 226
Error Line is longer than 80 characters. 227
Error Line is longer than 80 characters. 236
Error Must have at least one statement. 262
Error Line has trailing spaces. 270
Error Line is longer than 80 characters. 271
Error Line has trailing spaces. 272
Error Line is longer than 80 characters. 274
Error Avoid inline conditionals. 274
Error Line is longer than 80 characters. 275
Error Line is longer than 80 characters. 276
Error Line has trailing spaces. 279
Error First sentence should end with a period. 285
Error Line is longer than 80 characters. 286
Error Expected an @return tag. 288
Error Line is longer than 80 characters. 292
Error Avoid inline conditionals. 292
Error '+' should be on a new line. 295
Error '+' should be on a new line. 296
Error Line is longer than 80 characters. 297
Error Missing a Javadoc comment. 300
Error Parameter text should be final. 300
Error Missing a Javadoc comment. 304
Error Parameter text should be final. 304
Error Missing a Javadoc comment. 308

nl/toolforge/karma/console/package.html

ErrorLine
Error Missing package documentation file.0