// If there isn't one, then don't make a problem - assume
// someone else already found the cause and logged it.
IASNode problemLocationNode = node.getAssignedValueNode();
if (problemLocationNode != null)
{
ICompilerProblem problem = new NonConstantConfigInitProblem(
problemLocationNode);
addProblem(problem);
}
}
}