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 191894 - NullPointerException at org.netbeans.modules.debugger.ui.views.ViewModelListener.joinLists
Summary: NullPointerException at org.netbeans.modules.debugger.ui.views.ViewModelListe...
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 13:41 UTC by Jiri Kovalsky
Modified: 2011-01-09 22:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173453


Attachments
stacktrace (1.81 KB, text/plain)
2010-11-12 13:41 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2010-11-12 13:41:11 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011120000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
huaoguo: install the plugin "RCP Book Samples"

jkovalsky: Finished debugging MemoryView Java project and decided to open JSPExamples testing project while this occurred. BTW, project was opened correctly.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.ui.views.ViewModelListener.joinLists(ViewModelListener.java:442)
   at org.netbeans.modules.debugger.ui.views.ViewModelListener.refreshModel(ViewModelListener.java:460)
   at org.netbeans.modules.debugger.ui.views.ViewModelListener.access$1600(ViewModelListener.java:116)
   at org.netbeans.modules.debugger.ui.views.ViewModelListener$ModelsChangeRefresher.run(ViewModelListener.java:793)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1960)
Comment 1 Jiri Kovalsky 2010-11-12 13:41:14 UTC
Created attachment 102938 [details]
stacktrace
Comment 2 Martin Entlicher 2010-11-15 14:13:06 UTC
Fixed in changeset:   182367:d03409331797
http://hg.netbeans.org/main/rev/d03409331797
Comment 3 Quality Engineering 2010-11-16 06:11:27 UTC
Integrated into 'main-golden', will be available in build *201011160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d03409331797
User: mentlicher@netbeans.org
Log: #191894 Change the condition that test destroy of the view.
Comment 4 Jiri Kovalsky 2011-01-09 22:09:43 UTC
No exception thrown now. Verified in NetBeans IDE 7.0 development build #201101050001.