Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
if all resolving is done in one place, then maybe it's best to put all resolving code there. Module node has to resolve against import statements, ClassNode resolves against itselfs and delegates to ModuleNode- ModuleNode delegates to the class loader, which tries to resolve the given name as class. That is not the behavior we wish