Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated fields such as "com", "org" or "java" can conflict with package names #18

Open
safris opened this issue Sep 29, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@safris
Copy link
Contributor

safris commented Sep 29, 2020

If a field is named org, the JVM considers anything that start with org as a reference to the field. However, org may also be desired to represent the root of the org.foo.bar... package name.

The preliminary solution to this bug will fix the conflict for com, org and java, but there will remain a possibility that a field's name may conflict with the root package name of types declared in <binding> tags.

@safris safris added the bug Something isn't working label Sep 29, 2020
@safris safris added this to the v0.4.0 milestone Sep 29, 2020
@safris safris self-assigned this Sep 29, 2020
safris added a commit that referenced this issue Sep 29, 2020
safris added a commit that referenced this issue Sep 29, 2020
safris added a commit that referenced this issue Sep 29, 2020
@safris safris modified the milestones: v0.4.0, v0.5.0 Sep 16, 2023
@safris safris modified the milestones: v0.5.0, v0.5.1 Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant