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 - NullPointerException at org.netbeans.modules.bpel.validation.variable.Validator$1.checkContent
Summary: NullPointerException at org.netbeans.modules.bpel.validation.variable.Validat...
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 16:49 UTC by gathanas
Modified: 2010-10-11 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145465


Attachments
stacktrace (3.86 KB, text/plain)
2010-09-09 16:49 UTC, gathanas
Details

Note You need to log in before you can comment on or make changes to this bug.
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.