After running coverage reports in Eclipse (using cobertura or an EMMA plugin), my source code files get highlighted in green, red and yellow depending on which lines of code were covered by tests.
How can I clear this highlighting after I'm done?
|
After running coverage reports in Eclipse (using cobertura or an EMMA plugin), my source code files get highlighted in green, red and yellow depending on which lines of code were covered by tests. How can I clear this highlighting after I'm done? |
||||
|
|
|
Click the "Remove all Sessions" button in the toolbar of the "Coverage" view.
|
|||||||||||||||||||
|
|
On 4.2 eclipse it seems to be impossible to remove the eCobertura highlights. Sadly eCobertura plugins seems to be not maintained anymore. However if you start writing into the class, its gone. So type a space, and then undo, and its gone. |
|||||||
|
|
I found a workaround over on GitHub: https://github.com/jmhofer/eCobertura/issues/8 For those who don't want to click the link, here's the text of the comment:
I did this and it worked quite well in Eclipse Juno. Credit for this goes to UsulSK. |
|||
|
|
|
For those using Cobertura and only have the Coverage Session View like I do,just try closing Eclipse and starting it up again. This got rid of the highlighting for me. |
|||||
|