Skip to content

Anonymous inner class: wrong "override method" result when a space is present #695

@mauromol

Description

@mauromol

Followup to #395 (where the mentioned I interface is defined).

Consider the following (watch carefully the whitespace characters!):

immagine

When you hit Ctrl+Space to add the unimplemented method mymethod you get:

immagine

When you have this, instead (please note the missing space after the last-but-one closed bracket):

immagine

Then you get the correct result:

immagine

Please note, however, that, even in the correct result, I would expect the cursor to be placed inside the implemented method body, not after its closing bracket.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions