ilscipio/scipio-erp

View on GitHub
framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java

Summary

Maintainability
A
2 hrs
Test Coverage

Avoid too many return statements within this method.
Open

                return ServiceUtil.returnError(UtilProperties.getMessage(resource, "EntityExtErrorCallingRemotePull", UtilMisc.toMap("remotePullAndReportEntitySyncDataName", remotePullAndReportEntitySyncDataName), locale) + t.toString());

    Avoid too many return statements within this method.
    Open

            return ServiceUtil.returnSuccess();

      Avoid too many return statements within this method.
      Open

              return ServiceUtil.returnSuccess();

        Avoid too many return statements within this method.
        Open

                return ServiceUtil.returnSuccess();

          There are no issues that match your filters.

          Category
          Status