zcommon/src/main/java/org/zkoss/idom/DOMException.java

Summary

Maintainability
A
1 hr
Test Coverage

Method message has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static final String
    message(short code, String extraMsg, Locator loc) {
        StringBuffer sb = new StringBuffer(64);
        switch (code) {
        case HIERARCHY_REQUEST_ERR:
Severity: Minor
Found in zcommon/src/main/java/org/zkoss/idom/DOMException.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status