Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4600176

Files

FilesInfosWarningsErrors
org/apache/myfaces/examples/RequestTrackerRedirectBean.java001
org/apache/myfaces/examples/ajaxchildcombobox/AjaxChildComboBoxBean.java005
org/apache/myfaces/examples/autoupdatedatatable/AutoUpdateDataTableBean.java002
org/apache/myfaces/examples/clientvalidation/Customer.java0021
org/apache/myfaces/examples/clientvalidation/CustomerCreateBean.java005
org/apache/myfaces/examples/convertStringUtils/ConvertStringUtilsBean.java003
org/apache/myfaces/examples/data/SortableTableBean.java0010
org/apache/myfaces/examples/dateTimeConverter/DateTimeConverterBean.java001
org/apache/myfaces/examples/debug/DebugPhaseListener.java001
org/apache/myfaces/examples/dojodialog/DojoDialogBean.java009
org/apache/myfaces/examples/exporter/ExporterBean.java006
org/apache/myfaces/examples/fisheye/FishEyeHandler.java0017
org/apache/myfaces/examples/graphicImageDynamic/GraphicImageDynamicTextBean.java002
org/apache/myfaces/examples/graphicImageDynamic/UploadedImageRenderer.java001
org/apache/myfaces/examples/imageloop/ImageLoopBean.java004
org/apache/myfaces/examples/inputAjax/InputAjaxBean.java007
org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxBean.java004
org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxConverter.java001
org/apache/myfaces/examples/inputsuggest/StateInfo.java005
org/apache/myfaces/examples/inputsuggest/User.java003
org/apache/myfaces/examples/inputsuggest/UserHandler.java004
org/apache/myfaces/examples/outputLinkDynamic/UploadedFileRenderer.java001
org/apache/myfaces/examples/passwordStrength/PasswordStrengthBean.java003
org/apache/myfaces/examples/ppr/PPRExampleBean.java0031
org/apache/myfaces/examples/ppr/PPRScrollerExampleBean.java003
org/apache/myfaces/examples/ppr/SimpleCar.java001
org/apache/myfaces/examples/ppr/SortableList.java001
org/apache/myfaces/examples/scope/ScopeBean.java006
org/apache/myfaces/examples/validate/ValidateForm.java0018

Rules

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

Details

org/apache/myfaces/examples/RequestTrackerRedirectBean.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.41

org/apache/myfaces/examples/ajaxchildcombobox/AjaxChildComboBoxBean.java

ViolationMessageLine
ErrorsName '_countryInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsName 'USA' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
ErrorsName 'GER' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
ErrorsName 'IND' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
Errors'{' should be on a new line.98

org/apache/myfaces/examples/autoupdatedatatable/AutoUpdateDataTableBean.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'for' construct must use '{}'s.35

org/apache/myfaces/examples/clientvalidation/Customer.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.37
ErrorsName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
Errors'{' should be on a new line.40
Errors'{' should be on a new line.44
ErrorsName '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51
ErrorsName '_surname' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
Errors'{' should be on a new line.54
Errors'{' should be on a new line.58
ErrorsName '_age' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
Errors'{' should be on a new line.61
Errors'{' should be on a new line.65
ErrorsName '_address' must match pattern '^[a-z][a-zA-Z0-9]*$'.68
Errors'{' should be on a new line.68
Errors'{' should be on a new line.71
ErrorsName '_salary' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
Errors'{' should be on a new line.74
Errors'{' should be on a new line.77
Errors'{' should be on a new line.80

org/apache/myfaces/examples/clientvalidation/CustomerCreateBean.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.31
Errors'{' should be on a new line.35
ErrorsName '_customer' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
Errors'{' should be on a new line.38

org/apache/myfaces/examples/convertStringUtils/ConvertStringUtilsBean.java

ViolationMessageLine
Errors'{' should be on a new line.22
Errors'{' should be on a new line.26
Errors'{' should be on a new line.30

org/apache/myfaces/examples/data/SortableTableBean.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.29
Errors'{' should be on a new line.34
Errors'{' should be on a new line.40
Errors'{' should be on a new line.44
Errors'{' should be on a new line.48
Errors'{' should be on a new line.52
Errors'{' should be on a new line.56
Errors'{' should be on a new line.60
Errors'{' should be on a new line.65

org/apache/myfaces/examples/dateTimeConverter/DateTimeConverterBean.java

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

org/apache/myfaces/examples/debug/DebugPhaseListener.java

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

org/apache/myfaces/examples/dojodialog/DojoDialogBean.java

ViolationMessageLine
Errors'{' should be on a new line.24
Errors'{' should be on a new line.28
Errors'{' should be on a new line.33
Errors'{' should be on a new line.37
Errors'{' should be on a new line.40
Errors'{' should be on a new line.41
Errors'{' should be on a new line.42
Errors'}' should be alone on a line.45
Errors'{' should be on a new line.45

org/apache/myfaces/examples/exporter/ExporterBean.java

ViolationMessageLine
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'if' construct must use '{}'s.34
Errors'{' should be on a new line.39
Errors'{' should be on a new line.43
Errors'{' should be on a new line.46

org/apache/myfaces/examples/fisheye/FishEyeHandler.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.22
ErrorsName '_labels' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
Errors'{' should be on a new line.62
Errors'}' should be alone on a line.64
Errors'{' should be on a new line.64
Errors'{' should be on a new line.71
Errors'{' should be on a new line.82
Errors'{' should be on a new line.83
Errors'{' should be on a new line.87
Errors'{' should be on a new line.93
Errors'{' should be on a new line.111
Errors'}' should be alone on a line.113
Errors'{' should be on a new line.113
Errors'{' should be on a new line.125
Errors'}' should be alone on a line.127
Errors'{' should be on a new line.127
ErrorsLine is longer than 120 characters.178

org/apache/myfaces/examples/graphicImageDynamic/GraphicImageDynamicTextBean.java

ViolationMessageLine
Errors'{' should be on a new line.47
Errors'{' should be on a new line.51

org/apache/myfaces/examples/graphicImageDynamic/UploadedImageRenderer.java

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

org/apache/myfaces/examples/imageloop/ImageLoopBean.java

ViolationMessageLine
Errors'{' should be on a new line.31
Errors'{' should be on a new line.35
Errors'{' should be on a new line.46
Errors'{' should be on a new line.50

org/apache/myfaces/examples/inputAjax/InputAjaxBean.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.74
ErrorsLine is longer than 120 characters.88
ErrorsLine is longer than 120 characters.102
ErrorsLine is longer than 120 characters.115
Errors'for' construct must use '{}'s.142
Errors'{' should be on a new line.269
Errors'{' should be on a new line.282

org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxBean.java

ViolationMessageLine
Errors'{' should be on a new line.156
Errors'{' should be on a new line.160
Errors'else' construct must use '{}'s.182
Errors'}' should be alone on a line.182

org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxConverter.java

ViolationMessageLine
Errors'else' construct must use '{}'s.72

org/apache/myfaces/examples/inputsuggest/StateInfo.java

ViolationMessageLine
Errors'{' should be on a new line.31
Errors'{' should be on a new line.35
Errors'{' should be on a new line.40
Errors'{' should be on a new line.44
Errors'{' should be on a new line.48

org/apache/myfaces/examples/inputsuggest/User.java

ViolationMessageLine
Errors'{' should be on a new line.31
Errors'{' should be on a new line.35
Errors'{' should be on a new line.39

org/apache/myfaces/examples/inputsuggest/UserHandler.java

ViolationMessageLine
Errors'{' should be on a new line.35
Errors'{' should be on a new line.39
Errors'{' should be on a new line.50
Errors'{' should be on a new line.55

org/apache/myfaces/examples/outputLinkDynamic/UploadedFileRenderer.java

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

org/apache/myfaces/examples/passwordStrength/PasswordStrengthBean.java

ViolationMessageLine
Errors'{' should be on a new line.21
Errors'{' should be on a new line.24
Errors'{' should be on a new line.28

org/apache/myfaces/examples/ppr/PPRExampleBean.java

ViolationMessageLine
Errors'{' should be on a new line.57
Errors'{' should be on a new line.61
Errors'{' should be on a new line.65
Errors'{' should be on a new line.70
Errors'{' should be on a new line.79
Errors'{' should be on a new line.81
Errors'{' should be on a new line.95
Errors'{' should be on a new line.100
Errors'{' should be on a new line.108
Errors'{' should be on a new line.112
Errors'{' should be on a new line.127
Errors'if' construct must use '{}'s.128
Errors'if' construct must use '{}'s.130
Errors'{' should be on a new line.136
Errors'{' should be on a new line.142
Errors'if' construct must use '{}'s.150
Errors'{' should be on a new line.170
Errors'{' should be on a new line.174
Errors'if' construct must use '{}'s.177
Errors'{' should be on a new line.243
Errors'{' should be on a new line.252
Errors'{' should be on a new line.256
Errors'{' should be on a new line.260
Errors'{' should be on a new line.264
Errors'{' should be on a new line.269
Errors'{' should be on a new line.273
Errors'{' should be on a new line.277
Errors'{' should be on a new line.281
Errors'{' should be on a new line.285
Errors'{' should be on a new line.289
Errors'{' should be on a new line.293

org/apache/myfaces/examples/ppr/PPRScrollerExampleBean.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.22
Errors'{' should be on a new line.29
Errors'else' construct must use '{}'s.90

org/apache/myfaces/examples/ppr/SimpleCar.java

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

org/apache/myfaces/examples/ppr/SortableList.java

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

org/apache/myfaces/examples/scope/ScopeBean.java

ViolationMessageLine
Errors'if' construct must use '{}'s.188
Errors'if' construct must use '{}'s.190
Errors'if' construct must use '{}'s.192
Errors'if' construct must use '{}'s.194
Errors'if' construct must use '{}'s.196
Errors'if' construct must use '{}'s.207

org/apache/myfaces/examples/validate/ValidateForm.java

ViolationMessageLine
Errors'{' should be on a new line.25
Errors'{' should be on a new line.39
Errors'{' should be on a new line.43
Errors'{' should be on a new line.47
Errors'{' should be on a new line.52
Errors'{' should be on a new line.55
Errors'{' should be on a new line.58
Errors'{' should be on a new line.61
Errors'{' should be on a new line.65
Errors'{' should be on a new line.69
Errors'{' should be on a new line.76
Errors'{' should be on a new line.83
Errors'{' should be on a new line.90
Errors'{' should be on a new line.97
Errors'{' should be on a new line.104
Errors'{' should be on a new line.111
Errors'{' should be on a new line.115
Errors'{' should be on a new line.118