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 105958 - NPE when moving class
Summary: NPE when moving class
Status: RESOLVED DUPLICATE of bug 105960
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 02:58 UTC by _ sandipchitale
Modified: 2007-08-14 12:36 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 _ sandipchitale 2007-06-07 02:58:52 UTC
Steps:

1. Drag and drop a class from one ppackage to another.

java.lang.NullPointerException
	at org.netbeans.modules.refactoring.spi.impl.UndoWatcher.watch
(UndoWatcher.java:53)
	at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$8.run
(ParametersPanel.java:332)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:964)
Comment 1 Jan Becicka 2007-06-08 07:28:24 UTC

*** This issue has been marked as a duplicate of 105960 ***