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 242495 - NullPointerException at org.netbeans.modules.project.ui.groups.ManageGroupsPanel.propertiesButtonActionPerformed
Summary: NullPointerException at org.netbeans.modules.project.ui.groups.ManageGroupsPa...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords: 8.0_HR_FIX
Depends on:
Blocks:
 
Reported: 2014-03-02 19:24 UTC by lhochet
Modified: 2014-03-04 07:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208093


Attachments
stacktrace (7.10 KB, text/plain)
2014-03-02 19:24 UTC, lhochet
Details
proposed patch (740 bytes, patch)
2014-03-02 19:36 UTC, lhochet
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lhochet 2014-03-02 19:24:48 UTC
Build: NetBeans IDE Dev (Build 201403010001)
VM: OpenJDK 64-Bit Server VM, 25.0-b69, OpenJDK Runtime Environment, 1.8.0-internal-ludovic_2014_03_01_16_05-b00
OS: Windows 7

User Comments:
GUEST: Try to rename project group

lhochet: Step to reproduce:
- click on Properties for a group in the Manage Groups dialog
- edit the name of the group
- click ok
- click again on Properties




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.groups.ManageGroupsPanel.propertiesButtonActionPerformed(ManageGroupsPanel.java:304)
   at org.netbeans.modules.project.ui.groups.ManageGroupsPanel.access$800(ManageGroupsPanel.java:65)
   at org.netbeans.modules.project.ui.groups.ManageGroupsPanel$5.actionPerformed(ManageGroupsPanel.java:243)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 lhochet 2014-03-02 19:24:50 UTC
Created attachment 145702 [details]
stacktrace
Comment 2 lhochet 2014-03-02 19:30:38 UTC
Seems to be a consequence of the fix for #241605
Comment 3 lhochet 2014-03-02 19:36:38 UTC
Created attachment 145703 [details]
proposed patch
Comment 4 Martin Kozeny 2014-03-03 07:17:20 UTC
https://hg.netbeans.org/core-main/rev/e5ca78d9b41e
Comment 5 Jiri Rechtacek 2014-03-03 15:04:49 UTC
Martin, backport this as well. Thanks
Comment 6 Martin Kozeny 2014-03-03 15:28:23 UTC
Done
Comment 7 Quality Engineering 2014-03-04 00:56:28 UTC
Integrated into 'releases/release80', will be available in build *201403032200* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/52d95b1a567a
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #242495: NullPointerException at org.netbeans.modules.project.ui.groups.ManageGroupsPanel.propertiesButtonActionPerformed.
Comment 8 Quality Engineering 2014-03-04 02:56:18 UTC
Integrated into 'main-silver', will be available in build *201403040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e5ca78d9b41e
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #242495: NullPointerException at org.netbeans.modules.project.ui.groups.ManageGroupsPanel.propertiesButtonActionPerformed .