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 251527 - NullPointerException: The FileSystem parameter cannot be null
Summary: NullPointerException: The FileSystem parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
: 251520 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-31 11:37 UTC by jdavidbakr
Modified: 2015-09-27 17:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216475


Attachments
stacktrace (3.42 KB, text/plain)
2015-03-31 11:37 UTC, jdavidbakr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jdavidbakr 2015-03-31 11:37:25 UTC
Build: NetBeans IDE Dev (Build 201503270001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
jdavidbakr: Opened a project group and got this message as files were loading, I guess




Stacktrace: 
java.lang.NullPointerException: The FileSystem parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.getUniqueName(ProjectBase.java:457)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.<init>(ProjectBase.java:183)
   at org.netbeans.modules.cnd.modelimpl.csm.core.LibProjectImpl.<init>(LibProjectImpl.java:88)
   at org.netbeans.modules.cnd.modelimpl.csm.core.LibProjectImpl.createInstance(LibProjectImpl.java:113)
   at org.netbeans.modules.cnd.modelimpl.csm.core.LibraryManager$LibraryEntry.createUID(LibraryManager.java:621)
Comment 1 jdavidbakr 2015-03-31 11:37:27 UTC
Created attachment 152942 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-23 21:29:56 UTC
*** Bug 251520 has been marked as a duplicate of this bug. ***
Comment 3 Vladimir Kvashin 2015-09-25 14:58:07 UTC
http://hg.netbeans.org/cnd-main/rev/0693ea34a3a2
Comment 4 Quality Engineering 2015-09-26 12:58:02 UTC
Integrated into 'main-silver', will be available in build *201509261150* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0693ea34a3a2
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fix (or rather workaround) for #251527 - NullPointerException: The FileSystem parameter cannot be null