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
Original issue reported on code.google.com by
reuben.sivan
on 1 Apr 2013 at 1:29