ilscipio/scipio-erp

View on GitHub
applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method getAssocAndContentAndDataResourceCacheMethod has 11 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static Map<String, Object> getAssocAndContentAndDataResourceCacheMethod(Delegator delegator, String contentId, String mapKey, String direction,
                          Timestamp fromDate, String fromDateStr, List<String> assocTypes, List<String> contentTypes, Boolean nullThruDatesOnly, String contentAssocPredicateId, String orderBy) throws GenericEntityException, MiniLangException {

    Method getAssocAndContentAndDataResourceMethod has 10 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static Map<String, Object> getAssocAndContentAndDataResourceMethod(Delegator delegator, String contentId, String mapKey, String direction, Timestamp fromDate, Timestamp thruDate, String fromDateStr, String thruDateStr, List<String> assocTypes, List<String> contentTypes) {

      There are no issues that match your filters.

      Category
      Status