dkuspawono / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

Refactor/rename sometimes corrupts web.xml #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.Create a RemoteService including the usual server and web.xml modifications
2.Compile and verify all works as expected.
3.From eclipse do Refactor/Move... to move the client and server classes to a 
new package location (maintaining the proper relative locations).

What is the expected output? What do you see instead?

1. Expected java classes and references will be moved as in any Java 
Refactoring/Move. This part works as expected.

2. Also expected web.xml will reflect the new server package name. Out of four 
services, two of them had their package names correct but two of them had their 
package name mixed up, with letters out of order.

Original package name: ...server.UpdateDomainModelObjectImpl
Expected package name after rename: ...server.rpc.UpdateDomainModelObjectImpl
Actual name after refactor (2 out of 4): 
...serrpc.ver.UpdateDomainModelObjectImpl

What version of the product are you using? On what operating system?

Using Eclipse Juno with Google Plugin 3.2.1 on Windows 7/64.

Please provide any additional information below.

No exceptions noted.

Original issue reported on code.google.com by reuben.sivan on 1 Apr 2013 at 1:29

GoogleCodeExporter commented 8 years ago

Original comment by nhcohen@google.com on 5 Apr 2013 at 7:16

GoogleCodeExporter commented 8 years ago

Original comment by rdayal@google.com on 15 Apr 2013 at 3:33