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

fix Java accessors generation #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix Java accessors generation #12

wants to merge 4 commits into from

Conversation

justadreamer
Copy link
Contributor

@justadreamer justadreamer commented Mar 19, 2025

Why?

The code generated for Java accessors contained double .class.class instead of .class see here: https://github.com/51Degrees/device-detection-java/pull/306/files#diff-2cd80cc03e6376d7316389eeb904af7bea6aeb069a91b05f6f5048d08a75c483R56 - this does not compile. This PR addresses the issue.

Additional changes

  • Also updated DD package ref to the latest
  • Removed non-existant project references from PropertyGenerator.sln

@justadreamer justadreamer requested a review from Jamesr51d March 20, 2025 09:17
@justadreamer
Copy link
Contributor Author

verified that dry run (tests) passes for the updated properties PR generated with the updated PropertyGenerator: https://github.com/51Degrees/device-detection-java/pull/319/checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants