Community
Participate
Working Groups
Steps to recreate: 1. From the Project Explorer view, select a .egl file in some package, right-click and select Copy. 2. Select the package of the file that was just copied and click Paste. 3. When prompted because of the name conflict, accept the default suggestion and click OK. Issues: * Unlike the Refactor > Rename function (which will rename the actual part within the file), the operation described above does not update the part name in the file. This results in a compile error. The copy/paste operation should be considered like a Rename. * The name conflict dialog that appears says "Enter a new name for 'Test.egl'". The extension .egl should not be included in the caption (this is consistent with the Java editor). It's problematic because a user may think he/she needs to append .egl to whatever they type into the field. This will result in a file name with "egl.egl" at the end.
same behavior in RBD
NewNameQueries ---line 68
NewNameQueries.java EGLCopyProcessor.java