Pet slept on keyboard, weird colors in IDE

Upvote for the cutest question ever.

Regarding the colors: Reminds me of visualization of test coverage with EclEmma, which shows its results with coloured markers for fully (green), partly (yellow) or not (red) covered source code.

You can get rid of the coloured markers by deleting the coverage results by clicking the single or double grey "x" in the coverage view like shown at the bottom of the following screenshot.

enter image description here


I'll put this here for reference purposes from the Eclipse code coverage FAQs.

How can I remove the coverage coloring from the Java editors again?
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.

From Using the coverage view

The Coverage view automatically appears when a new coverage session is added or can manually opened from the Window → Show View menu in the Java category. It shows coverage summaries for the active session.

enter image description here

Tags:

Java

Eclipse

Ide