Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2000151

Rules

RulesViolationsSeverity
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
2Errors Error
LocalVariableName1Errors Error
MethodName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
0Errors Error
PackageName0Errors Error
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
StaticVariableName2Errors Error
TypeName
  • format: "^_?[A-Z][a-zA-Z0-9]*$"
0Errors Error
Header
  • headerFile: "/home/lu4242/workspace/tomahawk_1_1_10/trunk/sandbox/core12/target/checkstyle-header.txt"
0Errors Error
AvoidStarImport2Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
FileLength0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
11Errors Error
MethodLength
  • max: "200"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
TabCharacter0Errors Error
NeedBraces21Errors Error
LeftCurly
  • option: "nl"
93Errors Error
RightCurly
  • option: "alone"
17Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
InnerAssignment0Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
UpperEll0Errors Error

Details

org/apache/myfaces/custom/ajaxchildcombobox/AbstractAjaxChildComboBox.java

ViolationMessageLine
Errors'if' construct must use '{}'s.62
Errors'if' construct must use '{}'s.63

org/apache/myfaces/custom/ajaxchildcombobox/AjaxChildComboBoxTagHandler.java

ViolationMessageLine
Errors'{' should be on a new line.29
ErrorsName 'ajaxSelectItemsMethodParamList' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.50
ErrorsName '_ajaxSelectItemsMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'.51

org/apache/myfaces/custom/conversation/UIConversation.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.56
ErrorsLine is longer than 120 characters.72
ErrorsLine is longer than 120 characters.75

org/apache/myfaces/custom/conversation/UISeparateConversationContext.java

ViolationMessageLine
ErrorsName 'inSeperationMode' must match pattern '^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$'.43

org/apache/myfaces/custom/focus2/HtmlFocusRenderer.java

ViolationMessageLine
Errors'if' construct must use '{}'s.86
Errors'if' construct must use '{}'s.103
Errors'if' construct must use '{}'s.321
Errors'if' construct must use '{}'s.326
Errors'if' construct must use '{}'s.337

org/apache/myfaces/custom/focus2/TreeVisitor.java

ViolationMessageLine
Errors'if' construct must use '{}'s.47
Errors'if' construct must use '{}'s.50
Errors'if' construct must use '{}'s.64
Errors'if' construct must use '{}'s.66
Errors'if' construct must use '{}'s.89
Errors'if' construct must use '{}'s.92

org/apache/myfaces/custom/requestParameterProvider/RequestParameterResponseWrapper.java

ViolationMessageLine
Errors'if' construct must use '{}'s.51

org/apache/myfaces/custom/suggestajax/AbstractSuggestAjax.java

ViolationMessageLine
Errors'if' construct must use '{}'s.71
Errors'if' construct must use '{}'s.72

org/apache/myfaces/custom/suggestajax/AbstractSuggestAjaxTag.java

ViolationMessageLine
ErrorsUnused import - javax.faces.el.ValueBinding.28
Errors'{' should be on a new line.55
Errors'{' should be on a new line.62
ErrorsLine is longer than 120 characters.83
ErrorsLine is longer than 120 characters.100

org/apache/myfaces/custom/suggestajax/inputsuggestajax/InputSuggestAjaxRenderer.java

ViolationMessageLine
ErrorsUnused import - javax.el.MethodNotFoundException.36
ErrorsLine is longer than 120 characters.89
ErrorsLine is longer than 120 characters.187
ErrorsLine is longer than 120 characters.195
ErrorsLine is longer than 120 characters.218

org/apache/myfaces/custom/valueChangeNotifier/ValueChangeNotifierTag.java

ViolationMessageLine
Errors'{' should be on a new line.118

org/apache/myfaces/tomahawk/util/ErrorPageWriter.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.io.*.34
ErrorsUsing the '.*' form of import should be avoided - java.util.*.37
Errors'{' should be on a new line.49
ErrorsName 'ERROR_PARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsName 'DEBUG_PARTS' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
Errors'{' should be on a new line.67
Errors'{' should be on a new line.91
Errors'{' should be on a new line.92
Errors'{' should be on a new line.96
Errors'{' should be on a new line.101
Errors'{' should be on a new line.103
Errors'{' should be on a new line.109
Errors'{' should be on a new line.116
Errors'if' construct must use '{}'s.119
Errors'{' should be on a new line.126
Errors'if' construct must use '{}'s.129
Errors'{' should be on a new line.133
Errors'{' should be on a new line.135
Errors'if' construct must use '{}'s.137
Errors'{' should be on a new line.140
Errors'}' should be alone on a line.143
Errors'{' should be on a new line.143
Errors'{' should be on a new line.148
Errors'{' should be on a new line.151
Errors'{' should be on a new line.152
Errors'{' should be on a new line.154
Errors'}' should be alone on a line.156
Errors'{' should be on a new line.156
Errors'}' should be alone on a line.159
Errors'{' should be on a new line.159
Errors'}' should be alone on a line.161
Errors'{' should be on a new line.161
Errors'}' should be alone on a line.163
Errors'{' should be on a new line.163
Errors'{' should be on a new line.164
Errors'}' should be alone on a line.167
Errors'{' should be on a new line.167
Errors'}' should be alone on a line.169
Errors'{' should be on a new line.169
Errors'}' should be alone on a line.171
Errors'{' should be on a new line.171
Errors'{' should be on a new line.258
Errors'{' should be on a new line.266
Errors'{' should be on a new line.269
Errors'{' should be on a new line.270
Errors'}' should be alone on a line.272
Errors'{' should be on a new line.272
Errors'}' should be alone on a line.274
Errors'{' should be on a new line.274
Errors'}' should be alone on a line.276
Errors'{' should be on a new line.276
Errors'}' should be alone on a line.278
Errors'{' should be on a new line.278
Errors'{' should be on a new line.284
Errors'{' should be on a new line.288
Errors'{' should be on a new line.294
ErrorsLine is longer than 120 characters.297
Errors'{' should be on a new line.299
Errors'{' should be on a new line.303
Errors'{' should be on a new line.306
Errors'{' should be on a new line.316
Errors'{' should be on a new line.322
Errors'{' should be on a new line.324
Errors'{' should be on a new line.327
Errors'{' should be on a new line.328
Errors'{' should be on a new line.330
Errors'{' should be on a new line.341
Errors'{' should be on a new line.342
Errors'{' should be on a new line.344
Errors'{' should be on a new line.354
Errors'{' should be on a new line.355
Errors'{' should be on a new line.368
Errors'{' should be on a new line.369
Errors'{' should be on a new line.379
Errors'{' should be on a new line.380
Errors'{' should be on a new line.386
Errors'{' should be on a new line.387
Errors'{' should be on a new line.389
Errors'{' should be on a new line.391
Errors'{' should be on a new line.392
Errors'{' should be on a new line.398
Errors'}' should be alone on a line.404
Errors'{' should be on a new line.404
Errors'{' should be on a new line.411
Errors'}' should be alone on a line.416
Errors'{' should be on a new line.416
Errors'{' should be on a new line.421
Errors'{' should be on a new line.422
Errors'}' should be alone on a line.425
Errors'{' should be on a new line.425
Errors'{' should be on a new line.429
Errors'}' should be alone on a line.431
Errors'{' should be on a new line.431
Errors'{' should be on a new line.437
Errors'{' should be on a new line.442
Errors'{' should be on a new line.451
Errors'{' should be on a new line.456
Errors'{' should be on a new line.458
Errors'{' should be on a new line.467
Errors'{' should be on a new line.471
ErrorsLine is longer than 120 characters.476
Errors'{' should be on a new line.511
Errors'if' construct must use '{}'s.513
Errors'{' should be on a new line.517
Errors'{' should be on a new line.524
Errors'{' should be on a new line.525
Errors'}' should be alone on a line.529
Errors'{' should be on a new line.529
Errors'{' should be on a new line.534
Errors'{' should be on a new line.550
Errors'{' should be on a new line.553
Errors'{' should be on a new line.563
Errors'if' construct must use '{}'s.565
Errors'{' should be on a new line.568
Errors'{' should be on a new line.573