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 190274

Summary: NullPointerException at org.netbeans.modules.bpel.validation.variable.Validator$1.checkContent
Product: soa Reporter: gathanas
Component: BPELAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 145465
Attachments: stacktrace

Description gathanas 2010-09-09 16:49:40 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bpel.validation.variable.Validator$1.checkContent(Validator.java:462)
   at org.netbeans.modules.bpel.validation.variable.Validator$1.checkTo(Validator.java:377)
   at org.netbeans.modules.bpel.validation.variable.Validator$1.checkCopies(Validator.java:370)
   at org.netbeans.modules.bpel.validation.variable.Validator$1.visit(Validator.java:362)
   at org.netbeans.modules.bpel.model.impl.AssignImpl.accept(AssignImpl.java:160)
   at org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:222)
Comment 1 gathanas 2010-09-09 16:49:44 UTC
Created attachment 101970 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-09-09 16:59:22 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145465
Comment 3 Vladimir Yaroslavskiy 2010-10-11 09:32:09 UTC
Please, try with the latest NetBeans, provide steps to reproduce and attach test project.