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 230051 - NullPointerException: The fo parameter cannot be null
Summary: NullPointerException: The fo parameter cannot be null
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 13:47 UTC by sreimers
Modified: 2013-05-21 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200795


Attachments
stacktrace (1.32 KB, text/plain)
2013-05-21 13:47 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2013-05-21 13:47:23 UTC
Build: NetBeans IDE Dev (Build 201305152300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b32, Java(TM) SE Runtime Environment, 1.8.0-ea-b90
OS: Windows 7

User Comments:
sreimers: Running suite




Stacktrace: 
java.lang.NullPointerException: The fo parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.openide.filesystems.FileUtil.getArchiveFile(FileUtil.java:1801)
   at com.ndsatcom.ndd.bsys.suite.NDDSourceForBinaryQueryImplementation.findSourceRoots(NDDSourceForBinaryQueryImplementation.java:39)
   at org.netbeans.modules.java.project.ProjectSourceForBinaryQuery.findSourceRoots(ProjectSourceForBinaryQuery.java:71)
   at org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots(SourceForBinaryQuery.java:96)
   at org.netbeans.api.java.classpath.GlobalPathRegistry.getSourceRoots(GlobalPathRegistry.java:336)
Comment 1 sreimers 2013-05-21 13:47:24 UTC
Created attachment 134687 [details]
stacktrace
Comment 2 Tomas Zezula 2013-05-21 14:12:43 UTC
The problem is in:
com.ndsatcom.ndd.bsys.suite.NDDSourceForBinaryQueryImplementation.findSourceRoots
which is some 3rd party module. Please report the issue on it.