Clearing coverage highlighting in Eclipse

前端 未结 10 1196
滥情空心
滥情空心 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:23

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

提交回复
热议问题