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

Summary: Fixed watches are not visually differentiated
Product: debugger Reporter: ehucka <ehucka>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 108307    
Bug Blocks:    

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