Description
SubscriptionServices.java:357, DM_BOXED_PRIMITIVE_FOR_PARSING
- Bx: Boxing/unboxing to parse a primitive org.apache.ofbiz.product.subscription.SubscriptionServices.runServiceOnSubscriptionExpiry(DispatchContext, Map)
A boxed primitive is created from a String, just to extract the unboxed primitive value. It is more efficient to just call the static parseXXX method.