Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-JSR-4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
classes are resolved at many places during the different compile phases. With the effect that sometimes imports are done wrong, or error messages are swallowed. To solve this, the whole class resolving will be done directly after the initial AST creation through APP. Depenedent classes are compiled when possible later or with defined error reporting capabilities
defined error reporting includes, that the GroovyClassLoader does not do the whole class creation each time we ask for a class name. This ok as default, but notin general