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 258019

Summary: AssertionError: Read null FileSystem from code model persistence for fileSystemIndexInLayer == 0
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222560
Attachments: stacktrace

Description Alexander Simon 2016-02-16 16:20:07 UTC
Build: NetBeans IDE Dev (Build 20160216-1f8265fbe2be)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: SunOS

User Comments:
alexvsimon: restart IDE




Stacktrace: 
java.lang.AssertionError: Read null FileSystem from code model persistence for fileSystemIndexInLayer == 0
   at org.netbeans.modules.cnd.repository.storage.Storage$FSReadConverterImpl.layerToClient(Storage.java:1070)
   at org.netbeans.modules.cnd.repository.storage.data.RepositoryDataInputStream.readFileSystem(RepositoryDataInputStream.java:131)
   at org.netbeans.modules.cnd.apt.support.api.StartEntry.<init>(StartEntry.java:101)
   at org.netbeans.modules.cnd.apt.impl.support.APTIncludeHandlerImpl$StateImpl.<init>(APTIncludeHandlerImpl.java:302)
   at org.netbeans.modules.cnd.apt.utils.APTSerializeUtils.readIncludeState(APTSerializeUtils.java:260)
   at org.netbeans.modules.cnd.apt.impl.support.APTPreprocHandlerImpl$StateImpl.<init>(APTPreprocHandlerImpl.java:411)
Comment 1 Alexander Simon 2016-02-16 16:20:08 UTC
Created attachment 158524 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-08 14:55:53 UTC

*** This bug has been marked as a duplicate of bug 256686 ***