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

RenameBug #981

Closed
KVAC opened this issue Sep 22, 2020 · 2 comments
Closed

RenameBug #981

KVAC opened this issue Sep 22, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@KVAC
Copy link

KVAC commented Sep 22, 2020

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.

@skylot
Copy link
Owner

skylot commented Sep 22, 2020

@KVAC thanks! Looks like generics are lost on the class reloading.

@skylot skylot added this to the v1.2.0 milestone Sep 22, 2020
@skylot skylot self-assigned this Sep 22, 2020
@skylot skylot added the bug label Sep 22, 2020
@skylot
Copy link
Owner

skylot commented Sep 28, 2020

Fixed.

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

No branches or pull requests

2 participants