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 161956 - NullPointerException at org.netbeans.modules.worklist.editor.designview.AssignmentPanel$AddGroupAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.worklist.editor.designview.Assig...
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: WorkList Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Anjeleevich
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 12:22 UTC by oxybulle
Modified: 2009-04-06 08:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148904


Attachments
stacktrace (2.08 KB, text/plain)
2009-04-04 12:22 UTC, oxybulle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oxybulle 2009-04-04 12:22:01 UTC
Build: NetBeans IDE 6.5.1 (Build 200903161801)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.worklist.editor.designview.AssignmentPanel$AddGroupAction.actionPerformed(AssignmentPanel.java:783)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 oxybulle 2009-04-04 12:22:14 UTC
Created attachment 79436 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-04-06 08:41:53 UTC
Please provide exact steps to reproduce the issue.