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.Dismiss alert
This is eclipse bug, this plugin doesn't support abstract type proposals, since recent eclipse has added support for subtype completions we will evaluate this plugin if this support is needed, if the support is kept for old releases, then this bug will be fixed if it is requested.
Take the code
org.assertj.swing.fixture.AbstractContainerFixture.panel(GenericTypeMatcher<? extends JPanel>)
The actual completion result with the
even though I selected the two argument constructor.
The text was updated successfully, but these errors were encountered: