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 262152 - NullPointerException at org.netbeans.modules.cnd.modelimpl.content.file.FileComponent.<init>
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.content.file.FileC...
Status: RESOLVED DUPLICATE of bug 258071
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 15:42 UTC by Exceptions Reporter
Modified: 2016-07-13 11:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224119


Attachments
stacktrace (3.71 KB, text/plain)
2016-05-19 15:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-19 15:42:49 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b07, Java(TM) SE Runtime Environment, 1.7.0_80-ea-b05
OS: Windows 8

User Comments:
GUEST: Start up netbeans 8.1

GUEST: Startup netbeans 8.1




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.content.file.FileComponent.<init>(FileComponent.java:69)
   at org.netbeans.modules.cnd.modelimpl.content.file.FileComponentMacros.<init>(FileComponentMacros.java:100)
   at org.netbeans.modules.cnd.modelimpl.content.file.FileContent.getHardReferenceBasedCopy(FileContent.java:179)
   at org.netbeans.modules.cnd.modelimpl.parser.spi.TokenStreamProducer.create(TokenStreamProducer.java:104)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.createAndCacheFullTokenStream(FileImpl.java:1225)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getTokenStream(FileImpl.java:1301)
Comment 1 Exceptions Reporter 2016-05-19 15:42:52 UTC
Created attachment 159814 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-13 11:20:57 UTC

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