Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0RC1
-
Fix Version/s: 2.6.0.Release
-
Component/s: User Interface
-
Labels:
-
Patch Submitted:Yes
-
Number of attachments :
Description
Create a new class and specify a superclass from a different package. The import statement created for the superclass ends in an (unnecessary) semicolon.
Added code in NewCLassWizardPage.java to handle semicolon's at the end of import statements for Groovy Classes generated with superclass's from a different package.