Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.6.0.Release
-
Component/s: Editor, Refactoring, User Interface
-
Labels:None
-
Number of attachments :
Description
Copy and paste of groovy file with comment before package declaration causes syntax error:
If this is the copied script Test.groovy:
/**
* Package comment
*/
package com.test
This is the result after copying:
CopyOfTest**
* Package comment
*/
package com.test
A little more clarification please. What are you copy/pasting? When I try copy/paste of the file (from the package explorer) to another package, I do not see the problem.