Skip to content
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

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

Open
gayanper opened this issue Apr 28, 2021 · 1 comment
Open

Comments

@gayanper
Copy link
Owner

gayanper commented Apr 28, 2021

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.

@gayanper
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant