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 254296 - Changed watches are not highlighted
Summary: Changed watches are not highlighted
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-12 07:38 UTC by stwr
Modified: 2015-08-15 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture showing the current behavior (78.29 KB, image/png)
2015-08-12 07:38 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-12 07:38:44 UTC
Created attachment 155282 [details]
Picture showing the current behavior

Product Version: NetBeans IDE Dev (Build 201508100002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\dev

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/1119/suite/1654/v/1

Each loop cycle changes value of i and s variables. The change is reflected correctly for these variables values (see picture, values are in bold). The same change is not reflected for watches of these variables (see picture, no bold for their values).

It is the case for both - Watches view and Variables view.
Comment 1 Martin Entlicher 2015-08-13 13:31:09 UTC
Reproduced.
The bug is there when watches are part of the Variables view.
When watches and variables are separated, the bold values are shown correctly in both views.
Comment 2 Martin Entlicher 2015-08-13 16:55:09 UTC
Fixed by changeset:   290799:2895a4b67e35
http://hg.netbeans.org/core-main/rev/2895a4b67e35
Comment 3 Quality Engineering 2015-08-15 01:58:12 UTC
Integrated into 'main-silver', will be available in build *201508150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2895a4b67e35
User: mentlicher@netbeans.org
Log: #254296: Do not refresh watches twice when they are a part of Variables window.