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 165897 - NullPointerException at org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.FindersWidget$UpdateFinderAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.portalpack.websynergy.servicebui...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Satyaranjan D
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 15:38 UTC by mcahornsirup
Modified: 2009-05-24 15:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148965


Attachments
stacktrace (2.44 KB, text/plain)
2009-05-24 15:38 UTC, mcahornsirup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mcahornsirup 2009-05-24 15:38:42 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-77, Java(TM) SE Runtime Environment, 1.6.0_13-b03-196
OS: Mac OS X, 10.5.7, x86_64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.FindersWidget$UpdateFinderAction.actionPerformed(FindersWidget.java:346)
        at org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.ButtonWidget.performAction(ButtonWidget.java:230)
        at org.netbeans.modules.portalpack.websynergy.servicebuilder.design.view.widgets.ButtonWidget$ButtonSelectProvider.select(ButtonWidget.java:410)
        at org.netbeans.modules.visual.action.SelectAction.mouseReleased(SelectAction.java:108)
        at org.netbeans.api.visual.widget.SceneComponent$Operator$3.operate(SceneComponent.java:553)
        at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:268)
Comment 1 mcahornsirup 2009-05-24 15:38:48 UTC
Created attachment 82706 [details]
stacktrace