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 223504

Summary: NullPointerException: The newName parameter cannot be null
Product: java Reporter: emiddio <emiddio>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED WONTFIX    
Severity: normal CC: bartvdc, KhArtNJava
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196274
Attachments: stacktrace
stacktrace
stacktrace

Description emiddio 2012-12-07 21:08:33 UTC
Build: NetBeans IDE Dev (Build 201212030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException: The newName parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.refactoring.api.SingleCopyRefactoring.setNewName(SingleCopyRefactoring.java:124)
   at org.netbeans.modules.refactoring.java.ui.CopyClassRefactoringUI.setupRefactoring(CopyClassRefactoringUI.java:142)
   at org.netbeans.modules.refactoring.java.ui.CopyClassRefactoringUI.checkParameters(CopyClassRefactoringUI.java:137)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel.stateChanged(ParametersPanel.java:935)
   at org.netbeans.modules.refactoring.java.ui.MoveClassPanel.fireChange(MoveClassPanel.java:227)
Comment 1 emiddio 2012-12-07 21:08:35 UTC
Created attachment 129067 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-01-20 09:21:44 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=196274
Comment 3 Exceptions Reporter 2015-03-23 16:37:09 UTC
Created attachment 152795 [details]
stacktrace

asdasd
Comment 4 Exceptions Reporter 2015-08-21 13:11:13 UTC
Created attachment 155528 [details]
stacktrace

NullPointerException: The newName parameter cannot be null
Comment 5 Martin Balin 2016-07-07 07:17:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss