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 217609 - NullPointerException at org.netbeans.modules.project.ui.groups.NewGroupPanel.updateNotifications
Summary: NullPointerException at org.netbeans.modules.project.ui.groups.NewGroupPanel....
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 10:20 UTC by mienamoo
Modified: 2012-09-03 07:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191976


Attachments
stacktrace (4.09 KB, text/plain)
2012-08-30 10:20 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-08-30 10:20:35 UTC
Build: NetBeans IDE Dev (Build 201208300001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
mienamoo: Creating a new project group.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.groups.NewGroupPanel.updateNotifications(NewGroupPanel.java:513)
   at org.netbeans.modules.project.ui.groups.NewGroupPanel.nameConstraintsWarnings(NewGroupPanel.java:111)
   at org.netbeans.modules.project.ui.groups.NewGroupPanel.access$200(NewGroupPanel.java:72)
   at org.netbeans.modules.project.ui.groups.NewGroupPanel$2.insertUpdate(NewGroupPanel.java:94)
   at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:202)
   at javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.java:749)
Comment 1 mienamoo 2012-08-30 10:20:38 UTC
Created attachment 123728 [details]
stacktrace
Comment 2 Milos Kleint 2012-08-31 08:37:41 UTC
http://hg.netbeans.org/core-main/rev/ec50c6592e9f
Comment 3 Quality Engineering 2012-09-01 01:10:27 UTC
Integrated into 'main-golden', will be available in build *201209010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ec50c6592e9f
User: Milos Kleint <mkleint@netbeans.org>
Log: #217609 in some cases the name field gets prefilled on initialization, perform it once we have notification support around
Comment 4 mienamoo 2012-09-03 07:07:50 UTC
Verified with build 201209020001, as far as something that appears to be intermittent can be verified. :)