I used the EMF ANT-Task XSD2Java to generate Java code from an existing XSD. Unfortunately the ANT-Task works not as correct as the manual tool and generates a package like 'org.example.interface.something'. Thus the key-word 'interface' is not allowd as a package name I want to refactor it to make the code run. (btw doing it via the UI the package name is 'org.example.interface_.something')
My question is: How to refactor the package name including dependencies in the source files? Can I use JDT and if, how?
Thanks for any hints.
Kai
| |||||
feedback
|
|
Right-click the package name in the package explorer. Then from the menu click Refactor -> Rename.
| ||||
feedback
|
|
As tjameson suggested,
will work? | |||
|
feedback
|
