Closed
Description
In Eclipse, using the latest nightly snapshot build, having a petclinic project in the workspace.
I have OwnerController
open in an editor. There are a few validations for Unnecessary Path Variable Definition
showing up. Pressing Cmd-1 shows up three quick fixes Remove Implicit Web Annotation Name
. Al that looks correct.
Now, I am editing the file and sometimes (not always) the quick fixes get duplicated in the quick fix popup after pressing Cmd-1. It looks like when saving the file, the quick fix popup looks good again, but editing the file seems to sometimes cause a duplication. Especially doing Undo
operations seems to trigger the duplication.