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

Long(long) constructor is now deprecated #23

Open
greenwoodma opened this issue Sep 20, 2024 · 0 comments
Open

Long(long) constructor is now deprecated #23

greenwoodma opened this issue Sep 20, 2024 · 0 comments

Comments

@greenwoodma
Copy link
Contributor

The Long(long) constructor has been deprecated and should be replaced by calls to Long.valueOf(long).

This is showing up mostly in the tokenizer JAPE grammars because the deprecation warning shows up when you create an instance of the PR as the grammars are compiled. Fixing this is therefore more of a cosmetic change than anything else.

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

No branches or pull requests

1 participant