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 38711 - LOCAL VARIABLES out of sync
Summary: LOCAL VARIABLES out of sync
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 19:33 UTC by _ gtzabari
Modified: 2010-04-29 09:15 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 _ gtzabari 2004-01-13 19:33:38 UTC
dev build 200401111900

   There are times when HashSets displayed in the
LOCAL VARIABLES window show up as empty
immediately after executing HashSet.add() while
WATCHES window shows the HashSet values. This
occurs randomly (race condition?).

   I assume this is a bug, right?
Comment 1 Maros Sandor 2004-01-21 16:03:23 UTC
I can reproduce it occasionaly.
Comment 2 Maros Sandor 2004-01-22 10:47:05 UTC
Variables and watches for collection classes should now display and 
update correctly.

cvs/debuggercore/src/org/netbeans/modules/debugger/support/java/Linked
ListFilter.java,v  <--  LinkedListFilter.java
new revision: 1.5; previous revision: 1.4
/cvs/debuggercore/src/org/netbeans/modules/debugger/support/java/Hasht
ableFilter.java,v  <--  HashtableFilter.java
new revision: 1.5; previous revision: 1.4
/cvs/debuggercore/src/org/netbeans/modules/debugger/support/java/ListF
ilter.java,v  <--  ListFilter.java
new revision: 1.6; previous revision: 1.5
/cvs/debuggercore/src/org/netbeans/modules/debugger/support/java/HashS
etFilter.java,v  <--  HashSetFilter.java
new revision: 1.6; previous revision: 1.5
Comment 3 Quality Engineering 2010-04-29 09:15:52 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.