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 150316 - [65cat] NullPointerException at org.netbeans.modules.bpel.validation.statics.Validator$1.checkDuplicate
Summary: [65cat] NullPointerException at org.netbeans.modules.bpel.validation.statics....
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 05:46 UTC by esmithbss
Modified: 2008-10-17 04:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 128615


Attachments
stacktrace (1.25 KB, text/plain)
2008-10-16 05:46 UTC, esmithbss
Details
stacktrace (1.25 KB, text/plain)
2008-10-16 05:53 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2008-10-16 05:46:40 UTC
Build: NetBeans IDE Dev (Build 200810150201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86

User Comments:
esmithbss: Opening a broken SOA application in preparation for editing it.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.validation.statics.Validator$1.checkDuplicate(Validator.java:203)
        at org.netbeans.modules.bpel.validation.statics.Validator$1.visit(Validator.java:659)
        at org.netbeans.modules.bpel.model.impl.ProcessImpl.accept(ProcessImpl.java:228)
        at org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:222)
        at org.netbeans.modules.bpel.validation.core.BpelValidator$1.run(BpelValidator.java:102)
        at org.netbeans.modules.bpel.model.impl.BpelModelImpl.invoke(BpelModelImpl.java:250)
Comment 1 esmithbss 2008-10-16 05:46:45 UTC
Created attachment 71921 [details]
stacktrace
Comment 2 esmithbss 2008-10-16 05:55:59 UTC
Created attachment 71922 [details]
stacktrace
Comment 3 Vladimir Yaroslavskiy 2008-10-16 14:41:58 UTC
fixed in main.
Comment 4 Quality Engineering 2008-10-17 04:58:57 UTC
Integrated into 'main-golden', will be available in build *200810170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/637c7ce676d8
User: Vladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Log: [Issue #150316] NullPointerException at org.netbeans.modules.bpel.validation.statics.Validator$1.checkDuplicate