Community
Participate
Working Groups
Build Identifier: The IMP provided annotation and source hovers will show duplicate error messages when a given source offset has both an Annotation and a MarkerAnnotaion (which are both produced in the default implementation). If there are multiple Annotations on a given line (at the same offset) only one of them should be displayed in hovers. Reproducible: Always
Created attachment 176394 [details] a possible implementation This fixes the above scenario, and also contains the following refactorings: static functionality of AnnotationHoverBase moved into AnnotationUtils all references to AnnotationHoverBase changed to AnnotationUtils AnnotationHoverBase removed
Created attachment 176410 [details] junit test for patch
Quick sanity check on the patches: you wrote them all and/or borrowed code from elsewhere in the Eclipse SDK, right?
That's correct. I wrote one function and the rest was a refactor of existing IMP code.
Patch reviewed and applied to HEAD of SVN trunk. Thanks, Adam!!