Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0Release
-
Fix Version/s: 2.0.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When doing a copy-paste of a script, the script name is pasted in incorrect locations. For example:
Start with this script:
println "me"
Copy and paste the compilation unit from the package explorer. A new script is created, but with the following contents:
Happy2
Happy2ln "me"
The solution lies somewhere in CopyResourceElementsOperation.