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

Summary: NPE on browsing variable
Product: soa Reporter: Ivan Sidorkin <ivansidorkin>
Component: BPEL DebuggerAssignee: Kirill Sorokin <ksorokin>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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. ***