ResourceBundleUtils.resolveDependencies(bundleName, refCompUnit, project, node, getProblems());
}
}
catch(InterruptedException ie)
{
throw new CodegenInterruptedException(ie);
}
//Based on the type of the identifier which its value is set with this compiler
//directive, we are figuring out which method we need to call on ResourceManager instance.
String methodName = null;