This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241803 - [dark] Using Code coverage in maven messes up dark Theme
Summary: [dark] Using Code coverage in maven messes up dark Theme
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal with 8 votes (vote)
Assignee: Martin Schovanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 09:12 UTC by IrianR
Modified: 2016-02-26 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the problem (100.20 KB, image/png)
2014-02-13 09:17 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2014-02-13 09:12:06 UTC
[ BUILD # : 201402100001 ]
[ JDK VERSION : 1.7.0_45 ]

STEPS:
   Open any maven project with code coverage plugin enebled.
   Set Dark Metal LAF.
   Run all tests and check a file with some coverage.

ACTUAL:
   The code coverage colors are all messed up and do not use the Norway Today
defaults or possibly no defaults exist.

EXPECTED:
   Code coverage colors should be consistent with the rest of the IDE if using
a dark theme.
Comment 1 IrianR 2014-02-13 09:17:08 UTC
Created attachment 145124 [details]
Screenshot of the problem
Comment 2 Creperum 2015-11-05 09:16:16 UTC
Experienced the same problem in NetBeans 8.1.
Comment 3 Immerbock 2016-02-26 10:20:18 UTC
Same problem here with:
Any Maven Project
Dark Look and Feel (Version: 2.0.2; Source: Certified Plugins)
TikiOne JaCoCoverage (Version: 1.5.2.20150826.2100; Source: Plugin Portal)
jacoco-maven-plugin (Version: 0.7.5.201505241946; Sorce: Maven Central Repository) 

Product Version: NetBeans IDE 8.1 (Build 201510222201)
Java: 1.8.0_73; Java HotSpot(TM) 64-Bit Server VM 25.73-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_73-b02

Tried to rename the profile from "Norway Today" to "NorwayToday", "norway today" and "norwaytoday".
No change in behaviour.

Changed the background colours from the annotation categorys "Covered", "Not Covered" and "Partially Covered" to other colours.
No change in behaviour.

It is really a pain in the eyes to inspect the code coverage of a file in that way.