info.addInstruction(ABCConstants.OP_pushstring, hexString);
entries++;
}
catch (NumberFormatException numberFormatExpression)
{
problemCollection.add(new InvalidBackgroundColorProblem(
rootNode.getFileSpecification().getPath(),
backgroundColorString));
}
}