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 148785

Summary: C/V test failed. NPE
Product: cnd Reporter: Ivan Sidorkin <ivansidorkin>
Component: -- Other --Assignee: Alexey Vladykin <alexey_vladykin>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/trunk/3923/testReport/
Issue Type: DEFECT Exception Reporter:

Description Ivan Sidorkin 2008-09-30 20:13:53 UTC
java.lang.NullPointerException
	at org.netbeans.modules.cnd.makeproject.MakeProjectFileOwnerQuery.getOwner(MakeProjectFileOwnerQuery.java:76)
	at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:101)
Comment 1 Jesse Glick 2008-09-30 21:13:03 UTC
I at least tried to fix this in #70b6a7a964c7. trunk #3924 should have it.
Comment 2 Alexey Vladykin 2008-09-30 21:24:02 UTC
Jesse, thank you for the fix and sorry for breaking validation tests. I'm verifying the fix now.
Comment 3 Alexey Vladykin 2008-10-06 13:30:15 UTC
*** Issue 149233 has been marked as a duplicate of this issue. ***
Comment 4 Ivan Sidorkin 2008-11-14 08:49:30 UTC
verified