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 62636 - Refactoring unit test failing because of NPE from apisupport.refactoring
Summary: Refactoring unit test failing because of NPE from apisupport.refactoring
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: REGRESSION, TEST
: 62768 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-19 07:27 UTC by Jan Becicka
Modified: 2006-02-14 17:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (1.72 KB, text/plain)
2005-08-19 07:29 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2005-08-19 07:27:59 UTC
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)

This regression started in build 200508181800.
You can run refactoring tests simply by
cd refactoring/test
ant
Comment 1 Jan Becicka 2005-08-19 07:29:48 UTC
Created attachment 24065 [details]
NPE
Comment 2 Milos Kleint 2005-08-19 08:26:32 UTC
should be fixed now.
Comment 3 Jan Becicka 2005-08-22 13:50:40 UTC
*** Issue 62768 has been marked as a duplicate of this issue. ***
Comment 4 pzajac 2005-11-22 10:01:11 UTC
The exception has not thrown from refactoring unittests