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 - NullPointerException: The newName parameter cannot be null
Summary: NullPointerException: The newName parameter cannot be null
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 21:08 UTC by emiddio
Modified: 2016-07-07 07:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196274


Attachments
stacktrace (5.06 KB, text/plain)
2012-12-07 21:08 UTC, emiddio
Details
stacktrace (5.13 KB, text/plain)
2015-03-23 16:37 UTC, Exceptions Reporter
Details
stacktrace (5.06 KB, text/plain)
2015-08-21 13:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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