Skip to content

SubType constructors don't complete constructor args for abstract types #42

@gayanper

Description

@gayanper

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions