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

"Change modifiers" removes generic type information #61

Open
markiewb opened this issue Apr 16, 2015 · 1 comment
Open

"Change modifiers" removes generic type information #61

markiewb opened this issue Apr 16, 2015 · 1 comment

Comments

@markiewb
Copy link
Owner

public <T extends Number> Set<T> find();

invoke "remove public" hint

ACTUAL
Set<T> find();
EXPECTED
<T extends Number> Set<T> find();

@markiewb
Copy link
Owner Author

Filed an issue at NB side https://netbeans.org/bugzilla/show_bug.cgi?id=251898

@markiewb markiewb removed this from the 1.6.0 milestone Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant