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 124440 - NPE on browsing variable
Summary: NPE on browsing variable
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
: 126035 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-25 17:02 UTC by Ivan Sidorkin
Modified: 2008-01-25 23:55 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 2007-12-25 17:02:16 UTC
Product Version: NetBeans IDE Dev (Build 200712240000)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

- create AsynchronousSample
- open AsynchronousSample.bpel
- set breakpoint to assign activity
- start debug session
- run tests
- debugger stoppen on breakpoint
- open Local Variables window
- try to extract inputVar node

java.lang.NullPointerException
	at org.netbeans.modules.bpel.debugger.ui.util.VariablesUtil.getTypeQName(VariablesUtil.java:425)
	at org.netbeans.modules.bpel.debugger.ui.util.VariablesUtil.getTypeTooltip(VariablesUtil.java:361)
	at org.netbeans.modules.bpel.debugger.ui.util.VariablesUtil.getTypeTooltip(VariablesUtil.java:257)
	at org.netbeans.modules.bpel.debugger.ui.variable.LocalsTableModel.getValueAt(LocalsTableModel.java:82)
	at org.netbeans.spi.viewmodel.Models$DelegatingTableModel.getValueAt(Models.java:1381)

IDE become unusable until stopping debug session
Comment 1 Kirill Sorokin 2007-12-25 17:37:03 UTC
Debugger fails at a basic use-case. -> P1
Comment 2 Andrei Chistiakov 2008-01-17 11:10:53 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 3 Kirill Sorokin 2008-01-21 17:29:43 UTC
-> FIXED
Comment 4 Ivan Sidorkin 2008-01-23 09:16:23 UTC
verified in NetBeans IDE Dev (Build 200801220000)
still reproducible in M1
Comment 5 Ivan Sidorkin 2008-01-25 23:55:10 UTC
*** Issue 126035 has been marked as a duplicate of this issue. ***