Clearing coverage highlighting in Eclipse

前端 未结 10 1190
滥情空心
滥情空心 2020-12-12 09:05

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

10条回答
  •  北海茫月
    2020-12-12 09:27

    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.

提交回复
热议问题