Checkstyle Results

The following document contains the results of Checkstyle.

Summary

Files Errors
29 369

Files

Files Errors
org\troublescope\ApplicationContext.java 5
org\troublescope\ContextAware.java 2
org\troublescope\evaluation\Evaluation.java 17
org\troublescope\evaluation\EvaluationErrorsException.java 9
org\troublescope\evaluation\EvaluationException.java 6
org\troublescope\evaluation\EvaluationResults.java 21
org\troublescope\evaluation\EvaluationTest.java 3
org\troublescope\evaluation\TestSuite.java 56
org\troublescope\evaluation\TestSuiteConfig.java 16
org\troublescope\Input.java 12
org\troublescope\knowledgebase\Category.java 15
org\troublescope\knowledgebase\KnowledgeBase.java 1
org\troublescope\knowledgebase\Question.java 9
org\troublescope\Main.java 3
org\troublescope\resolution\AntProblemResolution.java 8
org\troublescope\resolution\DelegatingProblemResolution.java 9
org\troublescope\resolution\ProblemResolution.java 3
org\troublescope\resolution\RegistryEntry.java 2
org\troublescope\resolution\ResolutionException.java 6
org\troublescope\resolution\ResolutionRegistry.java 9
org\troublescope\tools\TroubleScopeJnlpTask.java 39
org\troublescope\TroubleScopeException.java 6
org\troublescope\Troubleshoot.java 28
org\troublescope\ui\text\TextTroubleshootingClient.java 3
org\troublescope\ui\TroubleshootingClient.java 21
org\troublescope\UserInteractionHandler.java 2
org\troublescope\util\BetwixtUtils.java 16
org\troublescope\util\NameValuePair.java 27
org\troublescope\web\TSClientServlet.java 15

org\troublescope\ApplicationContext.java

Error Line
'{' should be on the previous line. 70
'{' should be on the previous line. 87
'{' should be on the previous line. 98
Expected an @return tag. 107
'{' should be on the previous line. 108

org\troublescope\ContextAware.java

Error Line
'{' should be on the previous line. 67
Expected @param tag for 'ctx'. 72

org\troublescope\evaluation\Evaluation.java

Error Line
type Javadoc comment is missing an @author tag. 72
'{' should be on the previous line. 73
variable 'testSuites' missing Javadoc. 75
'{' should be on the previous line. 81
Expected an @return tag. 88
Expected @param tag for 'idx'. 88
'{' should be on the previous line. 89
Expected @param tag for 'testSuite'. 96
'{' should be on the previous line. 97
Expected an @return tag. 104
'{' should be on the previous line. 105
Expected an @return tag. 112
'{' should be on the previous line. 113
Expected an @return tag. 120
Expected @param tag for 'ctx'. 120
Expected @throws tag for 'EvaluationException'. 121
'{' should be on the previous line. 122

org\troublescope\evaluation\EvaluationErrorsException.java

Error Line
type Javadoc comment is missing an @author tag. 68
'{' should be on the previous line. 69
Expected @param tag for 'result'. 74
Expected @param tag for 'suite'. 74
'{' should be on the previous line. 75
Expected an @return tag. 82
Expected @param tag for 'result'. 82
Expected @param tag for 'suite'. 82
'{' should be on the previous line. 83

org\troublescope\evaluation\EvaluationException.java

Error Line
'{' should be on the previous line. 69
Expected @param tag for 'msg'. 74
'{' should be on the previous line. 75
Expected @param tag for 'msg'. 82
Expected @param tag for 't'. 82
'{' should be on the previous line. 83

org\troublescope\evaluation\EvaluationResults.java

Error Line
'{' should be on the previous line. 73
variable 'testResults' missing Javadoc. 75
'{' should be on the previous line. 81
Expected an @return tag. 88
'{' should be on the previous line. 89
Expected an @return tag. 100
Expected @param tag for 'index'. 100
'{' should be on the previous line. 101
Expected @param tag for 'suite'. 108
Expected @param tag for 'result'. 108
'{' should be on the previous line. 109
'{' should be on the previous line. 117
variable 'result' missing Javadoc. 118
variable 'suite' missing Javadoc. 119
Expected @param tag for 'aSuite'. 124
Expected @param tag for 'theResult'. 124
'{' should be on the previous line. 125
Expected an @return tag. 133
'{' should be on the previous line. 134
Expected an @return tag. 141
'{' should be on the previous line. 142

org\troublescope\evaluation\EvaluationTest.java

Error Line
type Javadoc comment is missing an @author tag. 66
'{' should be on the previous line. 67
Expected @param tag for 'aConfig'. 72

org\troublescope\evaluation\TestSuite.java

Error Line
Avoid using the '.*' form of import. 63
type Javadoc comment is missing an @author tag. 78
'{' should be on the previous line. 79
variable 'log' missing Javadoc. 81
variable 'name' missing Javadoc. 83
variable 'description' missing Javadoc. 84
variable 'resolutionName' missing Javadoc. 85
variable 'testSuiteClassName' missing Javadoc. 86
variable 'config' missing Javadoc. 87
'{' should be on the previous line. 93
Expected an @return tag. 100
'{' should be on the previous line. 101
Expected @param tag for 'aName'. 108
'{' should be on the previous line. 109
Expected an @return tag. 116
'{' should be on the previous line. 117
Expected @param tag for 'aDescription'. 124
'{' should be on the previous line. 125
Expected an @return tag. 136
'{' should be on the previous line. 137
Expected @param tag for 'aResolutionName'. 144
'{' should be on the previous line. 145
Expected an @return tag. 152
'{' should be on the previous line. 153
Expected @param tag for 'param'. 160
'{' should be on the previous line. 161
Expected an @return tag. 168
'{' should be on the previous line. 169
Expected @param tag for 'aClassName'. 176
'{' should be on the previous line. 177
Expected an @return tag. 184
Expected @param tag for 'ctx'. 184
Expected @throws tag for 'EvaluationException'. 185
'{' should be on the previous line. 186
Expected an @return tag. 196
'{' should be on the previous line. 197
Expected an @return tag. 204
Expected @param tag for 'ctx'. 204
Expected @throws tag for 'EvaluationException'. 205
'{' should be on the previous line. 206
Expected an @return tag. 215
Expected @param tag for 'context'. 215
Expected @throws tag for 'EvaluationException'. 216
'{' should be on the previous line. 217
line longer than 80 characters 233
Expected an @return tag. 240
Expected @param tag for 'c'. 240
Expected @throws tag for 'EvaluationException'. 241
'{' should be on the previous line. 242
line longer than 80 characters 246
line longer than 80 characters 248
line longer than 80 characters 250
line longer than 80 characters 254
line longer than 80 characters 261
Expected @param tag for 'suite'. 261
Expected @param tag for 'context'. 261

org\troublescope\evaluation\TestSuiteConfig.java

Error Line
Unused import - java.util.ArrayList 61
type Javadoc comment is missing an @author tag. 70
'{' should be on the previous line. 71
variable 'initParameters' missing Javadoc. 73
Expected @param tag for 'param'. 78
'{' should be on the previous line. 79
Expected @param tag for 'name'. 86
Expected @param tag for 'value'. 86
'{' should be on the previous line. 87
Expected an @return tag. 97
Expected @param tag for 'name'. 97
'{' should be on the previous line. 98
Expected an @return tag. 105
'{' should be on the previous line. 106
Expected an @return tag. 113
'{' should be on the previous line. 114

org\troublescope\Input.java

Error Line
type Javadoc comment is missing an @author tag. 64
'{' should be on the previous line. 65
variable 'type' missing Javadoc. 67
variable 'name' missing Javadoc. 68
Expected an @return tag. 73
'{' should be on the previous line. 74
Expected @param tag for 'aType'. 81
'{' should be on the previous line. 82
Expected an @return tag. 89
'{' should be on the previous line. 90
Expected @param tag for 'aName'. 97
'{' should be on the previous line. 98

org\troublescope\knowledgebase\Category.java

Error Line
'{' should be on the previous line. 69
Expected an @return tag. 84
Expected @param tag for 'index'. 84
'{' should be on the previous line. 85
Expected @param tag for 'question'. 92
'{' should be on the previous line. 93
Expected an @return tag. 100
'{' should be on the previous line. 101
Expected an @return tag. 108
Expected @param tag for 'index'. 108
'{' should be on the previous line. 109
Expected @param tag for 'category'. 116
'{' should be on the previous line. 117
Expected an @return tag. 124
'{' should be on the previous line. 125

org\troublescope\knowledgebase\KnowledgeBase.java

Error Line
'{' should be on the previous line. 67

org\troublescope\knowledgebase\Question.java

Error Line
'{' should be on the previous line. 69
variable 'answers' missing Javadoc. 71
Expected an @return tag. 76
Expected @param tag for 'index'. 76
'{' should be on the previous line. 77
Expected @param tag for 'answer'. 84
'{' should be on the previous line. 85
Expected an @return tag. 92
'{' should be on the previous line. 93

org\troublescope\Main.java

Error Line
'{' should be on the previous line. 67
Expected @param tag for 'args'. 72
'{' should be on the previous line. 73

org\troublescope\resolution\AntProblemResolution.java

Error Line
type Javadoc comment is missing an @author tag. 66
'{' should be on the previous line. 68
variable 'buildfile' missing Javadoc. 70
Expected @param tag for 'aBuildfile'. 75
'{' should be on the previous line. 76
Expected @param tag for 'ctx'. 83
Expected @throws tag for 'ResolutionException'. 84
'{' should be on the previous line. 85

org\troublescope\resolution\DelegatingProblemResolution.java

Error Line
type Javadoc comment is missing an @author tag. 67
'{' should be on the previous line. 69
variable 'scriptFile' missing Javadoc. 71
Expected @param tag for 'aScriptFile'. 76
'{' should be on the previous line. 77
Expected @param tag for 'ctx'. 84
Expected @throws tag for 'ResolutionException'. 85
'{' should be on the previous line. 86
line longer than 80 characters 93

org\troublescope\resolution\ProblemResolution.java

Error Line
'{' should be on the previous line. 69
Expected @param tag for 'ctx'. 74
Expected @throws tag for 'ResolutionException'. 75

org\troublescope\resolution\RegistryEntry.java

Error Line
type Javadoc comment is missing an @author tag. 66
'{' should be on the previous line. 68

org\troublescope\resolution\ResolutionException.java

Error Line
'{' should be on the previous line. 69
Expected @param tag for 'msg'. 74
'{' should be on the previous line. 75
Expected @param tag for 'msg'. 82
Expected @param tag for 't'. 82
'{' should be on the previous line. 83

org\troublescope\resolution\ResolutionRegistry.java

Error Line
Unused import - java.util.HashMap 61
'{' should be on the previous line. 72
variable 'resolutions' missing Javadoc. 74
Expected an @return tag. 81
'{' should be on the previous line. 82
Expected @param tag for 'entry'. 89
'{' should be on the previous line. 90
Expected an @return tag. 97
'{' should be on the previous line. 98

org\troublescope\tools\TroubleScopeJnlpTask.java

Error Line
type Javadoc comment is missing an @author tag. 70
'{' should be on the previous line. 71
variable 'baseUrl' missing Javadoc. 73
variable 'basedir' missing Javadoc. 74
variable 'applicationId' missing Javadoc. 75
variable 'evaluationId' missing Javadoc. 76
variable 'clientType' missing Javadoc. 77
'{' should be on the previous line. 83
Expected an @return tag. 89
'{' should be on the previous line. 90
Expected @param tag for 'aBasedir'. 97
'{' should be on the previous line. 98
Expected an @return tag. 105
'{' should be on the previous line. 106
Expected @param tag for 'aBaseUrl'. 113
'{' should be on the previous line. 114
Expected an @return tag. 121
'{' should be on the previous line. 122
Expected @param tag for 'anEvaluationId'. 129
'{' should be on the previous line. 130
Expected an @return tag. 137
'{' should be on the previous line. 138
Expected @param tag for 'anApplicationId'. 145
'{' should be on the previous line. 146
Expected an @return tag. 153
'{' should be on the previous line. 154
Expected @param tag for 'aClientType'. 161
'{' should be on the previous line. 162
Expected @throws tag for 'BuildException'. 169
'{' should be on the previous line. 170
line longer than 80 characters 173
Expected @param tag for 'context'. 182
Expected @throws tag for 'Exception'. 183
'{' should be on the previous line. 184
'private' modifier out of order with the JLS suggestions. 195
Expected @param tag for 'context'. 195
Expected @param tag for 'name'. 196
Expected @param tag for 'value'. 197
'{' should be on the previous line. 198

org\troublescope\TroubleScopeException.java

Error Line
'{' should be on the previous line. 69
Expected @param tag for 'msg'. 74
'{' should be on the previous line. 75
Expected @param tag for 'msg'. 82
Expected @param tag for 't'. 82
'{' should be on the previous line. 83

org\troublescope\Troubleshoot.java

Error Line
type Javadoc comment is missing an @author tag. 77
'{' should be on the previous line. 78
variable 'evaluation' missing Javadoc. 80
variable 'inputs' missing Javadoc. 81
'{' should be on the previous line. 87
Expected @param tag for 'input'. 94
'{' should be on the previous line. 95
Expected an @return tag. 102
'{' should be on the previous line. 103
Expected an @return tag. 110
'{' should be on the previous line. 111
Expected @param tag for 'anEval'. 118
'{' should be on the previous line. 119
Expected @param tag for 'ctx'. 126
Expected @param tag for 'userHandler'. 127
Expected @throws tag for 'TroubleScopeException'. 128
'{' should be on the previous line. 129
Expected an @return tag. 135
Expected @param tag for 'ctx'. 135
line longer than 80 characters 136
Expected @param tag for 'userInteractionHandler'. 136
Expected @throws tag for 'TroubleScopeException'. 137
'{' should be on the previous line. 138
Expected an @return tag. 145
'public' modifier out of order with the JLS suggestions. 145
Expected @param tag for 'url'. 145
Expected @throws tag for 'TroubleScopeException'. 146
'{' should be on the previous line. 147

org\troublescope\ui\text\TextTroubleshootingClient.java

Error Line
type Javadoc comment is missing an @author tag. 66
'{' should be on the previous line. 68
'{' should be on the previous line. 74

org\troublescope\ui\TroubleshootingClient.java

Error Line
Avoid using the '.*' form of import. 62
type Javadoc comment is missing an @author tag. 68
'{' should be on the previous line. 69
variable 'troubleshoot' missing Javadoc. 71
variable 'ctx' missing Javadoc. 72
variable 'userInteractionHandler' missing Javadoc. 73
variable 'evalResults' missing Javadoc. 74
Expected @param tag for 'userInteractionHandler'. 79
'{' should be on the previous line. 80
Expected @throws tag for 'TroubleScopeException'. 88
'{' should be on the previous line. 89
Expected @throws tag for 'TroubleScopeException'. 100
'{' should be on the previous line. 101
Expected @throws tag for 'TroubleScopeException'. 109
'{' should be on the previous line. 110
'{' should be on the previous line. 118
'{' should be on the previous line. 125
Expected an @return tag. 131
Expected @throws tag for 'TroubleScopeException'. 132
'{' should be on the previous line. 133
line longer than 80 characters 136

org\troublescope\UserInteractionHandler.java

Error Line
type Javadoc comment is missing an @author tag. 64
'{' should be on the previous line. 65

org\troublescope\util\BetwixtUtils.java

Error Line
type Javadoc comment is missing an @author tag. 72
'{' should be on the previous line. 73
Expected an @return tag. 78
'public' modifier out of order with the JLS suggestions. 78
'{' should be on the previous line. 79
Expected an @return tag. 88
'public' modifier out of order with the JLS suggestions. 88
Expected @param tag for 'out'. 88
'{' should be on the previous line. 89
Expected an @return tag. 98
'public' modifier out of order with the JLS suggestions. 98
Expected @param tag for 'out'. 98
'{' should be on the previous line. 99
'public' modifier out of order with the JLS suggestions. 108
Expected @param tag for 'introspector'. 108
'{' should be on the previous line. 109

org\troublescope\util\NameValuePair.java

Error Line
Avoid using the '.*' form of import. 61
'{' should be on the previous line. 69
variable 'name' missing Javadoc. 71
variable 'value' missing Javadoc. 72
'{' should be on the previous line. 78
Expected @param tag for 'aName'. 85
Expected @param tag for 'aValue'. 85
'{' should be on the previous line. 86
Expected an @return tag. 94
'{' should be on the previous line. 95
Expected @param tag for 'aName'. 102
'{' should be on the previous line. 103
Expected an @return tag. 110
'{' should be on the previous line. 111
Expected @param tag for 'aValue'. 118
'{' should be on the previous line. 119
Expected an @return tag. 126
'public' modifier out of order with the JLS suggestions. 126
Expected @param tag for 'map'. 126
'{' should be on the previous line. 127
Expected an @return tag. 134
'public' modifier out of order with the JLS suggestions. 134
Expected @param tag for 'nvpClass'. 134
Expected @param tag for 'map'. 134
'{' should be on the previous line. 135
line longer than 80 characters 137
line longer than 80 characters 153

org\troublescope\web\TSClientServlet.java

Error Line
'{' should be on the previous line. 71
Expected @param tag for 'req'. 76
Expected @param tag for 'resp'. 76
'{' should be on the previous line. 77
Expected @param tag for 'req'. 84
Expected @param tag for 'resp'. 84
'{' should be on the previous line. 85
Expected @param tag for 'req'. 92
Expected @param tag for 'resp'. 92
'{' should be on the previous line. 93
line longer than 80 characters 103
Expected an @return tag. 105
Expected @param tag for 'scheme'. 105
Expected @param tag for 'port'. 105
'{' should be on the previous line. 106