Checkstyle Results

The following document contains the results of Checkstyle 13.0.0 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
29 0 1001 0

Files

File  I  W  E
com/github/hazendaz/beanprovider/BeanProvider.java 0 52 0
com/github/hazendaz/beanprovider/BeanProviderTest.java 0 50 0
com/github/hazendaz/beanprovider/DummyInjection.java 0 5 0
com/github/hazendaz/beanprovider/internal/deltaspike/literal/AlternativeLiteral.java 0 1 0
com/github/hazendaz/beanprovider/internal/deltaspike/literal/AnyLiteral.java 0 1 0
com/github/hazendaz/beanprovider/internal/deltaspike/literal/ApplicationScopedLiteral.java 0 2 0
com/github/hazendaz/beanprovider/internal/deltaspike/literal/NamedLiteral.java 0 13 0
com/github/hazendaz/beanprovider/internal/deltaspike/literal/TypedLiteral.java 0 14 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedCallableImpl.java 0 30 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedConstructorImpl.java 0 16 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedFieldImpl.java 0 4 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedImpl.java 0 39 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedMemberImpl.java 0 17 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedMethodImpl.java 0 4 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedParameterImpl.java 0 15 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedTypeBuilder.java 0 437 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedTypeBuilderTest.java 0 120 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedTypeImpl.java 0 64 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotationBuilder.java 0 59 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotationStore.java 0 19 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/Cat.java 0 30 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/Small.java 0 4 0
com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/package-info.java 0 4 0
com/github/hazendaz/beanprovider/package-info.java 0 1 0

Rules

Category Rule Violations Severity
coding VariableDeclarationUsageDistance 4  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
21  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
937  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
12  Warning
MissingJavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "protected"
  • tokens: "METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
  • allowedAnnotations: "Override, Test"
10  Warning
MissingJavadocType
  • scope: "protected"
  • excludeScope: "nothing"
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF"
2  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
15  Warning

Details

com/github/hazendaz/beanprovider/BeanProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'jakarta.enterprise.context.spi.CreationalContext' 27
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Annotation' 35
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider' 40
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 44
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 44
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 48
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 48
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 58
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 140

com/github/hazendaz/beanprovider/BeanProviderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Annotation' 11
 Warning imports CustomImportOrder Extra separation in import group before 'org.jboss.weld.environment.se.Weld' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98

com/github/hazendaz/beanprovider/DummyInjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'lombok.Data' 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26

com/github/hazendaz/beanprovider/internal/deltaspike/literal/AlternativeLiteral.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32

com/github/hazendaz/beanprovider/internal/deltaspike/literal/AnyLiteral.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32

com/github/hazendaz/beanprovider/internal/deltaspike/literal/ApplicationScopedLiteral.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32

com/github/hazendaz/beanprovider/internal/deltaspike/literal/NamedLiteral.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47

com/github/hazendaz/beanprovider/internal/deltaspike/literal/TypedLiteral.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedCallableImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Member' 29
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedConstructorImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Constructor' 27
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedFieldImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Field' 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Annotation' 27
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.deltaspike.core.util.HierarchyDiscovery' 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedMemberImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Member' 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedMethodImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Method' 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 44

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedParameterImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.reflect.Type' 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedTypeBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Annotation' 32
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.deltaspike.core.util.ReflectionUtils' 40
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 46
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 304
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 361
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 403
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 407
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 423
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 444
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 447
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 453
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 457
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 458
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 472
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 478
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 482
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 485
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 500
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 501
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 503
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 504
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 506
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 508
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 510
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 512
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 515
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 517
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 519
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 521
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 524
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 536
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 553
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 556
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 562
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 563
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 565
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 572
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 573
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 574
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 575
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 576
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 577
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 578
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 579
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 581
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 582
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 584
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 586
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 587
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 589
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 590
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 591
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 592
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 593
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 595
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 596
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 598
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 599
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 600
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 601
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 625
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 626
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 627
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 630
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 631
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 633
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 634
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 635
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 638
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 639
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 640
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 641
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 642
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 645
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 648
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 649
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 650
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 654
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 655
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 656
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 657
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 658
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 659
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 661
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 663
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 664
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 665
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 666
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 667
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 669
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 670
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 671
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 672
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 673
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 675
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 676
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 677
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 678
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 679
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 680
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 681
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 682
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 683
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 684
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 685
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 686
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 690
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 691
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 692
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 693
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 694
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 695
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 696
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 697
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 698
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 700
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 701
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 702
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 703
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 704
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 705
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 706
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 707
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 708
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 709
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 710
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 711
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 712
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 713
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 714
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 715
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 718
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 719
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 721
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 721
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 723
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 724
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 725
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 727
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 728
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 730
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 731
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 733
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 739
 Warning coding VariableDeclarationUsageDistance Distance between variable 'constructorParameterAnnotations' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 740
 Warning coding VariableDeclarationUsageDistance Distance between variable 'constructorAnnotations' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 741
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 744
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 747
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 748
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 751
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 754
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 755
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 756
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 757
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 758
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 761
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 762
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 763
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 765
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 766
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 767
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 768
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 769
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 772
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 775
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 777
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 788
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 790
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 791
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 792
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 793
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 794
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 795
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 796
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 798
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 809
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 811
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 813
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 826
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 827
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 828
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 830
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 831
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 832
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 833
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 834
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 835
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 836
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 837
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 838
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 840
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 853
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 855
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 856
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 857
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 859
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 861
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 862
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 865
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 866
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 879
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 880
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 881
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 882
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 884
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 885
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 887
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 888
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 889
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 891
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 892
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 894
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 897
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 899
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 901
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 904
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 906
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 907

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedTypeBuilderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'jakarta.enterprise.context.ApplicationScoped' 33
 Warning imports CustomImportOrder Extra separation in import group before 'java.util.List' 45
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.Test' 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'block lcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotatedTypeImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Annotation' 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning coding VariableDeclarationUsageDistance Distance between variable 'mset' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning coding VariableDeclarationUsageDistance Distance between variable 'fset' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotationBuilder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/AnnotationStore.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/Cat.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/Small.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'java.lang.annotation.Documented' 27
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 31
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 35

com/github/hazendaz/beanprovider/internal/deltaspike/metadata/builder/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 8
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 8
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 11
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 11

com/github/hazendaz/beanprovider/package-info.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 5