Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.1Release
-
Component/s: Editor
-
Labels:None
-
Environment:Windows
-
Number of attachments :
Description
When invoking Groovy quick fix for an unresolved inner type, the display string for the quick fix for an inner type:
Top.Inner.NestedInner is
"Import 'NestedInner' (Top$Inner)"
It should be:
"Import 'NestedInner' (Top.Inner)"
Fix attached. Corresponding test case is already attached to
GRECLIPSE-928