Apache MyFaces
Documentation
Foundation

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1300123

Rules

RulesViolationsSeverity
ConstantName
  • format: "^_?((log)|([a-z][a-zA-Z]*ThreadLocal)|([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$"
0Errors Error
LocalVariableName3Errors Error
MethodName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
0Errors Error
PackageName0Errors Error
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName
  • format: "^_?[A-Z][a-zA-Z0-9]*$"
0Errors Error
Header
  • headerFile: "/home/lu4242/workspace/trunk/commons/jsf_20/myfaces-commons-utils/target/checkstyle-header.txt"
13Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
FileLength0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
13Errors Error
MethodLength
  • max: "200"
0Errors Error
ParameterNumber
  • max: "10"
0Errors Error
TabCharacter0Errors Error
NeedBraces52Errors Error
LeftCurly
  • option: "nl"
19Errors Error
RightCurly
  • option: "alone"
4Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
InnerAssignment11Errors Error
DefaultComesLast0Errors Error
MissingSwitchDefault0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations8Errors Error
UpperEll0Errors Error

Details

org/apache/myfaces/commons/util/ArrayUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsEach variable declaration must be in its own statement.119
ErrorsEach variable declaration must be in its own statement.164
ErrorsEach variable declaration must be in its own statement.199

org/apache/myfaces/commons/util/AttachedDeltaWrapper.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

org/apache/myfaces/commons/util/ClassUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.140
Errors'if' construct must use '{}'s.193
ErrorsLine is longer than 120 characters.250
Errors'if' construct must use '{}'s.276
Errors'if' construct must use '{}'s.287
ErrorsEach variable declaration must be in its own statement.294
Errors'if' construct must use '{}'s.333
ErrorsLine is longer than 120 characters.353
Errors'{' should be on a new line.377
ErrorsLine is longer than 120 characters.409

org/apache/myfaces/commons/util/ExternalContextUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

org/apache/myfaces/commons/util/LocaleUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 120 characters.56
Errors'{' should be on a new line.62
ErrorsEach variable declaration must be in its own statement.71
ErrorsInner assignments should be avoided.75

org/apache/myfaces/commons/util/MessageUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'{' should be on a new line.202
Errors'{' should be on a new line.216
Errors'if' construct must use '{}'s.234
Errors'if' construct must use '{}'s.260
Errors'}' should be alone on a line.262
Errors'{' should be on a new line.283
Errors'{' should be on a new line.299
Errors'{' should be on a new line.320
Errors'{' should be on a new line.333
ErrorsLine is longer than 120 characters.340
Errors'{' should be on a new line.354
Errors'{' should be on a new line.370
Errors'{' should be on a new line.386
Errors'{' should be on a new line.408
Errors'{' should be on a new line.421
Errors'{' should be on a new line.446
Errors'{' should be on a new line.450
Errors'if' construct must use '{}'s.455
ErrorsLine is longer than 120 characters.473
Errors'{' should be on a new line.519
Errors'{' should be on a new line.536
Errors'if' construct must use '{}'s.568
Errors'if' construct must use '{}'s.571
Errors'}' should be alone on a line.577
ErrorsLine is longer than 120 characters.586
Errors'if' construct must use '{}'s.588
Errors'if' construct must use '{}'s.591
Errors'}' should be alone on a line.597
Errors'{' should be on a new line.606
Errors'if' construct must use '{}'s.608
Errors'if' construct must use '{}'s.612
Errors'}' should be alone on a line.625
ErrorsLine is longer than 120 characters.627

org/apache/myfaces/commons/util/ParametrizableFacesMessage.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.53
Errors'if' construct must use '{}'s.62

org/apache/myfaces/commons/util/RendererUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

org/apache/myfaces/commons/util/RequestType.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2

org/apache/myfaces/commons/util/StringUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
ErrorsName 'end_' must match pattern '^[a-z][a-zA-Z0-9]*$'.269
ErrorsName 'begin_' must match pattern '^[a-z][a-zA-Z0-9]*$'.279
ErrorsInner assignments should be avoided.281
ErrorsName '_end' must match pattern '^[a-z][a-zA-Z0-9]*$'.332
ErrorsInner assignments should be avoided.360
ErrorsInner assignments should be avoided.385
ErrorsInner assignments should be avoided.399
ErrorsInner assignments should be avoided.420
ErrorsInner assignments should be avoided.429
ErrorsInner assignments should be avoided.456
ErrorsInner assignments should be avoided.521
ErrorsEach variable declaration must be in its own statement.543
ErrorsInner assignments should be avoided.544
ErrorsInner assignments should be avoided.572
ErrorsEach variable declaration must be in its own statement.633
ErrorsEach variable declaration must be in its own statement.687

org/apache/myfaces/commons/util/TagUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.63
Errors'if' construct must use '{}'s.77
Errors'if' construct must use '{}'s.91
Errors'if' construct must use '{}'s.94
Errors'if' construct must use '{}'s.108
Errors'if' construct must use '{}'s.111
Errors'if' construct must use '{}'s.126
Errors'if' construct must use '{}'s.140
Errors'if' construct must use '{}'s.155
Errors'if' construct must use '{}'s.176
Errors'if' construct must use '{}'s.190
Errors'if' construct must use '{}'s.193
Errors'if' construct must use '{}'s.207
Errors'if' construct must use '{}'s.210
Errors'if' construct must use '{}'s.233
Errors'if' construct must use '{}'s.252
Errors'{' should be on a new line.272
Errors'if' construct must use '{}'s.288
Errors'if' construct must use '{}'s.326
Errors'if' construct must use '{}'s.329
Errors'if' construct must use '{}'s.356

org/apache/myfaces/commons/util/WebConfigParamUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2
Errors'if' construct must use '{}'s.72
ErrorsLine is longer than 120 characters.98
ErrorsLine is longer than 120 characters.117
Errors'if' construct must use '{}'s.128
Errors'if' construct must use '{}'s.135
Errors'if' construct must use '{}'s.202
ErrorsLine is longer than 120 characters.238
Errors'if' construct must use '{}'s.240
Errors'if' construct must use '{}'s.306
Errors'if' construct must use '{}'s.312
ErrorsLine is longer than 120 characters.352
Errors'if' construct must use '{}'s.354
Errors'if' construct must use '{}'s.360
Errors'if' construct must use '{}'s.436
Errors'if' construct must use '{}'s.488
Errors'if' construct must use '{}'s.494
Errors'if' construct must use '{}'s.556
Errors'if' construct must use '{}'s.609
Errors'if' construct must use '{}'s.615
ErrorsLine is longer than 120 characters.653

org/apache/myfaces/commons/util/renderkit/HTML.java

ViolationMessageLine
ErrorsLine does not match expected header line of ' * Licensed to the Apache Software Foundation (ASF) under one'.2