If this is removed or if it is never called, then there is a section of the logic in CapabilityLanguageFlowObject which is never used, because mNodeList == null:

if (mNodeList != null) {
 //  80 or lines of code elided
}

Can this logic be removed?

-Marshall

Marshall Schor wrote:
The class CapabilityLanguageFlowObject has 2 defined constructors, but one is never used/referenced: CapabilityLanguageFlowObject(List aNodeList, ResultSpecification resultSpec)

Can this be removed?

-Marshall



Reply via email to