Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3010

Rules

RulesViolationsSeverity
SuppressionFilter
  • file: "/home/berger/workspace/jeuclid-stable/jeuclid-foprep/../checkstyle_filter.xml"
0error Error
SuppressionCommentFilter0error Error
FileContentsHolder0error Error
JavadocType
  • scope: "protected"
  • versionFormat: "\$Revision: .* \$"
0error Error
JavadocMethod
  • scope: "protected"
  • allowUndeclaredRTE: "true"
0error Error
JavadocVariable
  • scope: "protected"
0error Error
JavadocStyle
  • scope: "protected"
0error Error
RegexpHeader
  • header
    1: \/\*
    2:  * Copyright \d\d\d\d( - \d\d\d\d)? JEuclid, http://jeuclid.sf.net
    3:  *
    4:  * Licensed under the Apache License, Version 2.0 \(the "License"\);
    5:  * you may not use this file except in compliance with the License.
    6:  * You may obtain a copy of the License at
    7:  *
    8:  * http://www.apache.org/licenses/LICENSE-2.0
    9:  *
    10:  * Unless required by applicable law or agreed to in writing, software
    11:  * distributed under the License is distributed on an "AS IS" BASIS,
    12:  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13:  * See the License for the specific language governing permissions and
    14:  * limitations under the License.
    15:  */
    16: 
    17: /\* .*\$Id: .*\$ \*/
    18: 
    19: 
0error Error
AbstractClassName0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
UnusedImports0error Error
RedundantImport0error Error
ImportOrder
  • ordered: "true"
  • separated: "true"
  • groups: "java,javax,net,org,com"
0error Error
IllegalImport0error Error
AvoidStarImport0error Error
AnonInnerLength0error Error
ExecutableStatementCount0error Error
FileLength0error Error
LineLength0 Ignore
MethodLength0error Error
ParameterNumber0error Error
EmptyForInitializerPad0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0 Ignore
NoWhitespaceBefore0error Error
OperatorWrap0error Error
MethodParamPad0error Error
ParenPad0error Error
TabCharacter0error Error
TypecastParenPad0error Error
WhitespaceAfter0error Error
WhitespaceAround
  • tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
CovariantEquals0error Error
DefaultComesLast0error Error
DeclarationOrder0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
ExplicitInitialization0error Error
FallThrough0error Error
FinalLocalVariable0error Error
HiddenField0error Error
IllegalInstantiation0error Error
IllegalCatch0error Error
IllegalThrows0error Error
IllegalToken0 Ignore
IllegalTokenText0error Error
IllegalType0error Error
InnerAssignment0error Error
JUnitTestCase0error Error
MagicNumber0error Error
MissingCtor0error Error
MissingSwitchDefault0error Error
ModifiedControlVariable0error Error
MultipleStringLiterals0error Error
MultipleVariableDeclarations0error Error
NestedIfDepth0error Error
NestedTryDepth
  • max: "2"
0error Error
PackageDeclaration0error Error
ParameterAssignment0error Error
RedundantThrows0error Error
RequireThis0error Error
ReturnCount0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
StringLiteralEquality0error Error
SuperClone0error Error
SuperFinalize0error Error
ArrayTrailingComma0error Error
UnnecessaryParentheses0error Error
DesignForExtension0 Ignore
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
MutableException0error Error
ThrowsCount
  • max: "3"
0error Error
VisibilityModifier0error Error
BooleanExpressionComplexity0error Error
ClassDataAbstractionCoupling1error Error
ClassFanOutComplexity0error Error
CyclomaticComplexity0error Error
JavaNCSS0error Error
NPathComplexity0error Error
Regexp0error Error
UpperEll0error Error
TodoComment0 Ignore
RequiredRegexp0error Error
FinalParameters0error Error
DescendantToken0error Error
ArrayTypeStyle0error Error
Translation0error Error
NewlineAtEndOfFile0error Error

Details

net/sourceforge/jeuclid/app/foprep/Main.java

ViolationMessageLine
warningClass Data Abstraction Coupling is 9 (max allowed is 7) classes [FileInputStream, GnuParser, StreamSource, Option, File, HelpFormatter, StreamResult, PrintWriter, Options].46