2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
64 0 16 25

Rules

Rules Violations Severity
Translation 0 Errors Error
FileLength 0 Errors Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
FileTabCharacter
  • eachLine: "true"
1 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
6 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
13 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
8 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 5 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 3 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 1 Errors 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"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

src/main/java/org/apache/onami/lifecycle/core/AbstractBasicStageable.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <S> tag. 27
Warnings Missing a Javadoc comment. 36

src/main/java/org/apache/onami/lifecycle/core/AbstractMethodTypeListener.java

Violation Message Line
Errors Inner assignments should be avoided. 76

src/main/java/org/apache/onami/lifecycle/core/AbstractStageable.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <S> tag. 27
Warnings Missing a Javadoc comment. 31
Warnings Expected @throws tag for 'Exception'. 59

src/main/java/org/apache/onami/lifecycle/core/DefaultStager.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <A> tag. 33
Errors Line contains a tab character. 51
Errors Avoid nested blocks. 63
Errors Avoid nested blocks. 69
Errors Avoid nested blocks. 75

src/main/java/org/apache/onami/lifecycle/core/DisposingStager.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <A> tag. 31
Warnings Expected @param tag for '<T>'. 40
Warnings Expected @param tag for '<T>'. 48

src/main/java/org/apache/onami/lifecycle/core/LifeCycleModule.java

Violation Message Line
Errors Line is longer than 120 characters (found 125). 61
Errors Line is longer than 120 characters (found 142). 72

src/main/java/org/apache/onami/lifecycle/core/LifeCycleStageModule.java

Violation Message Line
Warnings Missing a Javadoc comment. 131
Warnings Missing a Javadoc comment. 133
Errors Line is longer than 120 characters (found 122). 135
Errors Missing a Javadoc comment. 140
Errors Missing a Javadoc comment. 150
Warnings Expected an @return tag. 157
Warnings 'typeMapper' hides a field. 178
Warnings 'typeMatcher' hides a field. 185

src/main/java/org/apache/onami/lifecycle/core/StageHandler.java

Violation Message Line
Warnings Expected @param tag for '<I>'. 33
Warnings Expected @param tag for '<I>'. 41
Warnings Expected @param tag for '<E>'. 41

src/main/java/org/apache/onami/lifecycle/core/StageableMethod.java

Violation Message Line
Errors Redundant 'final' modifier. 56

src/main/java/org/apache/onami/lifecycle/core/StageableTypeMapper.java

Violation Message Line
Warnings Expected @param tag for '<I>'. 37

src/main/java/org/apache/onami/lifecycle/core/Stager.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <A> tag. 34

src/main/java/org/apache/onami/lifecycle/jsr250/PreDestroyModule.java

Violation Message Line
Errors Line is longer than 120 characters (found 121). 30
Errors '{' is not followed by whitespace. 47
Errors '}' is not preceded with whitespace. 47
Warnings Missing a Javadoc comment. 50

src/main/java/org/apache/onami/lifecycle/warmup/WarmUpTask.java

Violation Message Line
Errors '{' is not preceded with whitespace. 51
Errors '{' is not followed by whitespace. 51
Errors '}' is not preceded with whitespace. 51
Errors Line is longer than 120 characters (found 153). 54
Errors Line is longer than 120 characters (found 121). 60
Warnings 'typeLiteral' hides a field. 108

src/main/java/org/apache/onami/lifecycle/warmup/WarmUper.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <A> tag. 44