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 218190 - NPE in APTPredefinedMacroMap
Summary: NPE in APTPredefinedMacroMap
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 08:37 UTC by Vladimir Kvashin
Modified: 2012-09-14 02:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack (2.03 KB, text/plain)
2012-09-12 08:37 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2012-09-12 08:37:18 UTC
Created attachment 124216 [details]
stack

NPE in APTPredefinedMacroMap in inaccuracy tests:

 java.lang.NullPointerException
org.netbeans.modules.cnd.apt.impl.support.APTPredefinedMacroMap.isDefined(APTPredefinedMacroMap.java:95)
org.netbeans.modules.cnd.apt.impl.support.APTPredefinedMacroMap.getMacro(APTPredefinedMacroMap.java:110)
...
Comment 1 Egor Ushakov 2012-09-13 14:43:25 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/b1542f11b1e5
Comment 2 Quality Engineering 2012-09-14 02:09:44 UTC
Integrated into 'main-golden', will be available in build *201209140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b1542f11b1e5
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #218190 - NPE in APTPredefinedMacroMap