HaxeCheckstyle/haxe-checkstyle

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
test/checkstyle/checks/coding/SimplifyBooleanExpressionCheckTest.hx
test/checkstyle/checks/coding/SimplifyBooleanReturnCheckTest.hx
test/checkstyle/checks/coding/TraceCheckTest.hx
test/checkstyle/checks/coding/UnusedLocalVarCheckTest.hx
test/checkstyle/checks/coding/VariableInitialisationCheckTest.hx
test/checkstyle/checks/comments/CommentedOutCodeCheckTest.hx
test/checkstyle/checks/comments/DocCommentStyleCheckTest.hx
test/checkstyle/checks/comments/FieldDocCommentCheckTest.hx
test/checkstyle/checks/comments/TODOCommentCheckTest.hx
test/checkstyle/checks/comments/TypeDocCommentCheckTest.hx
test/checkstyle/checks/design/EmptyPackageCheckTest.hx
test/checkstyle/checks/design/InterfaceCheckTest.hx
test/checkstyle/checks/design/UnnecessaryConstructorCheckTest.hx
test/checkstyle/checks/imports/AvoidStarImportCheckTest.hx
test/checkstyle/checks/imports/UnusedImportCheckTest.hx
test/checkstyle/checks/literal/ArrayLiteralCheckTest.hx
test/checkstyle/checks/literal/ERegLiteralCheckTest.hx
test/checkstyle/checks/literal/HexadecimalLiteralCheckTest.hx
test/checkstyle/checks/literal/MultipleStringLiteralsCheckTest.hx
test/checkstyle/checks/literal/StringLiteralCheckTest.hx
test/checkstyle/checks/meta/RedundantAccessMetaCheckTest.hx
test/checkstyle/checks/meta/RedundantAllowMetaCheckTest.hx
test/checkstyle/checks/metrics/CyclomaticComplexityCheckTest.hx
test/checkstyle/checks/modifier/FinalCheckTest.hx
test/checkstyle/checks/modifier/ModifierOrderCheckTest.hx
test/checkstyle/checks/modifier/PublicAccessorCheckTest.hx
test/checkstyle/checks/modifier/RedundantModifierCheckTest.hx
test/checkstyle/checks/naming/CatchParameterNameCheckTest.hx
test/checkstyle/checks/naming/ConstantNameCheckTest.hx
test/checkstyle/checks/naming/FileNameCaseCheckTest.hx
test/checkstyle/checks/naming/ListenerNameCheckTest.hx
test/checkstyle/checks/naming/LocalVariableNameCheckTest.hx
test/checkstyle/checks/naming/MemberNameCheckTest.hx
test/checkstyle/checks/naming/MethodNameCheckTest.hx
test/checkstyle/checks/naming/ParameterNameCheckTest.hx
test/checkstyle/checks/naming/TypeNameCheckTest.hx
test/checkstyle/checks/size/FileLengthCheckTest.hx
test/checkstyle/checks/size/LineLengthCheckTest.hx
test/checkstyle/checks/size/MethodCountCheckTest.hx
test/checkstyle/checks/size/MethodLengthCheckTest.hx
test/checkstyle/checks/size/ParameterNumberCheckTest.hx
test/checkstyle/checks/type/AnonymousCheckTest.hx
test/checkstyle/checks/type/AvoidIdentifierCheckTest.hx
test/checkstyle/checks/type/DynamicCheckTest.hx
test/checkstyle/checks/type/ReturnCheckTest.hx
test/checkstyle/checks/type/TypeCheckTest.hx
test/checkstyle/checks/type/VarTypeHintCheckTest.hx
test/checkstyle/checks/whitespace/ArrayAccessCheckTest.hx
test/checkstyle/checks/whitespace/EmptyLinesCheckTest.hx
test/checkstyle/checks/whitespace/ExtendedEmptyLinesCheckTest.hx