if (swcDigest == null)
{
if (isSignedRSL)
problemCollection.add(new MissingSignedDigestProblem(swc.getSWCFile().getAbsolutePath()));
else
problemCollection.add(new MissingUnsignedDigestProblem(swc.getSWCFile().getAbsolutePath()));
continue;
}
info.addInstruction(ABCConstants.OP_pushstring, swcDigest.getValue());