HaxeCheckstyle/haxe-checkstyle

View on GitHub
src/checkstyle/checks/comments/CommentedOutCodeCheck.hx

Summary

Maintainability
Test Coverage

COMMENTED_OUT_CODE modifier order is invalid (modifier: FINAL)
Open

    static inline final COMMENTED_OUT_CODE:String = "This block of commented-out lines of code should be removed";

Checks that the order of modifiers conforms to the standards.

There are no issues that match your filters.

Category
Status