sleekbyte/tailor

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

Summary

Maintainability
A
1 hr
Test Coverage

Method addExpectedMsg has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private void addExpectedMsg(Rules rule, int line, int column, String msg, int length,
                                int limit) {
Severity: Minor
Found in src/test/java/com/sleekbyte/tailor/functional/ConstructLengthTest.java - About 45 mins to fix

    Method addExpectedMsg has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        private void addExpectedMsg(Rules rule, int line, String msg, int length, int limit) {
    Severity: Minor
    Found in src/test/java/com/sleekbyte/tailor/functional/ConstructLengthTest.java - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status