Take the code
org.assertj.swing.fixture.AbstractContainerFixture.panel(GenericTypeMatcher<? extends JPanel>)
The actual completion result with the
fixture.panel(new GenericTypeMatcher<JPanel>()
{
})
even though I selected the two argument constructor.