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

Summary: Failure in UndoRenamePackageTest
Product: editor Reporter: Milan Kubec <mkubec>
Component: RefactoringAssignee: issues@java <issues>
Status: CLOSED DUPLICATE    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: exc stack trace

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