Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
15786881285

Files

FilesInfosWarningsErrors
org/apache/commons/ognl/ASTAdd.java001
org/apache/commons/ognl/ASTAnd.java082
org/apache/commons/ognl/ASTChain.java0130
org/apache/commons/ognl/ASTConst.java0100
org/apache/commons/ognl/ASTCtor.java072
org/apache/commons/ognl/ASTInstanceof.java080
org/apache/commons/ognl/ASTList.java080
org/apache/commons/ognl/ASTMethod.java0100
org/apache/commons/ognl/ASTOr.java0103
org/apache/commons/ognl/ASTProperty.java0114
org/apache/commons/ognl/ASTRootVarRef.java070
org/apache/commons/ognl/ASTSequence.java0120
org/apache/commons/ognl/ASTStaticField.java0110
org/apache/commons/ognl/ASTStaticMethod.java0100
org/apache/commons/ognl/ASTTest.java003
org/apache/commons/ognl/ASTThisVarRef.java070
org/apache/commons/ognl/ASTVarRef.java3111
org/apache/commons/ognl/BooleanExpression.java120
org/apache/commons/ognl/ClassResolver.java010
org/apache/commons/ognl/ComparisonExpression.java030
org/apache/commons/ognl/DefaultMemberAccess.java0150
org/apache/commons/ognl/DefaultTypeConverter.java010
org/apache/commons/ognl/DynamicSubscript.java814
org/apache/commons/ognl/EnumerationIterator.java051
org/apache/commons/ognl/Evaluation.java0370
org/apache/commons/ognl/EvaluationPool.java0160
org/apache/commons/ognl/ExpressionNode.java060
org/apache/commons/ognl/ExpressionSyntaxException.java010
org/apache/commons/ognl/InappropriateExpressionException.java010
org/apache/commons/ognl/IteratorEnumeration.java011
org/apache/commons/ognl/JJTOgnlParserState.java0120
org/apache/commons/ognl/JavaSource.java040
org/apache/commons/ognl/ListPropertyAccessor.java001
org/apache/commons/ognl/MapPropertyAccessor.java040
org/apache/commons/ognl/MemberAccess.java0150
org/apache/commons/ognl/MethodFailedException.java020
org/apache/commons/ognl/NoSuchPropertyException.java040
org/apache/commons/ognl/Node.java0180
org/apache/commons/ognl/NodeVisitor.java0461
org/apache/commons/ognl/NullHandler.java090
org/apache/commons/ognl/NumericCasts.java003
org/apache/commons/ognl/NumericDefaults.java004
org/apache/commons/ognl/NumericExpression.java130
org/apache/commons/ognl/NumericLiterals.java003
org/apache/commons/ognl/NumericTypes.java001
org/apache/commons/ognl/NumericValues.java003
org/apache/commons/ognl/ObjectArrayPool.java080
org/apache/commons/ognl/ObjectIndexedPropertyDescriptor.java0337
org/apache/commons/ognl/ObjectNullHandler.java020
org/apache/commons/ognl/ObjectPropertyAccessor.java0200
org/apache/commons/ognl/Ognl.java0590
org/apache/commons/ognl/OgnlCache.java02033
org/apache/commons/ognl/OgnlContext.java12551
org/apache/commons/ognl/OgnlException.java020
org/apache/commons/ognl/OgnlInvokePermission.java020
org/apache/commons/ognl/OgnlOps.java0618
org/apache/commons/ognl/OgnlParserTreeConstants.java4802
org/apache/commons/ognl/OgnlRuntime.java113052
org/apache/commons/ognl/PrimitiveDefaults.java003
org/apache/commons/ognl/PrimitiveTypes.java007
org/apache/commons/ognl/PrimitiveWrapperClasses.java003
org/apache/commons/ognl/SimpleNode.java4380
org/apache/commons/ognl/ToStringVisitor.java0460
org/apache/commons/ognl/TypeConverter.java010
org/apache/commons/ognl/enhance/ContextClassLoader.java011
org/apache/commons/ognl/enhance/EnhancedClassLoader.java021
org/apache/commons/ognl/enhance/ExpressionCompiler.java121
org/apache/commons/ognl/enhance/LocalReferenceImpl.java012
org/apache/commons/ognl/enhance/UnsupportedCompilationException.java020
org/apache/commons/ognl/internal/Cache.java043
org/apache/commons/ognl/internal/CacheException.java011
org/apache/commons/ognl/internal/CacheFactory.java030
org/apache/commons/ognl/internal/ClassCache.java011
org/apache/commons/ognl/internal/ClassCacheHandler.java012
org/apache/commons/ognl/internal/ClassCacheImpl.java002
org/apache/commons/ognl/internal/ConcurrentHashMapCache.java093
org/apache/commons/ognl/internal/ConcurrentHashMapCacheFactory.java031
org/apache/commons/ognl/internal/ConcurrentHashMapClassCache.java031
org/apache/commons/ognl/internal/HashMapCache.java083
org/apache/commons/ognl/internal/HashMapCacheFactory.java031
org/apache/commons/ognl/internal/HashMapClassCache.java042
org/apache/commons/ognl/internal/ReentrantReadWriteLockCache.java083
org/apache/commons/ognl/internal/ReentrantReadWriteLockCacheFactory.java031
org/apache/commons/ognl/internal/ReentrantReadWriteLockClassCache.java041
org/apache/commons/ognl/internal/entry/CacheEntry.java001
org/apache/commons/ognl/internal/entry/CacheEntryFactory.java012
org/apache/commons/ognl/internal/entry/ClassCacheEntryFactory.java001
org/apache/commons/ognl/internal/entry/DeclaredMethodCacheEntry.java2216
org/apache/commons/ognl/internal/entry/FieldCacheEntryFactory.java012
org/apache/commons/ognl/internal/entry/GenericMethodParameterTypeCacheEntry.java012
org/apache/commons/ognl/internal/entry/GenericMethodParameterTypeFactory.java012
org/apache/commons/ognl/internal/entry/MethodAccessCacheEntryFactory.java312
org/apache/commons/ognl/internal/entry/MethodAccessEntryValue.java041
org/apache/commons/ognl/internal/entry/MethodCacheEntry.java112
org/apache/commons/ognl/internal/entry/MethodCacheEntryFactory.java023
org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java032
org/apache/commons/ognl/internal/entry/ParametrizedCacheEntryFactory.java012
org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java112
org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java012
org/apache/commons/ognl/internal/entry/PropertyDescriptorCacheEntryFactory.java0129

Rules

RulesViolationsSeverity
FileLength1Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
36Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
29Errors Error
MemberName9Errors Error
JavadocMethod
  • scope: "protected"
868Warnings Warning
JavadocType
  • scope: "protected"
37Errors Error
JavadocVariable
  • scope: "protected"
86Infos Info
ConstantName17Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport3Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength4Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap3Errors Error
ParenPad
  • option: "space"
81Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround1Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking1Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
13Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment10Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
11Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows35Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType2Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
2Errors Error
UpperEll0Errors Error

Details

org/apache/commons/ognl/ASTAdd.java

ViolationMessageLine
ErrorsMethod length is 204 lines (max allowed is 150).142

org/apache/commons/ognl/ASTAnd.java

ViolationMessageLine
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.124
ErrorsLine is longer than 120 characters.146
ErrorsLine is longer than 120 characters.152
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.246

org/apache/commons/ognl/ASTChain.java

ViolationMessageLine
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.249
WarningsMissing a Javadoc comment.266
WarningsMissing a Javadoc comment.271
WarningsMissing a Javadoc comment.276
WarningsMissing a Javadoc comment.391
WarningsMissing a Javadoc comment.493

org/apache/commons/ognl/ASTConst.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.173

org/apache/commons/ognl/ASTCtor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79
ErrorsMethod length is 209 lines (max allowed is 150).156
WarningsMissing a Javadoc comment.156
ErrorsLine is longer than 120 characters.323
WarningsMissing a Javadoc comment.367
WarningsMissing a Javadoc comment.372

org/apache/commons/ognl/ASTInstanceof.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.101

org/apache/commons/ognl/ASTList.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.225

org/apache/commons/ognl/ASTMethod.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.275
WarningsMissing a Javadoc comment.421

org/apache/commons/ognl/ASTOr.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
ErrorsLine is longer than 120 characters.104
ErrorsLine is longer than 120 characters.112
WarningsMissing a Javadoc comment.145
ErrorsLine is longer than 120 characters.179
WarningsMissing a Javadoc comment.203

org/apache/commons/ognl/ASTProperty.java

ViolationMessageLine
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145
ErrorsMethod length is 199 lines (max allowed is 150).150
WarningsMissing a Javadoc comment.150
ErrorsLine is longer than 120 characters.224
ErrorsLine is longer than 120 characters.225
ErrorsMethod length is 244 lines (max allowed is 150).397
WarningsMissing a Javadoc comment.397
WarningsMissing a Javadoc comment.643

org/apache/commons/ognl/ASTRootVarRef.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.89

org/apache/commons/ognl/ASTSequence.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.163

org/apache/commons/ognl/ASTStaticField.java

ViolationMessageLine
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
Warnings'className' hides a field.52
Warnings'fieldName' hides a field.52
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.193
WarningsMissing a Javadoc comment.215

org/apache/commons/ognl/ASTStaticMethod.java

ViolationMessageLine
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
Warnings'className' hides a field.58
Warnings'methodName' hides a field.58
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.209
WarningsMissing a Javadoc comment.214

org/apache/commons/ognl/ASTTest.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.84
ErrorsLine is longer than 120 characters.97
ErrorsLine is longer than 120 characters.110

org/apache/commons/ognl/ASTThisVarRef.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65

org/apache/commons/ognl/ASTVarRef.java

ViolationMessageLine
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
ErrorsLine is longer than 120 characters.125
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145

org/apache/commons/ognl/BooleanExpression.java

ViolationMessageLine
InfosMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43

org/apache/commons/ognl/ClassResolver.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32

org/apache/commons/ognl/ComparisonExpression.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43

org/apache/commons/ognl/DefaultMemberAccess.java

ViolationMessageLine
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.118
WarningsExpected an @return tag.129
WarningsExpected @param tag for 'context'.129
WarningsExpected @param tag for 'target'.129
WarningsExpected @param tag for 'member'.129
WarningsExpected @param tag for 'propertyName'.129

org/apache/commons/ognl/DefaultTypeConverter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35

org/apache/commons/ognl/DynamicSubscript.java

ViolationMessageLine
InfosMissing a Javadoc comment.32
InfosMissing a Javadoc comment.34
InfosMissing a Javadoc comment.36
InfosMissing a Javadoc comment.38
InfosMissing a Javadoc comment.40
ErrorsName 'first' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
InfosMissing a Javadoc comment.42
ErrorsName 'mid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
InfosMissing a Javadoc comment.44
ErrorsName 'last' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.44
InfosMissing a Javadoc comment.46
ErrorsName 'all' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
WarningsMissing a Javadoc comment.55

org/apache/commons/ognl/EnumerationIterator.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <E> tag.31
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57

org/apache/commons/ognl/Evaluation.java

ViolationMessageLine
WarningsExpected @param tag for 'node'.51
WarningsExpected @param tag for 'source'.51
WarningsExpected @param tag for 'node'.62
WarningsExpected @param tag for 'source'.62
WarningsExpected @param tag for 'setOperation'.62
WarningsExpected an @return tag.71
WarningsExpected @param tag for 'value'.81
WarningsExpected an @return tag.89
WarningsExpected @param tag for 'value'.99
WarningsExpected an @return tag.107
WarningsExpected @param tag for 'value'.115
WarningsExpected an @return tag.123
WarningsExpected @param tag for 'value'.132
WarningsExpected an @return tag.140
WarningsExpected @param tag for 'value'.149
WarningsExpected an @return tag.158
WarningsExpected an @return tag.166
WarningsExpected an @return tag.174
WarningsExpected an @return tag.182
WarningsExpected an @return tag.190
WarningsExpected an @return tag.198
WarningsExpected an @return tag.210
WarningsExpected @param tag for 'child'.224
Warnings'node' hides a field.252
WarningsExpected @param tag for 'node'.252
Warnings'source' hides a field.252
WarningsExpected @param tag for 'source'.252
Warnings'setOperation' hides a field.252
WarningsExpected @param tag for 'setOperation'.252
WarningsExpected an @return tag.279
WarningsExpected @param tag for 'compact'.279
WarningsExpected @param tag for 'showChildren'.279
WarningsExpected @param tag for 'depth'.279
WarningsExpected an @return tag.315
WarningsExpected @param tag for 'compact'.315
WarningsExpected @param tag for 'depth'.315
WarningsExpected an @return tag.323

org/apache/commons/ognl/EvaluationPool.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.38
WarningsExpected an @return tag.48
WarningsExpected @param tag for 'node'.48
WarningsExpected @param tag for 'source'.48
WarningsExpected an @return tag.57
WarningsExpected @param tag for 'node'.57
WarningsExpected @param tag for 'source'.57
WarningsExpected @param tag for 'setOperation'.57
WarningsExpected @param tag for 'value'.68
WarningsExpected @param tag for 'value'.79
WarningsExpected @param tag for 'value'.89
WarningsExpected an @return tag.99
WarningsExpected an @return tag.110
WarningsExpected an @return tag.121
WarningsExpected an @return tag.132

org/apache/commons/ognl/ExpressionNode.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsExpected an @return tag.47
WarningsExpected @param tag for 'context'.48
WarningsExpected @throws tag for 'OgnlException'.49
WarningsMissing a Javadoc comment.78

org/apache/commons/ognl/ExpressionSyntaxException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34

org/apache/commons/ognl/InappropriateExpressionException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35

org/apache/commons/ognl/IteratorEnumeration.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <T> tag.31
WarningsMissing a Javadoc comment.35

org/apache/commons/ognl/JJTOgnlParserState.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.150

org/apache/commons/ognl/JavaSource.java

ViolationMessageLine
WarningsExpected @param tag for 'context'.38
WarningsExpected @param tag for 'target'.38
WarningsExpected @param tag for 'context'.47
WarningsExpected @param tag for 'target'.47

org/apache/commons/ognl/ListPropertyAccessor.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - java.util.*.22

org/apache/commons/ognl/MapPropertyAccessor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.152

org/apache/commons/ognl/MemberAccess.java

ViolationMessageLine
WarningsExpected an @return tag.38
WarningsExpected @param tag for 'context'.38
WarningsExpected @param tag for 'target'.38
WarningsExpected @param tag for 'member'.38
WarningsExpected @param tag for 'propertyName'.38
WarningsExpected @param tag for 'context'.43
WarningsExpected @param tag for 'target'.43
WarningsExpected @param tag for 'member'.43
WarningsExpected @param tag for 'propertyName'.43
WarningsExpected @param tag for 'state'.43
WarningsExpected an @return tag.48
WarningsExpected @param tag for 'context'.48
WarningsExpected @param tag for 'target'.48
WarningsExpected @param tag for 'member'.48
WarningsExpected @param tag for 'propertyName'.48

org/apache/commons/ognl/MethodFailedException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39

org/apache/commons/ognl/NoSuchPropertyException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77

org/apache/commons/ognl/Node.java

ViolationMessageLine
WarningsExpected @param tag for 'n'.50
WarningsMissing a Javadoc comment.52
WarningsExpected @param tag for 'n'.57
WarningsExpected @param tag for 'i'.57
WarningsExpected an @return tag.62
WarningsExpected @param tag for 'i'.62
WarningsExpected an @return tag.65
WarningsExpected an @return tag.72
WarningsExpected @param tag for 'context'.72
WarningsExpected @param tag for 'source'.72
WarningsExpected @throws tag for 'OgnlException'.73
WarningsExpected @param tag for 'context'.78
WarningsExpected @param tag for 'target'.78
WarningsExpected @param tag for 'value'.78
WarningsExpected @throws tag for 'OgnlException'.79
WarningsUnused @throws tag for 'NullPointerException'.105
WarningsUnused @throws tag for 'RuntimeException'.106
WarningsExpected @throws tag for 'OgnlException'.109

org/apache/commons/ognl/NodeVisitor.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.162

org/apache/commons/ognl/NullHandler.java

ViolationMessageLine
WarningsExpected an @return tag.36
WarningsExpected @param tag for 'context'.36
WarningsExpected @param tag for 'target'.36
WarningsExpected @param tag for 'methodName'.36
WarningsExpected @param tag for 'args'.36
WarningsExpected an @return tag.41
WarningsExpected @param tag for 'context'.41
WarningsExpected @param tag for 'target'.41
WarningsExpected @param tag for 'property'.41

org/apache/commons/ognl/NumericCasts.java

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

org/apache/commons/ognl/NumericDefaults.java

ViolationMessageLine
Errors'{' should be on a new line.29
ErrorsName 'NUMERIC_DEFAULTS' must match pattern '^[a-z][a-zA-Z0-9]*$'.31
Errors'{' should be on a new line.33
Errors'{' should be on a new line.47

org/apache/commons/ognl/NumericExpression.java

ViolationMessageLine
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.106

org/apache/commons/ognl/NumericLiterals.java

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

org/apache/commons/ognl/NumericTypes.java

ViolationMessageLine
Errorsinterfaces should describe a type and hence have methods.28

org/apache/commons/ognl/NumericValues.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.47

org/apache/commons/ognl/ObjectArrayPool.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.79
WarningsExpected @param tag for 'value'.94

org/apache/commons/ognl/ObjectIndexedPropertyDescriptor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.111
Errors'(' is not followed by whitespace.123
Errors')' is not preceded with whitespace.123
Errors'{' should be on a new line.123
Errors'(' is not followed by whitespace.124
Errors')' is not preceded with whitespace.124
Errors'(' is not followed by whitespace.129
Errors'(' is not followed by whitespace.129
Errors')' is not preceded with whitespace.129
Errors')' is not preceded with whitespace.129
Errors'(' is not followed by whitespace.134
Errors'(' is not followed by whitespace.134
Errors')' is not preceded with whitespace.134
Errors')' is not preceded with whitespace.134
ErrorsLine is longer than 120 characters.141
Errors'(' is not followed by whitespace.141
Errors'(' is not followed by whitespace.141
Errors')' is not preceded with whitespace.141
Errors')' is not preceded with whitespace.141
ErrorsLine is longer than 120 characters.146
Errors'(' is not followed by whitespace.146
Errors'(' is not followed by whitespace.146
Errors')' is not preceded with whitespace.146
Errors')' is not preceded with whitespace.146
Errors'(' is not followed by whitespace.151
Errors'(' is not followed by whitespace.151
Errors')' is not preceded with whitespace.151
Errors')' is not preceded with whitespace.151
Errors'{' should be on a new line.160
Errors'31' is a magic number.162
Errors'(' is not followed by whitespace.162
Errors')' is not preceded with whitespace.162
Errors'31' is a magic number.163
Errors'(' is not followed by whitespace.163
Errors')' is not preceded with whitespace.163
Errors'31' is a magic number.164
Errors'(' is not followed by whitespace.164
Errors')' is not preceded with whitespace.164

org/apache/commons/ognl/ObjectNullHandler.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40

org/apache/commons/ognl/ObjectPropertyAccessor.java

ViolationMessageLine
WarningsExpected an @return tag.45
WarningsExpected @param tag for 'context'.45
WarningsExpected @param tag for 'target'.45
WarningsExpected @param tag for 'name'.45
WarningsExpected @throws tag for 'OgnlException'.46
WarningsExpected an @return tag.78
WarningsExpected @param tag for 'context'.78
WarningsExpected @param tag for 'target'.78
WarningsExpected @param tag for 'name'.78
WarningsExpected @param tag for 'value'.78
WarningsExpected @throws tag for 'OgnlException'.79
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.279

org/apache/commons/ognl/Ognl.java

ViolationMessageLine
WarningsUnused @throws tag for 'ExpressionSyntaxException'.107
WarningsUnused @throws tag for 'MethodFailedException'.405
WarningsUnused @throws tag for 'NoSuchPropertyException'.406
WarningsUnused @throws tag for 'InappropriateExpressionException'.407
WarningsExpected @param tag for '<T>'.410
WarningsUnused @throws tag for 'MethodFailedException'.425
WarningsUnused @throws tag for 'NoSuchPropertyException'.426
WarningsUnused @throws tag for 'InappropriateExpressionException'.427
WarningsExpected @param tag for '<T>'.431
WarningsExpected @param tag for '<T>'.464
WarningsExpected @param tag for '<T>'.479
WarningsExpected @throws tag for 'OgnlException'.480
WarningsUnused @throws tag for 'MethodFailedException'.495
WarningsUnused @throws tag for 'NoSuchPropertyException'.496
WarningsUnused @throws tag for 'InappropriateExpressionException'.497
WarningsExpected @param tag for '<T>'.500
WarningsUnused @throws tag for 'MethodFailedException'.516
WarningsUnused @throws tag for 'NoSuchPropertyException'.517
WarningsUnused @throws tag for 'InappropriateExpressionException'.518
WarningsExpected @param tag for '<T>'.521
WarningsUnused @throws tag for 'MethodFailedException'.533
WarningsUnused @throws tag for 'NoSuchPropertyException'.534
WarningsUnused @throws tag for 'InappropriateExpressionException'.535
WarningsExpected @param tag for '<T>'.538
WarningsUnused @throws tag for 'MethodFailedException'.551
WarningsUnused @throws tag for 'NoSuchPropertyException'.552
WarningsUnused @throws tag for 'InappropriateExpressionException'.553
WarningsExpected @param tag for '<T>'.556
WarningsUnused @throws tag for 'ExpressionSyntaxException'.570
WarningsUnused @throws tag for 'MethodFailedException'.571
WarningsUnused @throws tag for 'NoSuchPropertyException'.572
WarningsUnused @throws tag for 'InappropriateExpressionException'.573
WarningsExpected @param tag for '<T>'.576
WarningsUnused @throws tag for 'ExpressionSyntaxException'.591
WarningsUnused @throws tag for 'MethodFailedException'.592
WarningsUnused @throws tag for 'NoSuchPropertyException'.593
WarningsUnused @throws tag for 'InappropriateExpressionException'.594
WarningsExpected @param tag for '<T>'.597
WarningsUnused @throws tag for 'MethodFailedException'.611
WarningsUnused @throws tag for 'NoSuchPropertyException'.612
WarningsUnused @throws tag for 'InappropriateExpressionException'.613
WarningsUnused @throws tag for 'MethodFailedException'.652
WarningsUnused @throws tag for 'NoSuchPropertyException'.653
WarningsUnused @throws tag for 'InappropriateExpressionException'.654
WarningsUnused @throws tag for 'MethodFailedException'.669
WarningsUnused @throws tag for 'NoSuchPropertyException'.670
WarningsUnused @throws tag for 'InappropriateExpressionException'.671
WarningsUnused @throws tag for 'ExpressionSyntaxException'.688
WarningsUnused @throws tag for 'MethodFailedException'.689
WarningsUnused @throws tag for 'NoSuchPropertyException'.690
WarningsUnused @throws tag for 'InappropriateExpressionException'.691
WarningsMissing a Javadoc comment.754
WarningsMissing a Javadoc comment.760
WarningsMissing a Javadoc comment.766
WarningsMissing a Javadoc comment.772
WarningsMissing a Javadoc comment.778
WarningsMissing a Javadoc comment.784
WarningsMissing a Javadoc comment.790
WarningsMissing a Javadoc comment.796

org/apache/commons/ognl/OgnlCache.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.ognl.internal.*.22
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.ognl.internal.entry.*.23
Errors'{' should be on a new line.41
ErrorsRedundant throws: 'CacheException' is unchecked exception.118
ErrorsName '_methodCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
ErrorsName '_invokePermissionCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.127
ErrorsName '_fieldCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsName '_methodParameterTypesCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.133
ErrorsRedundant throws: 'CacheException' is unchecked exception.137
ErrorsName '_genericMethodParameterTypesCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsName '_ctorParameterTypesCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.146
ErrorsRedundant throws: 'CacheException' is unchecked exception.149
ErrorsName '_methodAccessCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.155
ErrorsName '_methodPermCache' must match pattern '^[a-z][a-zA-Z0-9]*$'.161
WarningsMissing a Javadoc comment.163
ErrorsRedundant throws: 'CacheException' is unchecked exception.163
Errors'{' should be on a new line.163
WarningsMissing a Javadoc comment.167
ErrorsRedundant throws: 'CacheException' is unchecked exception.167
Errors'{' should be on a new line.167
WarningsMissing a Javadoc comment.171
ErrorsRedundant throws: 'CacheException' is unchecked exception.171
Errors'{' should be on a new line.171
WarningsMissing a Javadoc comment.175
ErrorsRedundant throws: 'CacheException' is unchecked exception.175
Errors'{' should be on a new line.175
ErrorsLine is longer than 120 characters.179
WarningsMissing a Javadoc comment.179
ErrorsRedundant throws: 'CacheException' is unchecked exception.179
Errors'{' should be on a new line.179
WarningsMissing a Javadoc comment.183
ErrorsRedundant throws: 'CacheException' is unchecked exception.183
Errors'{' should be on a new line.183
WarningsMissing a Javadoc comment.187
ErrorsRedundant throws: 'CacheException' is unchecked exception.187
Errors'{' should be on a new line.187
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.201
WarningsMissing a Javadoc comment.206
WarningsMissing a Javadoc comment.211
WarningsMissing a Javadoc comment.238
ErrorsRedundant throws: 'CacheException' is unchecked exception.239
WarningsMissing a Javadoc comment.244
ErrorsRedundant throws: 'CacheException' is unchecked exception.244
WarningsMissing a Javadoc comment.249
ErrorsRedundant throws: 'CacheException' is unchecked exception.249
WarningsMissing a Javadoc comment.254
Errors'{' should be on a new line.254
WarningsMissing a Javadoc comment.265
WarningsMissing a Javadoc comment.275
WarningsMissing a Javadoc comment.280
WarningsMissing a Javadoc comment.290
WarningsMissing a Javadoc comment.295

org/apache/commons/ognl/OgnlContext.java

ViolationMessageLine
InfosMissing a Javadoc comment.42
InfosMissing a Javadoc comment.44
InfosMissing a Javadoc comment.46
InfosMissing a Javadoc comment.48
InfosMissing a Javadoc comment.50
InfosMissing a Javadoc comment.52
InfosMissing a Javadoc comment.54
InfosMissing a Javadoc comment.56
InfosMissing a Javadoc comment.58
InfosMissing a Javadoc comment.66
InfosMissing a Javadoc comment.68
InfosMissing a Javadoc comment.70
Errors'23' is a magic number.90
WarningsExpected @param tag for 'classResolver'.150
WarningsExpected @param tag for 'typeConverter'.150
WarningsExpected @param tag for 'memberAccess'.150
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.227
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.245
WarningsMissing a Javadoc comment.250
WarningsMissing a Javadoc comment.255
WarningsMissing a Javadoc comment.260
WarningsMissing a Javadoc comment.265
WarningsExpected an @return tag.285
WarningsExpected @param tag for 'value'.294
WarningsMissing a Javadoc comment.299
WarningsMissing a Javadoc comment.304
WarningsMissing a Javadoc comment.309
WarningsMissing a Javadoc comment.314
WarningsMissing a Javadoc comment.324
WarningsMissing a Javadoc comment.339
WarningsMissing a Javadoc comment.364
WarningsMissing a Javadoc comment.390
WarningsMissing a Javadoc comment.400
WarningsMissing a Javadoc comment.410
WarningsMissing a Javadoc comment.415
WarningsExpected an @return tag.423
WarningsMissing a Javadoc comment.428
WarningsExpected an @return tag.437
WarningsMissing a Javadoc comment.442
WarningsExpected an @return tag.451
WarningsExpected @param tag for 'relativeIndex'.451
WarningsExpected @param tag for 'value'.470
WarningsExpected an @return tag.486
WarningsMissing a Javadoc comment.501
WarningsMissing a Javadoc comment.506
WarningsMissing a Javadoc comment.516
WarningsMissing a Javadoc comment.522
WarningsMissing a Javadoc comment.527
WarningsMissing a Javadoc comment.532
WarningsMissing a Javadoc comment.537
WarningsMissing a Javadoc comment.542
WarningsMissing a Javadoc comment.593
WarningsMissing a Javadoc comment.654
WarningsMissing a Javadoc comment.705
WarningsMissing a Javadoc comment.713
WarningsMissing a Javadoc comment.736
WarningsMissing a Javadoc comment.742
WarningsMissing a Javadoc comment.748

org/apache/commons/ognl/OgnlException.java

ViolationMessageLine
WarningsExpected @param tag for 's'.162
WarningsExpected @param tag for 's'.180

org/apache/commons/ognl/OgnlInvokePermission.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43

org/apache/commons/ognl/OgnlOps.java

ViolationMessageLine
WarningsUnused @throws tag for 'IllegalArgumentException'.51
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.169
WarningsUnused @throws tag for 'NumberFormatException'.209
WarningsUnused @throws tag for 'NumberFormatException'.238
WarningsUnused @throws tag for 'NumberFormatException'.269
WarningsUnused @throws tag for 'NumberFormatException'.306
WarningsMissing a Javadoc comment.428
WarningsMissing a Javadoc comment.434
WarningsMissing a Javadoc comment.440
WarningsMissing a Javadoc comment.446
WarningsMissing a Javadoc comment.452
WarningsMissing a Javadoc comment.458
WarningsMissing a Javadoc comment.464
WarningsMissing a Javadoc comment.470
Errors'(' is not followed by whitespace.473
Errors')' is not preceded with whitespace.473
WarningsMissing a Javadoc comment.476
WarningsMissing a Javadoc comment.482
WarningsMissing a Javadoc comment.488
WarningsMissing a Javadoc comment.494
WarningsMissing a Javadoc comment.500
WarningsMissing a Javadoc comment.506
WarningsMissing a Javadoc comment.514
WarningsMissing a Javadoc comment.520
WarningsMissing a Javadoc comment.526
WarningsMissing a Javadoc comment.532
WarningsMissing a Javadoc comment.538
WarningsMissing a Javadoc comment.544
WarningsMissing a Javadoc comment.550
WarningsMissing a Javadoc comment.558
WarningsMissing a Javadoc comment.564
WarningsMissing a Javadoc comment.570
WarningsMissing a Javadoc comment.576
Errors'(' is not followed by whitespace.579
Errors')' is not preceded with whitespace.579
WarningsMissing a Javadoc comment.582
WarningsMissing a Javadoc comment.588
Errors'(' is not followed by whitespace.591
Errors')' is not preceded with whitespace.591
WarningsMissing a Javadoc comment.594
WarningsMissing a Javadoc comment.613
WarningsMissing a Javadoc comment.619
WarningsMissing a Javadoc comment.663
Errors')' is not preceded with whitespace.677
Errors')' is not preceded with whitespace.687
WarningsMissing a Javadoc comment.972
WarningsMissing a Javadoc comment.982
WarningsMissing a Javadoc comment.992
WarningsMissing a Javadoc comment.1002
WarningsMissing a Javadoc comment.1019
WarningsMissing a Javadoc comment.1024
WarningsMissing a Javadoc comment.1029
WarningsMissing a Javadoc comment.1053
WarningsMissing a Javadoc comment.1063
WarningsMissing a Javadoc comment.1073
WarningsMissing a Javadoc comment.1087
WarningsMissing a Javadoc comment.1114
WarningsMissing a Javadoc comment.1131
WarningsMissing a Javadoc comment.1148
WarningsMissing a Javadoc comment.1165
WarningsMissing a Javadoc comment.1178
WarningsMissing a Javadoc comment.1195
WarningsMissing a Javadoc comment.1208
WarningsMissing a Javadoc comment.1220
WarningsMissing a Javadoc comment.1288

org/apache/commons/ognl/OgnlParserTreeConstants.java

ViolationMessageLine
Errorsinterfaces should describe a type and hence have methods.27
InfosMissing a Javadoc comment.29
InfosMissing a Javadoc comment.31
InfosMissing a Javadoc comment.33
InfosMissing a Javadoc comment.35
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.43
InfosMissing a Javadoc comment.45
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.49
InfosMissing a Javadoc comment.51
InfosMissing a Javadoc comment.53
InfosMissing a Javadoc comment.55
InfosMissing a Javadoc comment.57
InfosMissing a Javadoc comment.59
InfosMissing a Javadoc comment.61
InfosMissing a Javadoc comment.63
InfosMissing a Javadoc comment.65
InfosMissing a Javadoc comment.67
InfosMissing a Javadoc comment.69
InfosMissing a Javadoc comment.71
InfosMissing a Javadoc comment.73
InfosMissing a Javadoc comment.75
InfosMissing a Javadoc comment.77
InfosMissing a Javadoc comment.79
InfosMissing a Javadoc comment.81
InfosMissing a Javadoc comment.83
InfosMissing a Javadoc comment.85
InfosMissing a Javadoc comment.87
InfosMissing a Javadoc comment.89
InfosMissing a Javadoc comment.91
InfosMissing a Javadoc comment.93
InfosMissing a Javadoc comment.95
InfosMissing a Javadoc comment.97
InfosMissing a Javadoc comment.99
InfosMissing a Javadoc comment.101
InfosMissing a Javadoc comment.103
InfosMissing a Javadoc comment.105
InfosMissing a Javadoc comment.107
InfosMissing a Javadoc comment.109
InfosMissing a Javadoc comment.111
InfosMissing a Javadoc comment.113
InfosMissing a Javadoc comment.115
InfosMissing a Javadoc comment.117
InfosMissing a Javadoc comment.119
InfosMissing a Javadoc comment.121
InfosMissing a Javadoc comment.123
ErrorsName 'jjtNodeName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.123

org/apache/commons/ognl/OgnlRuntime.java

ViolationMessageLine
ErrorsFile length is 2,303 lines (max allowed is 2,000).1
ErrorsName 'NotFound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
InfosMissing a Javadoc comment.74
ErrorsName 'NoArguments' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.74
ErrorsName 'NoConversionPossible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.79
ErrorsName 'primitiveTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.130
ErrorsName 'primitiveDefaults' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.132
ErrorsName 'evaluationPool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.136
ErrorsName 'objectArrayPool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.138
ErrorsName 'primitiveWrapperClasses' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.148
ErrorsName 'numericCasts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.153
ErrorsName 'numericValues' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.159
ErrorsName 'numericLiterals' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.164
ErrorsName 'numericDefaults' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.166
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.195
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.205
WarningsMissing a Javadoc comment.210
WarningsExpected an @return tag.218
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.241
WarningsExpected an @return tag.251
WarningsExpected @param tag for 'o'.251
WarningsExpected an @return tag.259
WarningsExpected @param tag for 'o'.259
WarningsExpected an @return tag.267
WarningsExpected @param tag for 'clazz'.267
WarningsMissing a Javadoc comment.273
WarningsMissing a Javadoc comment.283
WarningsExpected an @return tag.291
WarningsExpected @param tag for 'object'.291
WarningsExpected an @return tag.299
WarningsExpected @param tag for 'clazz'.299
WarningsExpected an @return tag.310
WarningsExpected @param tag for 'num'.310
ErrorsInner assignments should be avoided.316
WarningsExpected an @return tag.334
WarningsExpected @param tag for 'object'.334
WarningsExpected an @return tag.344
WarningsExpected @param tag for 'object'.344
WarningsExpected @param tag for 'fullyQualified'.344
WarningsExpected an @return tag.372
WarningsExpected @param tag for 'object'.372
WarningsExpected an @return tag.381
WarningsExpected @param tag for '<T>'.381
WarningsExpected @param tag for 'list'.381
WarningsExpected an @return tag.404
WarningsExpected @param tag for 'method'.404
WarningsExpected @throws tag for 'CacheException'.405
ErrorsRedundant throws: 'CacheException' is unchecked exception.405
WarningsExpected @throws tag for 'CacheException'.420
ErrorsRedundant throws: 'CacheException' is unchecked exception.420
WarningsExpected an @return tag.438
WarningsExpected @param tag for 'constructor'.438
WarningsExpected @throws tag for 'CacheException'.439
ErrorsRedundant throws: 'CacheException' is unchecked exception.439
Errors'(' is not followed by whitespace.462
Errors')' is not preceded with whitespace.462
WarningsExpected an @return tag.471
WarningsExpected @param tag for 'method'.471
WarningsExpected @throws tag for 'CacheException'.472
ErrorsRedundant throws: 'CacheException' is unchecked exception.472
WarningsMissing a Javadoc comment.478
ErrorsRedundant throws: 'CacheException' is unchecked exception.479
ErrorsThe double-checked locking idiom is broken and should be avoided.505
WarningsExpected an @return tag.577
WarningsExpected @param tag for 'object'.577
WarningsExpected @param tag for 'clazz'.577
WarningsExpected an @return tag.603
WarningsExpected @param tag for 'args'.603
WarningsExpected @param tag for 'classes'.603
WarningsMissing a Javadoc comment.608
WarningsExpected an @return tag.648
WarningsExpected @param tag for 'classes1'.648
WarningsExpected @param tag for 'classes2'.648
WarningsExpected an @return tag.679
WarningsExpected @param tag for 'modifiers'.679
WarningsMissing a Javadoc comment.722
ErrorsInner assignments should be avoided.731
WarningsMissing a Javadoc comment.746
WarningsMissing a Javadoc comment.760
WarningsMissing a Javadoc comment.765
WarningsMissing a Javadoc comment.770
WarningsMissing a Javadoc comment.776
WarningsMissing a Javadoc comment.812
ErrorsLine is longer than 120 characters.826
Errors';' is not followed by whitespace.826
WarningsMissing a Javadoc comment.837
Errors'&&' should be on a new line.894
ErrorsLine is longer than 120 characters.907
WarningsMissing a Javadoc comment.922
WarningsMissing a Javadoc comment.1025
WarningsMissing a Javadoc comment.1067
ErrorsLine is longer than 120 characters.1085
ErrorsInner assignments should be avoided.1094
WarningsMissing a Javadoc comment.1137
WarningsExpected an @return tag.1147
WarningsExpected @param tag for 'context'.1147
WarningsExpected @param tag for 'target'.1147
WarningsExpected @param tag for 'propertyName'.1147
WarningsExpected @param tag for 'checkAccessAndExistence'.1148
WarningsExpected @throws tag for 'OgnlException'.1149
WarningsExpected @throws tag for 'IllegalAccessException'.1149
WarningsExpected @throws tag for 'NoSuchMethodException'.1149
WarningsExpected @throws tag for 'IntrospectionException'.1149
ErrorsLine is longer than 120 characters.1161
WarningsMissing a Javadoc comment.1187
WarningsMissing a Javadoc comment.1193
ErrorsLine is longer than 120 characters.1202
WarningsMissing a Javadoc comment.1233
WarningsExpected @param tag for 'targetClass'.1243
Errors'?' should be on a new line.1245
Errors':' should be on a new line.1246
WarningsMissing a Javadoc comment.1252
WarningsMissing a Javadoc comment.1257
WarningsMissing a Javadoc comment.1262
WarningsMissing a Javadoc comment.1283
WarningsMissing a Javadoc comment.1289
WarningsMissing a Javadoc comment.1334
ErrorsLine is longer than 120 characters.1351
ErrorsInner assignments should be avoided.1351
WarningsMissing a Javadoc comment.1370
WarningsMissing a Javadoc comment.1375
WarningsMissing a Javadoc comment.1380
WarningsMissing a Javadoc comment.1387
Errors'(' is not followed by whitespace.1416
Errors')' is not preceded with whitespace.1416
WarningsExpected @param tag for 'targetClass'.1451
WarningsExpected @param tag for 'propertyName'.1451
WarningsExpected @param tag for 'findSets'.1451
WarningsMissing a Javadoc comment.1491
WarningsMissing a Javadoc comment.1515
WarningsMissing a Javadoc comment.1520
WarningsMissing a Javadoc comment.1526
WarningsMissing a Javadoc comment.1550
WarningsMissing a Javadoc comment.1556
WarningsMissing a Javadoc comment.1565
WarningsExpected @throws tag for 'IntrospectionException'.1598
WarningsExpected @throws tag for 'OgnlException'.1598
WarningsMissing a Javadoc comment.1608
WarningsExpected @throws tag for 'IntrospectionException'.1625
WarningsExpected @throws tag for 'OgnlException'.1625
WarningsMissing a Javadoc comment.1644
WarningsMissing a Javadoc comment.1649
WarningsMissing a Javadoc comment.1655
WarningsMissing a Javadoc comment.1660
WarningsMissing a Javadoc comment.1666
WarningsMissing a Javadoc comment.1672
WarningsMissing a Javadoc comment.1677
WarningsMissing a Javadoc comment.1683
WarningsMissing a Javadoc comment.1688
ErrorsInner assignments should be avoided.1697
WarningsMissing a Javadoc comment.1705
ErrorsInner assignments should be avoided.1714
WarningsExpected an @return tag.1729
WarningsExpected @param tag for 'context'.1729
WarningsExpected @param tag for 'sourceClass'.1729
WarningsExpected @param tag for 'name'.1729
WarningsExpected @throws tag for 'OgnlException'.1730
WarningsMissing a Javadoc comment.1759
ErrorsLine is longer than 120 characters.1766
WarningsMissing a Javadoc comment.1802
ErrorsLine is longer than 120 characters.1809
WarningsMissing a Javadoc comment.1845
WarningsMissing a Javadoc comment.1850
WarningsMissing a Javadoc comment.1866
ErrorsLine is longer than 120 characters.1934
Errors'(' is not followed by whitespace.1935
Errors')' is not preceded with whitespace.1935
Errors'(' is not followed by whitespace.1936
Errors')' is not preceded with whitespace.1936
Errors')' is not preceded with whitespace.1936
WarningsMissing a Javadoc comment.1969
ErrorsLine is longer than 120 characters.2027
ErrorsLine is longer than 120 characters.2038
WarningsMissing a Javadoc comment.2068
WarningsMissing a Javadoc comment.2073
WarningsMissing a Javadoc comment.2147
ErrorsLine is longer than 120 characters.2159
WarningsMissing a Javadoc comment.2175
ErrorsLine is longer than 120 characters.2212
ErrorsLine is longer than 120 characters.2230

org/apache/commons/ognl/PrimitiveDefaults.java

ViolationMessageLine
Errors'{' should be on a new line.29
Errors'{' should be on a new line.33
Errors'{' should be on a new line.50

org/apache/commons/ognl/PrimitiveTypes.java

ViolationMessageLine
Errors'{' should be on a new line.27
Errors'{' should be on a new line.31
Errors'(' is not followed by whitespace.42
Errors')' is not preceded with whitespace.42
Errors'{' should be on a new line.42
Errors'(' is not followed by whitespace.43
Errors')' is not preceded with whitespace.43

org/apache/commons/ognl/PrimitiveWrapperClasses.java

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

org/apache/commons/ognl/SimpleNode.java

ViolationMessageLine
InfosMissing a Javadoc comment.37
InfosMissing a Javadoc comment.39
InfosMissing a Javadoc comment.41
InfosMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.234
WarningsExpected an @return tag.289
WarningsExpected @param tag for 'context'.289
WarningsExpected @param tag for 'source'.289
WarningsExpected @throws tag for 'OgnlException'.290
WarningsMissing a Javadoc comment.292
WarningsExpected @param tag for 'context'.343
WarningsExpected @param tag for 'target'.343
WarningsExpected @param tag for 'value'.343
WarningsExpected @throws tag for 'OgnlException'.344
WarningsExpected an @return tag.350
WarningsExpected @param tag for 'context'.350
WarningsExpected @throws tag for 'OgnlException'.351
WarningsMissing a Javadoc comment.356
WarningsMissing a Javadoc comment.362
WarningsMissing a Javadoc comment.368
WarningsMissing a Javadoc comment.374
WarningsMissing a Javadoc comment.380
WarningsMissing a Javadoc comment.400
WarningsMissing a Javadoc comment.457
WarningsMissing a Javadoc comment.462

org/apache/commons/ognl/ToStringVisitor.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.228
WarningsMissing a Javadoc comment.233
WarningsMissing a Javadoc comment.238
WarningsMissing a Javadoc comment.259
WarningsMissing a Javadoc comment.266
WarningsMissing a Javadoc comment.315
WarningsMissing a Javadoc comment.320
WarningsMissing a Javadoc comment.325
WarningsMissing a Javadoc comment.330
WarningsMissing a Javadoc comment.335
WarningsMissing a Javadoc comment.358
WarningsMissing a Javadoc comment.363
WarningsMissing a Javadoc comment.368
WarningsMissing a Javadoc comment.397
WarningsMissing a Javadoc comment.415
WarningsMissing a Javadoc comment.421
WarningsMissing a Javadoc comment.427
WarningsMissing a Javadoc comment.438
WarningsMissing a Javadoc comment.443
WarningsMissing a Javadoc comment.448

org/apache/commons/ognl/TypeConverter.java

ViolationMessageLine
WarningsExpected @param tag for '<T>'.48

org/apache/commons/ognl/enhance/ContextClassLoader.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.33

org/apache/commons/ognl/enhance/EnhancedClassLoader.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.38

org/apache/commons/ognl/enhance/ExpressionCompiler.java

ViolationMessageLine
InfosMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.583
Errors'while' is not followed by whitespace.684
WarningsMissing a Javadoc comment.703

org/apache/commons/ognl/enhance/LocalReferenceImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.35
Errors'31' is a magic number.107
Errors'31' is a magic number.108

org/apache/commons/ognl/enhance/UnsupportedCompilationException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45

org/apache/commons/ognl/internal/Cache.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <K> tag.25
ErrorsType Javadoc comment is missing an @param <V> tag.25
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.31
ErrorsRedundant throws: 'CacheException' is unchecked exception.32
WarningsMissing a Javadoc comment.34

org/apache/commons/ognl/internal/CacheException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.28

org/apache/commons/ognl/internal/CacheFactory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36

org/apache/commons/ognl/internal/ClassCache.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <V> tag.30
WarningsMissing a Javadoc comment.33

org/apache/commons/ognl/internal/ClassCacheHandler.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.32
ErrorsRedundant throws: 'CacheException' is unchecked exception.33

org/apache/commons/ognl/internal/ClassCacheImpl.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <V> tag.33
ErrorsRedundant throws: 'CacheException' is unchecked exception.82

org/apache/commons/ognl/internal/ConcurrentHashMapCache.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
ErrorsRedundant throws: 'CacheException' is unchecked exception.56
WarningsMissing a Javadoc comment.66
Warnings'cacheEntryFactory' hides a field.66
ErrorsRedundant throws: 'CacheException' is unchecked exception.67
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.89

org/apache/commons/ognl/internal/ConcurrentHashMapCacheFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43

org/apache/commons/ognl/internal/ConcurrentHashMapClassCache.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
Warnings'inspector' hides a field.40

org/apache/commons/ognl/internal/HashMapCache.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.59
ErrorsRedundant throws: 'CacheException' is unchecked exception.60
WarningsMissing a Javadoc comment.78
Warnings'cacheEntryFactory' hides a field.78
ErrorsRedundant throws: 'CacheException' is unchecked exception.79
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.101

org/apache/commons/ognl/internal/HashMapCacheFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42

org/apache/commons/ognl/internal/HashMapClassCache.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.30
Errors',' is not followed by whitespace.31
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
Warnings'inspector' hides a field.41
WarningsMissing a Javadoc comment.46

org/apache/commons/ognl/internal/ReentrantReadWriteLockCache.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.73
ErrorsRedundant throws: 'CacheException' is unchecked exception.74
WarningsMissing a Javadoc comment.112
Warnings'cacheEntryFactory' hides a field.112
ErrorsRedundant throws: 'CacheException' is unchecked exception.113
WarningsMissing a Javadoc comment.125

org/apache/commons/ognl/internal/ReentrantReadWriteLockCacheFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42

org/apache/commons/ognl/internal/ReentrantReadWriteLockClassCache.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
Warnings'inspector' hides a field.41
WarningsMissing a Javadoc comment.46

org/apache/commons/ognl/internal/entry/CacheEntry.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26

org/apache/commons/ognl/internal/entry/CacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.30
ErrorsRedundant throws: 'CacheException' is unchecked exception.31

org/apache/commons/ognl/internal/entry/ClassCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26

org/apache/commons/ognl/internal/entry/DeclaredMethodCacheEntry.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.32
InfosMissing a Javadoc comment.34
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'{' should be on a new line.49
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
Errors'(' is not followed by whitespace.54
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
Errors')' is not preceded with whitespace.54
Errors'(' is not followed by whitespace.58
Errors'(' is not followed by whitespace.58
Errors')' is not preceded with whitespace.58
Errors')' is not preceded with whitespace.58
Errors'31' is a magic number.73

org/apache/commons/ognl/internal/entry/FieldCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.35
ErrorsRedundant throws: 'CacheException' is unchecked exception.36

org/apache/commons/ognl/internal/entry/GenericMethodParameterTypeCacheEntry.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.35
Errors'31' is a magic number.63

org/apache/commons/ognl/internal/entry/GenericMethodParameterTypeFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.37
ErrorsRedundant throws: 'CacheException' is unchecked exception.38

org/apache/commons/ognl/internal/entry/MethodAccessCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
InfosMissing a Javadoc comment.35
InfosMissing a Javadoc comment.38
InfosMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
ErrorsRedundant throws: 'CacheException' is unchecked exception.43

org/apache/commons/ognl/internal/entry/MethodAccessEntryValue.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48

org/apache/commons/ognl/internal/entry/MethodCacheEntry.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
InfosMissing a Javadoc comment.29
ErrorsVariable 'targetClass' must be private and have accessor methods.29
WarningsMissing a Javadoc comment.31

org/apache/commons/ognl/internal/entry/MethodCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.39
ErrorsRedundant throws: 'CacheException' is unchecked exception.40
Errors'23' is a magic number.42
WarningsMissing a Javadoc comment.74

org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
ErrorsRedundant throws: 'CacheException' is unchecked exception.42
WarningsMissing a Javadoc comment.56

org/apache/commons/ognl/internal/entry/ParametrizedCacheEntryFactory.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.28

org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
InfosMissing a Javadoc comment.31
ErrorsVariable 'method' must be private and have accessor methods.31
WarningsMissing a Javadoc comment.33

org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.35
ErrorsRedundant throws: 'CacheException' is unchecked exception.36

org/apache/commons/ognl/internal/entry/PropertyDescriptorCacheEntryFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.43
ErrorsRedundant throws: 'CacheException' is unchecked exception.44
Errors'101' is a magic number.46
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
Errors'{' should be on a new line.52
Errors'(' is not followed by whitespace.54
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
Errors')' is not preceded with whitespace.54
Errors'{' should be on a new line.54
Errors'(' is not followed by whitespace.56
Errors')' is not preceded with whitespace.57
Errors')' is not preceded with whitespace.57
Errors'(' is not followed by whitespace.59
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
Errors')' is not preceded with whitespace.59
Errors'{' should be on a new line.59
Errors'(' is not followed by whitespace.61
Errors')' is not preceded with whitespace.62
Errors')' is not preceded with whitespace.62
Errors'(' is not followed by whitespace.65
Errors')' is not preceded with whitespace.65
Errors'101' is a magic number.105
ErrorsInner assignments should be avoided.121
ErrorsInner assignments should be avoided.121
ErrorsInner assignments should be avoided.134
ErrorsInner assignments should be avoided.144