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 184468 - NullPointerException at org.netbeans.modules.javafx.refactoring.impl.RefactoringActionsProvider.canRename
Summary: NullPointerException at org.netbeans.modules.javafx.refactoring.impl.Refactor...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
: 184127 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-19 14:51 UTC by Oleg Khokhlov
Modified: 2010-05-14 10:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168218


Attachments
stacktrace (3.17 KB, text/plain)
2010-04-19 14:51 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2010-04-19 14:51:38 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004182356)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b06
OS: Windows XP

User Comments:
ovk: clicked Refactor->Rename with opened new MobileApplication (JavaFX)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx.refactoring.impl.RefactoringActionsProvider.canRename(RefactoringActionsProvider.java:195)
   at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.doRename(ActionsImplementationFactory.java:76)
   at org.netbeans.modules.refactoring.spi.impl.RenameAction.performAction(RenameAction.java:62)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringGlobalAction.performAction(RefactoringGlobalAction.java:132)
   at org.openide.util.actions.NodeAction.performAction(NodeAction.java:297)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:126)
Comment 1 Oleg Khokhlov 2010-04-19 14:51:43 UTC
Created attachment 97637 [details]
stacktrace
Comment 2 J Bachorik 2010-04-20 08:00:46 UTC
fixed http://hg.netbeans.org/javafx/rev/bb4110ba8df4
Comment 3 J Bachorik 2010-04-20 10:13:19 UTC
*** Bug 184127 has been marked as a duplicate of this bug. ***
Comment 4 Alexandr Scherbatiy 2010-05-14 10:33:21 UTC
verified in netbeans-trunk-nightly-201005132200-javafx-full-windows.exe