Use another package name than `org.eclipse.xml`
See original GitHub issueThe package name is org.eclipse.xml...
. Typical Eclipse projects use an org.eclipse.<projectName>
as root package. To avoid necessary further refactoring when moving to Eclipse.org, we should consider deciding of a projectName already and adopt this in package name asap.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Eclipse is confused by imports ("accessible from more than ...
If you have the source code, change the package names (e.g. change the ... org.w3c.dom is accessible from more than one module: ,...
Read more >Naming Conventions - Eclipsepedia
The first package name segment after org.eclipse is generally the project name, followed by the component name. org.eclipse.<project>.<component> ...
Read more >Using dots in package names without creating nested subfolders
Each plugin is its own separate project (rather than being multiple source directories in the same project). The project's name is 'com.omondo.
Read more >16209 – Support declared packages that are different ... - Bugs
When the compiler sees the package statement, and finds it to be different from the directory structure, then it should put an entry...
Read more >Java Development Tools (JDT) » Delete default package
So you have several options here: 1) Create a new class with a proper package name. Eclipse will then create the package structure...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What about org.eclipse.lsp4xml ?
No problem @NikolasKomonen ! Glad this name pleases you. Please note that I have sent you an invitation to become a collaborator.