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 83738 - NPE at org.netbeans.modules.debugger.jpda.models.WatchesModel$JPDAWatchEvaluating.getType()
Summary: NPE at org.netbeans.modules.debugger.jpda.models.WatchesModel$JPDAWatchEvalua...
Status: CLOSED FIXED
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:
: 85857 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-30 06:00 UTC by _ gtzabari
Modified: 2010-04-29 09:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack-trace (775 bytes, text/plain)
2006-08-30 06:01 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2006-08-30 06:00:26 UTC
dev build 200608111800
JDK 1.6.0-b96

I was stepping over code when I got the attached exception.
Comment 1 _ gtzabari 2006-08-30 06:01:01 UTC
Created attachment 33387 [details]
stack-trace
Comment 2 Martin Entlicher 2006-08-30 14:26:53 UTC
Hmm, typical race-condition. Probably not reproducible (it has never happen to
me) though synchronize should fix it...
Comment 3 Martin Entlicher 2006-08-30 14:51:06 UTC
Fixed in trunk:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/WatchesModel.java,v
 <--  WatchesModel.java
new revision: 1.30; previous revision: 1.29
Comment 4 Daniel Prusa 2008-05-14 12:18:45 UTC
*** Issue 85857 has been marked as a duplicate of this issue. ***
Comment 5 Quality Engineering 2010-04-29 09:30:06 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.