We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java 1.8.0_265 git commit dcca013 git Date: Thu Sep 17 21:03:17 2020 +0300
When renaming a method / variable, the type of the variable is lost: ArrayList <String> aa23; ArrayList logins;
the same thing happens with methods.
The text was updated successfully, but these errors were encountered:
@KVAC thanks! Looks like generics are lost on the class reloading.
Sorry, something went wrong.
fix: rerun signature parser on class reload (#981)
14cbfbc
Fixed.
skylot
No branches or pull requests
java 1.8.0_265
git commit dcca013
git Date: Thu Sep 17 21:03:17 2020 +0300
When renaming a method / variable, the type of the variable is lost:
ArrayList <String> aa23;
ArrayList logins;
the same thing happens with methods.
The text was updated successfully, but these errors were encountered: