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 62768 - Failure in UndoRenamePackageTest
Summary: Failure in UndoRenamePackageTest
Status: CLOSED DUPLICATE of bug 62636
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-08-22 12:38 UTC by Milan Kubec
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (1.74 KB, text/plain)
2005-08-22 12:40 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-08-22 12:38:00 UTC
[dev-200508181800, JDK 1.4.2_08]

Passed null to FileOwnerQuery.getOwner(FileObject) error message from test:
org.netbeans.test.refactoring.undomanager.UndoRenamePackageTest

java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
	at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:59)
	at
org.netbeans.modules.apisupport.refactoring.NbRenameRefactoringPlugin.prepare(NbRenameRefactoringPlugin.java:104)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:281)
	at
org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:146)
...
Comment 1 Milan Kubec 2005-08-22 12:40:35 UTC
Created attachment 24121 [details]
exc stack trace
Comment 2 Jan Becicka 2005-08-22 13:50:41 UTC

*** This issue has been marked as a duplicate of 62636 ***
Comment 3 Milan Kubec 2005-08-29 16:27:48 UTC
V/C