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 248067 - NullPointerException at org.netbeans.modules.form.RADComponent.rename
Summary: NullPointerException at org.netbeans.modules.form.RADComponent.rename
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 12:49 UTC by Exceptions Reporter
Modified: 2015-10-03 03:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212873


Attachments
stacktrace (3.42 KB, text/plain)
2014-10-21 12:49 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-21 12:49:54 UTC
This bug was originally marked as duplicate of bug 225433, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
GUEST: Did not notice the exception from happening.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.RADComponent.rename(RADComponent.java:566)
   at org.netbeans.modules.form.RADComponentNode.setName(RADComponentNode.java:398)
   at org.openide.actions.RenameAction.performAction(RenameAction.java:118)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
Comment 1 Exceptions Reporter 2014-10-21 12:49:55 UTC
Created attachment 150022 [details]
stacktrace
Comment 2 Tomas Pavek 2015-10-02 12:41:49 UTC
http://hg.netbeans.org/jet-main/rev/3ba654f2b832
Comment 3 Quality Engineering 2015-10-03 03:00:09 UTC
Integrated into 'main-silver', will be available in build *201510030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3ba654f2b832
User: Tomas Pavek <tpavek@netbeans.org>
Log: #248067: while rename dialog for a component is opened, form might be reloaded on background due to an external change