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 151970 - [65cat] NullPointerException at org.netbeans.modules.bpel.mapper.palette.Item$1.actionPerformed
Summary: [65cat] NullPointerException at org.netbeans.modules.bpel.mapper.palette.Item...
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (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-31 13:02 UTC by sunbiz
Modified: 2009-02-19 20:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134655


Attachments
stacktrace (2.36 KB, text/plain)
2008-10-31 13:02 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-31 13:02:44 UTC
Build: NetBeans IDE Dev (Build 200810290201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.mapper.palette.Item$.actionPerformed(Item.java:86)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
Comment 1 sunbiz 2008-10-31 13:02:53 UTC
Created attachment 72981 [details]
stacktrace
Comment 2 Vladimir Yaroslavskiy 2008-10-31 15:22:54 UTC
added NPE check: http://hg.netbeans.org/main/rev/07a8b849a31a
Comment 3 Quality Engineering 2008-11-01 05:11:33 UTC
Integrated into 'main-golden', will be available in build *200811010201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/07a8b849a31a
User: Vladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Log: [Issue #151970] [65cat] NullPointerException at org.netbeans.modules.bpel.mapper.palette.Item$1.actionPerformed