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 268837 - NullPointerException at org.netbeans.modules.project.ui.groups.DirectoryGroupEditPanel.updateDirectory
Summary: NullPointerException at org.netbeans.modules.project.ui.groups.DirectoryGroup...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-04 16:58 UTC by lzgrillo
Modified: 2017-04-19 01:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219420


Attachments
stacktrace (1.73 KB, text/plain)
2016-11-04 16:58 UTC, lzgrillo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lzgrillo 2016-11-04 16:58:46 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 8.1

User Comments:
hindsholm: Renaming a project group

GUEST: Opened a project group. May have been due to missing Java 6 platform. May have been due to source folder being moved.

lzgrillo: fail at change name exist project group




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.project.ui.groups.DirectoryGroupEditPanel.updateDirectory(DirectoryGroupEditPanel.java:105)
   at org.netbeans.modules.project.ui.groups.DirectoryGroupEditPanel.applyChanges(DirectoryGroupEditPanel.java:95)
   at org.netbeans.modules.project.ui.groups.GroupEditPanel$1.actionPerformed(GroupEditPanel.java:100)
   at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener.storePerformed(CustomizerDialog.java:357)
   at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener.access$400(CustomizerDialog.java:253)
   at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener$2$1$1.run(CustomizerDialog.java:316)
Comment 1 lzgrillo 2016-11-04 16:58:48 UTC
Created attachment 162782 [details]
stacktrace