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 254400 - [newcodemodel] NullPointerException at org.netbeans.modules.cnd.apt.utils.APTCommentsFilter.nextToken
Summary: [newcodemodel] NullPointerException at org.netbeans.modules.cnd.apt.utils.APT...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-16 14:04 UTC by Exceptions Reporter
Modified: 2015-09-30 01:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219168


Attachments
stacktrace (1.93 KB, text/plain)
2015-08-16 14:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-16 14:04:19 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8.1

User Comments:
GUEST: Editting a c++ program in the IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.apt.utils.APTCommentsFilter.nextToken(APTCommentsFilter.java:68)
   at org.netbeans.modules.cnd.apt.utils.APTCommentsFilter.nextToken(APTCommentsFilter.java:57)
   at org.netbeans.modules.cnd.modelimpl.parser.clank.ClankFileInfoQuerySupport.expand(ClankFileInfoQuerySupport.java:99)
   at org.netbeans.modules.cnd.modelimpl.impl.services.MacroExpansionDocProviderImpl.expand(MacroExpansionDocProviderImpl.java:447)
   at org.netbeans.modules.cnd.api.model.services.CsmMacroExpansion.expand(CsmMacroExpansion.java:174)
   at org.netbeans.modules.cnd.debugger.common2.debugger.MacroSupport.expandMacro(MacroSupport.java:68)
Comment 1 Exceptions Reporter 2015-08-16 14:04:21 UTC
Created attachment 155370 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-09-29 10:23:50 UTC
http://hg.netbeans.org/cnd-main/rev/3a1ce499b9f9
Comment 3 Quality Engineering 2015-09-30 01:19:51 UTC
Integrated into 'main-silver', will be available in build *201509300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3a1ce499b9f9
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #254400 - [newcodemodel] NullPointerException at org.netbeans.modules.cnd.apt.utils.APTCommentsFilter.nextToken