Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
51 0 0 606

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
177 error Error
RightCurly
  • option: "alone"
6 error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
1 error Error
MemberName 0 error Error
JavadocMethod 15 error Error
JavadocType 1 error Error
JavadocVariable 6 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
RegexpHeader
  • header
    1: ^package
    2: ^$
    3: /\*$
    4: ^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$
    5: ^ \*$
    6: ^ \* Licensed under the Apache License, Version 2.0 \(the "License"\)\;$
    7: ^ \* you may not use this file except in compliance with the License.$
    8: ^ \* You may obtain a copy of the License at$
    9: ^ \*$
    10: ^ \* http://www.apache.org/licenses/LICENSE-2.0$
    11: ^ \*$
    12: ^ \* Unless required by applicable law or agreed to in writing, software$
    13: ^ \* distributed under the License is distributed on an "AS IS" BASIS,$
    14: ^ \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.$
    15: ^ \* See the License for the specific language governing permissions and$
    16: ^ \* limitations under the License.$
    17: ^ \*/$
    18: ^$
51 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
OperatorWrap 0 error Error
ParenPad
  • option: "space"
327 error Error
TabCharacter 11 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 1 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
NeedBraces 0 error Error
AvoidInlineConditionals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 4 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 5 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 1 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
UpperEll 0 error Error

Files

Files info warning error
net/sf/mavenhist/extractor/pmd/AbstractPMDExtractor.java 0 0 3
net/sf/mavenhist/extractor/surefire/TestFailuresExtractor.java 0 0 6
net/sf/mavenhist/extractor/cobertura/CoberturaBranchPercentageExtractor.java 0 0 6
net/sf/mavenhist/extractor/jncss/JNCSSNCSSExtractor.java 0 0 6
net/sf/mavenhist/extractor/util/MultimetricArrayToStringUtil.java 0 0 27
net/sf/mavenhist/extractor/jncss/AbstractJNCSSExtractor.java 0 0 3
net/sf/mavenhist/extractor/jncss/JNCSSClassesExtractor.java 0 0 6
net/sf/mavenhist/extractor/junit/AbstractJUnitExtractor.java 0 0 3
net/sf/mavenhist/extractor/AbstractXMLValueExtractor.java 0 0 27
net/sf/mavenhist/extractor/checkstyle/AbstractCheckstyleViolationExtractor.java 0 0 21
net/sf/mavenhist/extractor/jncss/JNCSSPackagesExtractor.java 0 0 6
net/sf/mavenhist/extractor/MultiMetric.java 0 0 11
net/sf/mavenhist/extractor/jncss/JNCSSCCNExtractor.java 0 0 6
net/sf/mavenhist/extractor/surefire/TestPassrateExtractor.java 0 0 9
net/sf/mavenhist/extractor/cpd/CPDDuplicatedLinesExtractor.java 0 0 6
net/sf/mavenhist/extractor/jncss/JNCSSFunctionsExtractor.java 0 0 6
net/sf/mavenhist/extractor/checkstyle/CheckstyleErrorExtractor.java 0 0 4
net/sf/mavenhist/extractor/junit/JUnitTestsExtractor.java 0 0 6
net/sf/mavenhist/extractor/surefire/AbstractTestExtractor.java 0 0 81
net/sf/mavenhist/extractor/cobertura/AbstractCoberturaSingleValueExtractor.java 0 0 3
net/sf/mavenhist/extractor/junit/JUnitFailuresExtractor.java 0 0 6
net/sf/mavenhist/extractor/AbstractXPathValueExtractor.java 0 0 43
net/sf/mavenhist/extractor/IXMLValueExtractor.java 0 0 4
net/sf/mavenhist/extractor/jncss/JNCSSFunctionsPerPackageExtractor.java 0 0 20
net/sf/mavenhist/extractor/jncss/JNCSSJavadocsExtractor.java 0 0 6
net/sf/mavenhist/extractor/surefire/TestErrorsExtractor.java 0 0 6
net/sf/mavenhist/extractor/checkstyle/CheckstyleInfoExtractor.java 0 0 4
net/sf/mavenhist/extractor/ExtractionException.java 0 0 9
net/sf/mavenhist/extractor/ExtractorFactory.java 0 0 82
net/sf/mavenhist/extractor/IValueExtractor.java 0 0 5
net/sf/mavenhist/extractor/checkstyle/CheckstyleCheckedFilesExtractor.java 0 0 6
net/sf/mavenhist/extractor/cobertura/CoberturaLinesOfCodeExtractor.java 0 0 6
net/sf/mavenhist/extractor/util/DocumentReader.java 0 0 25
net/sf/mavenhist/extractor/INamedExtractor.java 0 0 2
net/sf/mavenhist/extractor/checkstyle/CheckstyleAllExtractor.java 0 0 4
net/sf/mavenhist/extractor/checkstyle/CheckstyleWarningExtractor.java 0 0 4
net/sf/mavenhist/extractor/util/RemoveDTDLookupResolver.java 0 0 9
net/sf/mavenhist/extractor/cpd/AbstractCPDDuplicatedLinesExtractor.java 0 0 3
net/sf/mavenhist/extractor/junit/JUnitPassrateExtractor.java 0 0 6
net/sf/mavenhist/extractor/surefire/TestTimeExtractor.java 0 0 17
net/sf/mavenhist/extractor/pmd/PMDViolationsExtractor.java 0 0 6
net/sf/mavenhist/extractor/checkstyle/AbstractCheckstyleSingleValueExtractor.java 0 0 3
net/sf/mavenhist/extractor/pmd/PMDFilesExtractor.java 0 0 6
net/sf/mavenhist/extractor/findbugs/AbstractFindbugsExtractor.java 0 0 3
net/sf/mavenhist/extractor/AbstractValidatingXMLValueExtractor.java 0 0 31
net/sf/mavenhist/extractor/junit/JUnitErrorsExtractor.java 0 0 6
net/sf/mavenhist/extractor/surefire/TestSkippedExtractor.java 0 0 7
net/sf/mavenhist/extractor/cobertura/CoberturaLinesPercentageExtractor.java 0 0 6
net/sf/mavenhist/extractor/findbugs/FindbugsViolationsExtractor.java 0 0 12
net/sf/mavenhist/extractor/findbugs/FindbugsViolationFilesExtractor.java 0 0 6
net/sf/mavenhist/extractor/surefire/TestTestsExtractor.java 0 0 7

Details

net/sf/mavenhist/extractor/pmd/AbstractPMDExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 8
error '{' should be on a new line. 13

net/sf/mavenhist/extractor/surefire/TestFailuresExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 11
error '(' is not followed by whitespace. 12
error ')' is not preceded with whitespace. 12
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/cobertura/CoberturaBranchPercentageExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/jncss/JNCSSNCSSExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/util/MultimetricArrayToStringUtil.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 10
error '{' should be on a new line. 15
error '(' is not followed by whitespace. 23
error ')' is not preceded with whitespace. 23
error '{' should be on a new line. 23
error '(' is not followed by whitespace. 25
error ')' is not preceded with whitespace. 25
error '{' should be on a new line. 25
error '(' is not followed by whitespace. 28
error '(' is not followed by whitespace. 28
error ')' is not preceded with whitespace. 28
error ')' is not preceded with whitespace. 28
error '{' should be on a new line. 28
error '(' is not followed by whitespace. 29
error ')' is not preceded with whitespace. 29
error '(' is not followed by whitespace. 30
error ')' is not preceded with whitespace. 30
error '(' is not followed by whitespace. 33
error ')' is not preceded with whitespace. 33
error '(' is not followed by whitespace. 34
error '(' is not followed by whitespace. 34
error ')' is not preceded with whitespace. 34
error ')' is not preceded with whitespace. 34
error '{' should be on a new line. 34
error '(' is not followed by whitespace. 35
error ')' is not preceded with whitespace. 35

net/sf/mavenhist/extractor/jncss/AbstractJNCSSExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 8
error '{' should be on a new line. 13

net/sf/mavenhist/extractor/jncss/JNCSSClassesExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/junit/AbstractJUnitExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 8
error '{' should be on a new line. 13

net/sf/mavenhist/extractor/AbstractXMLValueExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error Missing a Javadoc comment. 7
error Line contains a tab character. 8
error '{' should be on a new line. 8
error Line contains a tab character. 9
error Line contains a tab character. 10
error Missing a Javadoc comment. 10
error '(' is not followed by whitespace. 10
error ')' is not preceded with whitespace. 10
error '{' should be on a new line. 10
error Line contains a tab character. 11
error '{' should be on a new line. 11
error Line contains a tab character. 12
error '(' is not followed by whitespace. 12
error '(' is not followed by whitespace. 12
error ')' is not preceded with whitespace. 12
error ')' is not preceded with whitespace. 12
error Line contains a tab character. 13
error '}' should be alone on a line. 13
error '(' is not followed by whitespace. 13
error ')' is not preceded with whitespace. 13
error '{' should be on a new line. 13
error Line contains a tab character. 14
error '(' is not followed by whitespace. 14
error ')' is not preceded with whitespace. 14
error Line contains a tab character. 15
error Line contains a tab character. 16

net/sf/mavenhist/extractor/checkstyle/AbstractCheckstyleViolationExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 7
error '(' is not followed by whitespace. 13
error Expected @param tag for 'version'. 13
error ')' is not preceded with whitespace. 13
error '{' should be on a new line. 13
error '(' is not followed by whitespace. 15
error ')' is not preceded with whitespace. 15
error '(' is not followed by whitespace. 16
error ')' is not preceded with whitespace. 16
error '{' should be on a new line. 16
error '(' is not followed by whitespace. 17
error ')' is not preceded with whitespace. 17
error '(' is not followed by whitespace. 18
error ')' is not preceded with whitespace. 18
error '(' is not followed by whitespace. 19
error ')' is not preceded with whitespace. 19
error '}' should be alone on a line. 20
error '{' should be on a new line. 20
error '(' is not followed by whitespace. 21
error ')' is not preceded with whitespace. 21

net/sf/mavenhist/extractor/jncss/JNCSSPackagesExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/MultiMetric.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error Missing a Javadoc comment. 7
error Missing a Javadoc comment. 8
error '(' is not followed by whitespace. 15
error 'location' hides a field. 15
error 'value' hides a field. 15
error ')' is not preceded with whitespace. 15
error '{' should be on a new line. 15
error '{' should be on a new line. 24
error '{' should be on a new line. 32

net/sf/mavenhist/extractor/jncss/JNCSSCCNExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/surefire/TestPassrateExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error Missing a Javadoc comment. 8
error '{' should be on a new line. 8
error '(' is not followed by whitespace. 9
error '4' is a magic number. 9
error '3' is a magic number. 9
error ')' is not preceded with whitespace. 9
error '{' should be on a new line. 15

net/sf/mavenhist/extractor/cpd/CPDDuplicatedLinesExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/jncss/JNCSSFunctionsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/checkstyle/CheckstyleErrorExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 12
error '{' should be on a new line. 19

net/sf/mavenhist/extractor/junit/JUnitTestsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/surefire/AbstractTestExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 16
error Missing a Javadoc comment. 18
error Missing a Javadoc comment. 19
error Missing a Javadoc comment. 21
error '(' is not followed by whitespace. 21
error 'tableColumnInclSkipped' hides a field. 21
error 'tableColumnWithoutSkipped' hides a field. 21
error ')' is not preceded with whitespace. 21
error '{' should be on a new line. 21
error '(' is not followed by whitespace. 29
error ')' is not preceded with whitespace. 29
error '{' should be on a new line. 30
error '{' should be on a new line. 33
error '(' is not followed by whitespace. 34
error ')' is not preceded with whitespace. 34
error '}' should be alone on a line. 35
error '(' is not followed by whitespace. 35
error ')' is not preceded with whitespace. 35
error '{' should be on a new line. 35
error '(' is not followed by whitespace. 36
error ')' is not preceded with whitespace. 36
error '=' is not followed by whitespace. 40
error '(' is not followed by whitespace. 42
error ')' is not preceded with whitespace. 42
error '(' is not followed by whitespace. 43
error ')' is not preceded with whitespace. 43
error '(' is not followed by whitespace. 48
error '(' is not followed by whitespace. 48
error ')' is not preceded with whitespace. 48
error ')' is not preceded with whitespace. 48
error '{' should be on a new line. 48
error '(' is not followed by whitespace. 49
error ')' is not preceded with whitespace. 49
error '{' should be on a new line. 49
error '(' is not followed by whitespace. 50
error ')' is not preceded with whitespace. 50
error '(' is not followed by whitespace. 52
error ')' is not preceded with whitespace. 52
error '{' should be on a new line. 52
error '(' is not followed by whitespace. 53
error ')' is not preceded with whitespace. 53
error '(' is not followed by whitespace. 58
error ')' is not preceded with whitespace. 58
error '(' is not followed by whitespace. 59
error ')' is not preceded with whitespace. 59
error '(' is not followed by whitespace. 63
error ')' is not preceded with whitespace. 63
error '{' should be on a new line. 63
error '(' is not followed by whitespace. 64
error ')' is not preceded with whitespace. 64
error '{' should be on a new line. 64
error '(' is not followed by whitespace. 65
error '(' is not followed by whitespace. 65
error ')' is not preceded with whitespace. 65
error ')' is not preceded with whitespace. 65
error '(' is not followed by whitespace. 70
error ')' is not preceded with whitespace. 70
error '{' should be on a new line. 70
error '(' is not followed by whitespace. 71
error '(' is not followed by whitespace. 71
error ')' is not preceded with whitespace. 71
error ')' is not preceded with whitespace. 71
error '(' is not followed by whitespace. 75
error ')' is not preceded with whitespace. 75
error '(' is not followed by whitespace. 83
error ')' is not preceded with whitespace. 83
error '{' should be on a new line. 83
error '(' is not followed by whitespace. 96
error ')' is not preceded with whitespace. 96
error '{' should be on a new line. 96
error '(' is not followed by whitespace. 98
error ')' is not preceded with whitespace. 98
error '{' should be on a new line. 98
error '(' is not followed by whitespace. 100
error ')' is not preceded with whitespace. 100
error '{' should be on a new line. 100
error '(' is not followed by whitespace. 101
error ')' is not preceded with whitespace. 101
error '}' should be alone on a line. 102
error '{' should be on a new line. 102

net/sf/mavenhist/extractor/cobertura/AbstractCoberturaSingleValueExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 8
error '{' should be on a new line. 14

net/sf/mavenhist/extractor/junit/JUnitFailuresExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/AbstractXPathValueExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 14
error '(' is not followed by whitespace. 19
error ')' is not preceded with whitespace. 19
error '{' should be on a new line. 20
error '(' is not followed by whitespace. 21
error ')' is not preceded with whitespace. 21
error '(' is not followed by whitespace. 22
error ')' is not preceded with whitespace. 22
error '(' is not followed by whitespace. 24
error ')' is not preceded with whitespace. 24
error '(' is not followed by whitespace. 26
error '(' is not followed by whitespace. 26
error ')' is not preceded with whitespace. 26
error ')' is not preceded with whitespace. 26
error '{' should be on a new line. 26
error '(' is not followed by whitespace. 27
error ')' is not preceded with whitespace. 27
error '(' is not followed by whitespace. 36
error Expected @param tag for 'version'. 36
error ')' is not preceded with whitespace. 36
error '(' is not followed by whitespace. 44
error Expected @param tag for 'document'. 44
error ')' is not preceded with whitespace. 44
error '{' should be on a new line. 44
error '(' is not followed by whitespace. 46
error '(' is not followed by whitespace. 46
error ')' is not preceded with whitespace. 46
error ')' is not preceded with whitespace. 46
error '{' should be on a new line. 46
error '(' is not followed by whitespace. 47
error ')' is not preceded with whitespace. 47
error '(' is not followed by whitespace. 50
error ')' is not preceded with whitespace. 50
error '{' should be on a new line. 50
error '(' is not followed by whitespace. 51
error '(' is not followed by whitespace. 51
error ')' is not preceded with whitespace. 51
error ')' is not preceded with whitespace. 51
error '{' should be on a new line. 51
error '(' is not followed by whitespace. 52
error ')' is not preceded with whitespace. 52
error '{' should be on a new line. 64

net/sf/mavenhist/extractor/IXMLValueExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 9
error '(' is not followed by whitespace. 16
error ')' is not preceded with whitespace. 16

net/sf/mavenhist/extractor/jncss/JNCSSFunctionsPerPackageExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 16
error '(' is not followed by whitespace. 21
error ')' is not preceded with whitespace. 21
error '{' should be on a new line. 21
error '(' is not followed by whitespace. 24
error ')' is not preceded with whitespace. 24
error '(' is not followed by whitespace. 25
error ')' is not preceded with whitespace. 25
error '(' is not followed by whitespace. 28
error ')' is not preceded with whitespace. 28
error '{' should be on a new line. 28
error '(' is not followed by whitespace. 29
error ')' is not preceded with whitespace. 29
error '(' is not followed by whitespace. 30
error ')' is not preceded with whitespace. 30
error '(' is not followed by whitespace. 31
error ')' is not preceded with whitespace. 31
error '{' should be on a new line. 39
error '{' should be on a new line. 46

net/sf/mavenhist/extractor/jncss/JNCSSJavadocsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/surefire/TestErrorsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 11
error '(' is not followed by whitespace. 12
error ')' is not preceded with whitespace. 12
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/checkstyle/CheckstyleInfoExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 12
error '{' should be on a new line. 19

net/sf/mavenhist/extractor/ExtractionException.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 6
error Line contains a tab character. 13
error '(' is not followed by whitespace. 13
error ')' is not preceded with whitespace. 13
error '{' should be on a new line. 13
error '(' is not followed by whitespace. 14
error ')' is not preceded with whitespace. 14
error Line contains a tab character. 15

net/sf/mavenhist/extractor/ExtractorFactory.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 40
error Missing a Javadoc comment. 42
error Missing a Javadoc comment. 43
error '{' should be on a new line. 49
error '(' is not followed by whitespace. 50
error ')' is not preceded with whitespace. 50
error '{' should be on a new line. 50
error '(' is not followed by whitespace. 62
error ')' is not preceded with whitespace. 62
error '{' should be on a new line. 62
error '(' is not followed by whitespace. 63
error ')' is not preceded with whitespace. 63
error '{' should be on a new line. 69
error '(' is not followed by whitespace. 71
error ')' is not preceded with whitespace. 71
error '(' is not followed by whitespace. 72
error ')' is not preceded with whitespace. 72
error '(' is not followed by whitespace. 73
error ')' is not preceded with whitespace. 73
error '(' is not followed by whitespace. 74
error ')' is not preceded with whitespace. 74
error '(' is not followed by whitespace. 75
error ')' is not preceded with whitespace. 75
error '(' is not followed by whitespace. 77
error ')' is not preceded with whitespace. 77
error '(' is not followed by whitespace. 78
error ')' is not preceded with whitespace. 78
error '(' is not followed by whitespace. 79
error ')' is not preceded with whitespace. 79
error '(' is not followed by whitespace. 81
error ')' is not preceded with whitespace. 81
error '(' is not followed by whitespace. 82
error ')' is not preceded with whitespace. 82
error '(' is not followed by whitespace. 84
error ')' is not preceded with whitespace. 84
error '(' is not followed by whitespace. 85
error ')' is not preceded with whitespace. 85
error '(' is not followed by whitespace. 86
error ')' is not preceded with whitespace. 86
error '(' is not followed by whitespace. 87
error ')' is not preceded with whitespace. 87
error '(' is not followed by whitespace. 88
error ')' is not preceded with whitespace. 88
error '(' is not followed by whitespace. 89
error ')' is not preceded with whitespace. 89
error '(' is not followed by whitespace. 90
error ')' is not preceded with whitespace. 90
error '(' is not followed by whitespace. 92
error ')' is not preceded with whitespace. 92
error '(' is not followed by whitespace. 93
error ')' is not preceded with whitespace. 93
error '(' is not followed by whitespace. 98
error ')' is not preceded with whitespace. 98
error '(' is not followed by whitespace. 99
error ')' is not preceded with whitespace. 99
error '(' is not followed by whitespace. 100
error ')' is not preceded with whitespace. 100
error '(' is not followed by whitespace. 101
error ')' is not preceded with whitespace. 101
error '(' is not followed by whitespace. 106
error ')' is not preceded with whitespace. 106
error '(' is not followed by whitespace. 107
error ')' is not preceded with whitespace. 107
error '(' is not followed by whitespace. 108
error ')' is not preceded with whitespace. 108
error '(' is not followed by whitespace. 109
error ')' is not preceded with whitespace. 109
error '(' is not followed by whitespace. 110
error ')' is not preceded with whitespace. 110
error '(' is not followed by whitespace. 111
error ')' is not preceded with whitespace. 111
error '(' is not followed by whitespace. 116
error ')' is not preceded with whitespace. 116
error '(' is not followed by whitespace. 125
error ')' is not preceded with whitespace. 125
error '{' should be on a new line. 125
error '(' is not followed by whitespace. 126
error ')' is not preceded with whitespace. 126
error '{' should be on a new line. 134
error '(' is not followed by whitespace. 135
error ')' is not preceded with whitespace. 135

net/sf/mavenhist/extractor/IValueExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 9
error '(' is not followed by whitespace. 16
error ')' is not preceded with whitespace. 16
error Expected @throws tag for 'ExtractionException'. 16

net/sf/mavenhist/extractor/checkstyle/CheckstyleCheckedFilesExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/cobertura/CoberturaLinesOfCodeExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 7
error '(' is not followed by whitespace. 12
error ')' is not preceded with whitespace. 12
error '{' should be on a new line. 12
error '{' should be on a new line. 19

net/sf/mavenhist/extractor/util/DocumentReader.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 19
error '{' should be on a new line. 24
error Unused @param tag for 'filePath'. 28
error Unused @throws tag for 'Exception'. 33
error Line is longer than 120 characters. 35
error '(' is not followed by whitespace. 35
error Expected @param tag for 'inputStream'. 35
error ')' is not preceded with whitespace. 35
error Expected @throws tag for 'ParserConfigurationException'. 35
error Expected @throws tag for 'FileNotFoundException'. 35
error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 35
error '{' should be on a new line. 35
error '(' is not followed by whitespace. 36
error ')' is not preceded with whitespace. 36
error '(' is not followed by whitespace. 39
error ')' is not preceded with whitespace. 39
error '(' is not followed by whitespace. 40
error ')' is not preceded with whitespace. 40
error Missing a Javadoc comment. 43
error '(' is not followed by whitespace. 43
error ')' is not preceded with whitespace. 43
error '{' should be on a new line. 43
error '(' is not followed by whitespace. 44
error ')' is not preceded with whitespace. 44

net/sf/mavenhist/extractor/INamedExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 6

net/sf/mavenhist/extractor/checkstyle/CheckstyleAllExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 12
error '{' should be on a new line. 19

net/sf/mavenhist/extractor/checkstyle/CheckstyleWarningExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 12
error '{' should be on a new line. 19

net/sf/mavenhist/extractor/util/RemoveDTDLookupResolver.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 13
error '(' is not followed by whitespace. 18
error ')' is not preceded with whitespace. 18
error '{' should be on a new line. 18
error '(' is not followed by whitespace. 20
error ')' is not preceded with whitespace. 20
error '(' is not followed by whitespace. 21
error ')' is not preceded with whitespace. 21

net/sf/mavenhist/extractor/cpd/AbstractCPDDuplicatedLinesExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 8
error '{' should be on a new line. 13

net/sf/mavenhist/extractor/junit/JUnitPassrateExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 21

net/sf/mavenhist/extractor/surefire/TestTimeExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 7
error '{' should be on a new line. 12
error '(' is not followed by whitespace. 13
error '5' is a magic number. 13
error '4' is a magic number. 13
error ')' is not preceded with whitespace. 13
error Missing a Javadoc comment. 16
error '(' is not followed by whitespace. 16
error ')' is not preceded with whitespace. 16
error '{' should be on a new line. 16
error '(' is not followed by whitespace. 17
error ')' is not preceded with whitespace. 17
error '(' is not followed by whitespace. 19
error ')' is not preceded with whitespace. 19
error '{' should be on a new line. 19
error '{' should be on a new line. 28

net/sf/mavenhist/extractor/pmd/PMDViolationsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/checkstyle/AbstractCheckstyleSingleValueExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 8
error '{' should be on a new line. 14

net/sf/mavenhist/extractor/pmd/PMDFilesExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/findbugs/AbstractFindbugsExtractor.java

Violation Message Line
error Missing a header - not enough lines in file. 1
error '{' should be on a new line. 9
error '{' should be on a new line. 14

net/sf/mavenhist/extractor/AbstractValidatingXMLValueExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 12
error '(' is not followed by whitespace. 20
error ')' is not preceded with whitespace. 20
error '{' should be on a new line. 20
error '{' should be on a new line. 21
error '(' is not followed by whitespace. 22
error '(' is not followed by whitespace. 22
error ')' is not preceded with whitespace. 22
error ')' is not preceded with whitespace. 22
error '{' should be on a new line. 22
error '(' is not followed by whitespace. 23
error ')' is not preceded with whitespace. 23
error '}' should be alone on a line. 24
error '{' should be on a new line. 24
error ')' is not preceded with whitespace. 26
error '}' should be alone on a line. 28
error '(' is not followed by whitespace. 28
error ')' is not preceded with whitespace. 28
error '{' should be on a new line. 28
error '(' is not followed by whitespace. 29
error ')' is not preceded with whitespace. 29
error '(' is not followed by whitespace. 39
error ')' is not preceded with whitespace. 39
error '(' is not followed by whitespace. 50
error ')' is not preceded with whitespace. 50
error '{' should be on a new line. 50
error '(' is not followed by whitespace. 51
error ')' is not preceded with whitespace. 51
error '(' is not followed by whitespace. 52
error ')' is not preceded with whitespace. 52

net/sf/mavenhist/extractor/junit/JUnitErrorsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/surefire/TestSkippedExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '{' should be on a new line. 11
error '(' is not followed by whitespace. 12
error '3' is a magic number. 12
error ')' is not preceded with whitespace. 12
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/cobertura/CoberturaLinesPercentageExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/findbugs/FindbugsViolationsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '(' is not followed by whitespace. 12
error '(' is not followed by whitespace. 12
error ')' is not preceded with whitespace. 12
error ')' is not preceded with whitespace. 12
error '{' should be on a new line. 12
error '{' should be on a new line. 21
error '{' should be on a new line. 28

net/sf/mavenhist/extractor/findbugs/FindbugsViolationFilesExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error '(' is not followed by whitespace. 11
error ')' is not preceded with whitespace. 11
error '{' should be on a new line. 11
error '{' should be on a new line. 18

net/sf/mavenhist/extractor/surefire/TestTestsExtractor.java

Violation Message Line
error Line does not match expected header line of '/\*$'. 3
error '{' should be on a new line. 6
error Missing a Javadoc comment. 8
error '{' should be on a new line. 8
error '(' is not followed by whitespace. 9
error ')' is not preceded with whitespace. 9
error '{' should be on a new line. 15