ilscipio/scipio-erp

View on GitHub
applications/product/src/org/ofbiz/shipment/packing/PackingSessionLine.java

Summary

Maintainability
A
3 hrs
Test Coverage

PackingSessionLine has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

@SuppressWarnings("serial")
public class PackingSessionLine implements java.io.Serializable {

    private static final Debug.OfbizLogger module = Debug.getOfbizLogger(java.lang.invoke.MethodHandles.lookup().lookupClass());

    Method issueItemToShipment has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        protected void issueItemToShipment(String shipmentId, String picklistBinId, GenericValue userLogin, BigDecimal quantity, LocalDispatcher dispatcher) throws GeneralException {

      There are no issues that match your filters.

      Category
      Status