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 247863 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 13:57 UTC by arksoft
Modified: 2015-08-08 02:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212632


Attachments
stacktrace (1.75 KB, text/plain)
2014-10-10 13:57 UTC, arksoft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arksoft 2014-10-10 13:57:42 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
arksoft: Just starting up NetBeans




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:95)
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.findExtensible(ProjectClassPathModifier.java:366)
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.removeRoots(ProjectClassPathModifier.java:225)
   at org.netbeans.modules.projectimport.eclipse.core.spi.ProjectFactorySupport.removeOldItemFromClassPath(ProjectFactorySupport.java:428)
   at org.netbeans.modules.projectimport.eclipse.core.spi.ProjectFactorySupport.synchronizeProjectClassPath(ProjectFactorySupport.java:157)
   at org.netbeans.modules.projectimport.eclipse.j2se.J2SEProjectFactory.update(J2SEProjectFactory.java:179)
Comment 1 arksoft 2014-10-10 13:57:48 UTC
Created attachment 149837 [details]
stacktrace
Comment 2 Tomas Zezula 2015-08-06 17:39:40 UTC
Fixed jet-main 8ad78d641b61
Comment 3 Quality Engineering 2015-08-08 02:02:37 UTC
Integrated into 'main-silver', will be available in build *201508080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8ad78d641b61
User: Tomas Zezula <tzezula@netbeans.org>
Log: #247863:NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)