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 45700 - By rechecking issue 44713, I obtained a NPE
Summary: By rechecking issue 44713, I obtained a NPE
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Other
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 44713
  Show dependency tree
 
Reported: 2004-06-29 21:51 UTC by vbrabant
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vbrabant 2004-06-29 21:51:51 UTC
I rechecked the issue 44713 with nb20040628 and
after somes renaming et moving, I obtained the
following message.

At somes moment, I receive the following message:

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.netbeans.modules.refactoring.api.MoveClassRefactoring.setParameters(MoveClassRefactoring.java:557)
	at
org.netbeans.modules.refactoring.ui.MoveClassUI.setParameters(MoveClassUI.java:194)
	at
org.netbeans.modules.refactoring.ui.MoveClassUI.setParameters(MoveClassUI.java:203)
	at
org.netbeans.modules.refactoring.api.ui.ParametersPanel$Prepare.run(ParametersPanel.java:608)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Daniel Prusa 2004-06-30 14:52:43 UTC
Fixed.
Checking in
org/netbeans/modules/refactoring/api/MoveClassRefactoring.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/api/MoveClassRefactoring.java,v
 <--  MoveClassRefactoring.java
new revision: 1.8; previous revision: 1.7