Closed starlocke closed 4 years ago
I am very curious for this one!
Okay. So, originally, I thought it was a symptom of "multiple smell scanners from JDeodorant", but it's actually a UX oversight when JDeodorant is used in combination with Code Coverage testing/reporting.
Expected result:
Actual result:
Screenshot 1 of 2 (many pointers in one):
Screenshot 2 of 2 (pointing out that one line whose highlight colour randomly flips):
Thanks @starlocke That's because both JDeodorant and Eclipse Code coverage tool are using the same marker annotation mechanism to highlight the code.
If you go to the Coverage
window and click on Remove Active Session
the test coverage highlights will disappear.
JDeodorant clears all its previously placed marker annotations, whenever you double-click on another refactoring opportunity.
(details to come later)