You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
- if creating a method from a call that is using a type parameter
from a surrounding method, add that type parameter to the new
method
- fixeseclipse-jdt#322
- add new test case to UnresolvedMethodsQuickFixTest1d8
This is from: https://bugs.eclipse.org/bugs/show_bug.cgi?id=539067
Given this method
Apply "Quickfix > Create method 'test(T, T)'", which adds this method:
The method is missing its own type parameter .
The text was updated successfully, but these errors were encountered: