Quantcast
Channel: Clearing coverage highlighting in Eclipse - Stack Overflow
Browsing all 11 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Answer by Divyanshu Jimmy for Clearing coverage highlighting in Eclipse

For people who are not able to find the coverage view , follow these steps : Go to Windows Menu bar > Show View > Other > Type coverage and open it . Click on Coverage. To clear highlightings,...

View Article



Image may be NSFW.
Clik here to view.

Answer by Yash Bansal for Clearing coverage highlighting in Eclipse

I have used the Open Clover Tool for the code coverage, I have also been searching this for a long time. Its pretty straightforward, in the Coverage Explorer tab, you can find three square buttons...

View Article

Answer by Satya for Clearing coverage highlighting in Eclipse

Close the IDE and open it again. This works if you did not use any code coverage tools and have just clicked the basic "Coverage" icon in the IDE.

View Article

Answer by Sachin Nikam for Clearing coverage highlighting in Eclipse

If you would like to remove active session/project/folder then you can follow Click the "Remove Active Session" button in the toolbar of the "Coverage" view.

View Article

Answer by Sandeep Singh for Clearing coverage highlighting in Eclipse

If you remove the coverage session, also the coverage coloring will disappear. For this, hit Remove Session or Remove All Sessions in the Coverage view's toolbar. http://eclemma.org/faq.html

View Article


Answer by asdf for Clearing coverage highlighting in Eclipse

Added shortcut Ctrl+Shift+X C to Keybindings (Window -> Preferences -> filter for Keys) when 'Editing Java Source' for 'Remove Active Session'.

View Article

Answer by Dan Hankins for Clearing coverage highlighting in Eclipse

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: Good workaround: Create a run...

View Article

Answer by Ryan2189 for Clearing coverage highlighting in Eclipse

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.

View Article


Answer by Gábor Lipták for Clearing coverage highlighting in Eclipse

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...

View Article


Image may be NSFW.
Clik here to view.

Answer by Kai for Clearing coverage highlighting in Eclipse

Click the "Remove all Sessions" button in the toolbar of the "Coverage" view.

View Article

Clearing coverage highlighting in Eclipse

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...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images