HaxeCheckstyle/haxe-checkstyle

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
src/checkstyle/detect/DetectionResult.hx
src/checkstyle/errors/Error.hx
src/checkstyle/errors/InvalidDirectiveError.hx
src/checkstyle/import.hx
src/checkstyle/reporter/BaseReporter.hx
src/checkstyle/reporter/CodeClimateReporter.hx
src/checkstyle/reporter/ExitCodeReporter.hx
src/checkstyle/reporter/IReporter.hx
src/checkstyle/reporter/JSONReporter.hx
src/checkstyle/reporter/ProgressReporter.hx
src/checkstyle/reporter/ReporterManager.hx
src/checkstyle/reporter/TextReporter.hx
src/checkstyle/reporter/XMLReporter.hx
src/checkstyle/utils/ArrayUtils.hx
src/checkstyle/utils/ComplexTypeUtils.hx
src/checkstyle/utils/ConfigUtils.hx
src/checkstyle/utils/DummyMutex.hx
src/checkstyle/utils/DummyThread.hx
src/checkstyle/utils/ErrorUtils.hx
src/checkstyle/utils/ExprUtils.hx
src/checkstyle/utils/FieldUtils.hx
src/checkstyle/utils/Mutex.hx
src/checkstyle/utils/PosHelper.hx
src/checkstyle/utils/StringUtils.hx
src/checkstyle/utils/Thread.hx
test.hxml
test/TestMain.hx
test/TestSuite.hx
test/checkstyle/checks/CheckTestCase.hx
test/checkstyle/checks/block/BlockBreakingConditionalCheckTest.hx
test/checkstyle/checks/block/BlockTest.hx
test/checkstyle/checks/block/ConditionalCompilationCheckTest.hx
test/checkstyle/checks/block/EmptyBlockCheckTest.hx
test/checkstyle/checks/block/LeftCurlyCheckTest.hx
test/checkstyle/checks/block/NeedBracesCheckTest.hx
test/checkstyle/checks/block/RightCurlyCheckTest.hx
test/checkstyle/checks/coding/ArrowFunctionCheckTest.hx
test/checkstyle/checks/coding/AvoidTernaryOperatorCheckTest.hx
test/checkstyle/checks/coding/CodeSimilarityCheckTest.hx
test/checkstyle/checks/coding/DefaultComesLastCheckTest.hx
test/checkstyle/checks/coding/HiddenFieldCheckTest.hx
test/checkstyle/checks/coding/InnerAssignmentCheckTest.hx
test/checkstyle/checks/coding/MagicNumberCheckTest.hx
test/checkstyle/checks/coding/MultipleVariableDeclarationsCheckTest.hx
test/checkstyle/checks/coding/NestedControlFlowCheckTest.hx
test/checkstyle/checks/coding/NestedForDepthCheckTest.hx
test/checkstyle/checks/coding/NestedIfDepthCheckTest.hx
test/checkstyle/checks/coding/NestedTryDepthCheckTest.hx
test/checkstyle/checks/coding/NullableParameterCheckTest.hx
test/checkstyle/checks/coding/ReturnCountCheckTest.hx