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 150569 - [65cat] NullPointerException at org.netbeans.modules.spring.beans.ui.customizer.SpringCustomizerPanel.editGroupButtonActionPerformed
Summary: [65cat] NullPointerException at org.netbeans.modules.spring.beans.ui.customiz...
Status: RESOLVED DUPLICATE of bug 151946
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: nairsujit
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 17:29 UTC by rajivderas
Modified: 2009-02-19 23:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 129744


Attachments
stacktrace (2.43 KB, text/plain)
2008-10-17 17:29 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-17 17:29:24 UTC
Build: NetBeans IDE Dev (Build 200810170201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
rajivderas: go to jsp/spring web project  properties select spring category and add a group and the unselect the added group and click edit group button.

Dev Build 200810170201



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.spring.beans.ui.customizer.SpringCustomizerPanel.editGroupButtonActionPerformed(SpringCustomizerPanel.java:494)
        at org.netbeans.modules.spring.beans.ui.customizer.SpringCustomizerPanel.access$800(SpringCustomizerPanel.java:71)
        at org.netbeans.modules.spring.beans.ui.customizer.SpringCustomizerPanel$8.actionPerformed(SpringCustomizerPanel.java:342)
        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)
Comment 1 rajivderas 2008-10-17 17:29:45 UTC
Created attachment 72142 [details]
stacktrace
Comment 2 nairsujit 2008-11-26 03:42:25 UTC
Closing it as a duplicate. Almost the same workflow is being followed in both cases and the stacktraces point to NPE
generated from same methods.

*** This issue has been marked as a duplicate of 151946 ***