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 175720 - [68cat] Highlighting current line with code coverage
Summary: [68cat] Highlighting current line with code coverage
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Martin Schovanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 22:34 UTC by dynamite
Modified: 2009-10-30 15:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dynamite 2009-10-29 22:34:12 UTC
[ BUILD # : 200910281401 ]
[ JDK VERSION : 1.6.* ]

I have the code coverage module active and a file open showing lots of covered lines.  If I place the cursor on one
such line (quite likely when coverage is good) then the highlighting for the current line doesn't show because it is
masked by the code coverage highlighting.  Given that the bean symbol still appears in the left margin it would be nice
if the current line highlighting appeared on top.
Comment 1 Vitezslav Stejskal 2009-10-30 15:32:53 UTC
Codecoverage module can install its highlighting layer with ZOrder lower that the currentline highlighting layer. IMO it
should be installed somewhere in the ZOrder.BOTTOM_RACK.