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 96146 - [tests] Nodes with children are sometimes shown as leaves
Summary: [tests] Nodes with children are sometimes shown as leaves
Status: CLOSED DUPLICATE of bug 148421
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
: 91708 120695 122578 132259 143312 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-21 12:58 UTC by ehucka
Modified: 2010-04-29 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (31.62 KB, image/png)
2007-02-21 12:59 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-02-21 12:58:13 UTC
Automated tests sometimes (in 10%) fail because of watches/local variables
containing some subvalues are shown as leaves - cannot be expanded - in
debugger's views.

I reproduced it manually too but not very often.
Comment 1 ehucka 2007-02-21 12:59:05 UTC
Created attachment 38755 [details]
screenshot
Comment 2 Martin Entlicher 2007-02-27 17:37:06 UTC
I've seen that occasionally as well, but very rarely. This will be hard to fix,
due to problems with reliable reproduction.
Comment 3 ehucka 2007-03-27 09:44:24 UTC
probably related to issue 99042
Comment 4 ehucka 2007-05-09 10:40:43 UTC
I can see it mostly on windows.
Comment 5 Roman Ondruska 2007-07-02 15:57:04 UTC
*** Issue 91708 has been marked as a duplicate of this issue. ***
Comment 6 ehucka 2007-08-02 12:05:18 UTC
Product Version: NetBeans IDE Dev (Build 070802) Java: 1.5.0_12; Java HotSpot(TM) Server VM 1.5.0_12-b04 System: Linux
version 2.6.20-15-generic running on i386; UTF-8; en_US (nb)

I found out it is more frequent with Object arrays, e.g. String[], creating as a watch when Watches window is not opened.
So, open e.g. Local variables view, select some String[] array in editor, create a watch and the watch will be in 50%
without children. After switch to another debugger window and back it is fixed.
Comment 7 Martin Entlicher 2007-11-01 15:30:15 UTC
*** Issue 120695 has been marked as a duplicate of this issue. ***
Comment 8 Martin Entlicher 2007-12-03 17:45:46 UTC
*** Issue 122578 has been marked as a duplicate of this issue. ***
Comment 9 Daniel Prusa 2008-05-15 14:48:22 UTC
*** Issue 132259 has been marked as a duplicate of this issue. ***
Comment 10 Martin Entlicher 2008-08-08 19:12:37 UTC
*** Issue 143312 has been marked as a duplicate of this issue. ***
Comment 11 _ gordonp 2008-08-08 20:26:15 UTC
This update is mostly so if I see the problem again, I can possibly add data.
There is one data point which might be useful though...

In my case, I was expanding a cnd.remote RemoteServerRecord, an implementation
of the ServerRecord interface (could the debugger be getting confused because
the type started as an interface?). I'm pretty sure I've seen the same problem
while debugging other records in cnd.remote...
Comment 12 Daniel Prusa 2008-09-29 11:00:02 UTC
A reproducible test case described in issue 148421.

*** This issue has been marked as a duplicate of 148421 ***
Comment 13 Quality Engineering 2010-04-29 09:32:09 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.