yegor256/takes

View on GitHub
src/main/java/org/takes/facets/auth/codecs/CcSalted.java

Summary

Maintainability
A
1 hr
Test Coverage

Method unsalt has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @SuppressWarnings("PMD.CyclomaticComplexity")
    private static byte[] unsalt(final byte[] text) {
        if (text.length == 0) {
            throw new DecodingException("empty input");
        }
Severity: Minor
Found in src/main/java/org/takes/facets/auth/codecs/CcSalted.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status