-
Notifications
You must be signed in to change notification settings - Fork 855
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
Installed some internal generics to fix some compiler warnings #5576
Conversation
Cant push another PR while this waiting something. Are NB is alive? |
inconsistent, corrected |
Hi, please focus in #5598 before posting new PRs. |
@vieiro The PR is ready to be reopen |
The PR is actual |
up |
ide/editor/demosrc/base/org/netbeans/editor/example/Editor.java
Outdated
Show resolved
Hide resolved
Overall, I'm always in support of code cleanup. I would suggest that in the future you try and keep the changes in the same domain. This will make code review easier. For example.. It becomes harder for a volunteer like me to do a code review when a bunch of unrelated changes are requested. Doesn't mean the changes aren't useful, it's just harder to read/understand. |
@BradWalker accepted |
Only private simple non generic collections was refactored to generics if no out of class usage detected.
#5524