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 128918 - NPE after debugging last activity if BPEL Partner Links window opened
Summary: NPE after debugging last activity if BPEL Partner Links window opened
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 00:31 UTC by Ivan Sidorkin
Modified: 2008-03-26 09:26 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 Ivan Sidorkin 2008-03-02 00:31:52 UTC
Product Version: NetBeans IDE Dev (Build 200803011643)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

- start server
- create SynchronousSample
- open SynchronousSample.bpel in design view
- set breakpoint on start activity
- start debug session
- opne BPEL Partner Links window
- run test
- steps through all activities

java.lang.NullPointerException
	at org.netbeans.modules.bpel.debugger.ui.plinks.PLinksTreeModel.getStaticPartnerLinks(PLinksTreeModel.java:282)
	at org.netbeans.modules.bpel.debugger.ui.plinks.PLinksTreeModel.getPartnerLinks(PLinksTreeModel.java:242)
	at org.netbeans.modules.bpel.debugger.ui.plinks.PLinksTreeModel.getChildren(PLinksTreeModel.java:104)
	at org.netbeans.modules.bpel.debugger.ui.plinks.PLinksTreeModel.getChildrenCount(PLinksTreeModel.java:189)
	at org.netbeans.modules.bpel.debugger.ui.plinks.PLinksTreeModel.isLeaf(PLinksTreeModel.java:195)
	at org.netbeans.spi.viewmodel.Models$DelegatingTreeModel.isLeaf(Models.java:1198)
	at org.netbeans.spi.viewmodel.Models$CompoundModel.isLeaf(Models.java:2823)
	at org.netbeans.modules.viewmodel.TreeModelNode.refreshTheChildren(TreeModelNode.java:433)
	at org.netbeans.modules.viewmodel.TreeModelNode.access$500(TreeModelNode.java:88)
	at org.netbeans.modules.viewmodel.TreeModelNode$2.run(TreeModelNode.java:309)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Kirill Sorokin 2008-03-05 09:07:35 UTC
-> FIXED

http://hg.netbeans.org/main/rev/da4f05a7bc12
Comment 2 Ivan Sidorkin 2008-03-26 09:26:38 UTC
verified with Build 200803251204