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 108121 - Fixed watches are not visually differentiated
Summary: Fixed watches are not visually differentiated
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 108307
Blocks:
  Show dependency tree
 
Reported: 2007-06-26 11:16 UTC by ehucka
Modified: 2007-07-10 09:59 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 ehucka 2007-06-26 11:16:19 UTC
I cannot find any graphics difference between static and 'dynamic' watch in watches view. Is it designed ui change?
Comment 1 Martin Entlicher 2007-06-27 16:12:14 UTC
Reproduced. This is a consequence of icon upgrade. It's not intentional change.
Comment 2 Martin Entlicher 2007-06-27 16:53:00 UTC
This will be fixed after issue #108307 is resolved.
Comment 3 Martin Entlicher 2007-07-09 09:51:06 UTC
Fixed in trunk:

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/FixedWatchesManager.java,v  <-- 
FixedWatchesManager.java
new revision: 1.22; previous revision: 1.21
Comment 4 ehucka 2007-07-10 09:59:46 UTC
verified