ilscipio/scipio-erp

View on GitHub
framework/webapp/src/org/ofbiz/webapp/control/RequestVarScopes.java

Summary

Maintainability
C
1 day
Test Coverage

RequestVarScopes has 60 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface RequestVarScopes {

    public static final RequestVarScope REQUEST = RequestVarScope.REQUEST;
    public static final RequestVarScope PARAMETER = RequestVarScope.PARAMETER;
    public static final RequestVarScope SESSION = RequestVarScope.SESSION;
Severity: Major
Found in framework/webapp/src/org/ofbiz/webapp/control/RequestVarScopes.java - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status