sleekbyte/tailor

View on GitHub
src/test/java/com/sleekbyte/tailor/functional/CommaWhitespaceTest.java

Summary

Maintainability
A
3 hrs
Test Coverage

Method addAllExpectedMsgs has 85 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void addAllExpectedMsgs() {
        // Type inheritance commas
        int start = 9;
        addExpectedCommaMessage(start, 24, Messages.NO_SPACE_BEFORE);

    There are no issues that match your filters.

    Category
    Status