// Creates a new node with unresolved references
UnresolvedNode node = new UnresolvedNode();
node.setAttributes(attributes);
for (int i = 0; i < pool.length; i++)
{
Constant constant = pool[i];
if (constant instanceof ClassConstant)
{
ClassConstant cc = (ClassConstant) constant;
if (!cc.getName().startsWith(("[")) && !cc.getName().equals(name))
{