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 269541 - [newcodemodel] IllegalArgumentException: No enum constant org.netbeans.modules.cnd.apt.impl.support.clank.APTToClankCompilationDB.LanguageFlavor.CPP
Summary: [newcodemodel] IllegalArgumentException: No enum constant org.netbeans.module...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: NO82
Depends on:
Blocks:
 
Reported: 2017-01-12 18:26 UTC by tbrunhoff
Modified: 2017-03-30 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227667


Attachments
stacktrace (2.39 KB, text/plain)
2017-01-12 18:26 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2017-01-12 18:26:55 UTC
Build: NetBeans IDE Dev (Build 201701090001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
tbrunhoff: starting up the ide.




Stacktrace: 
java.lang.IllegalArgumentException: No enum constant org.netbeans.modules.cnd.apt.impl.support.clank.APTToClankCompilationDB.LanguageFlavor.CPP
   at java.lang.Enum.valueOf(Enum.java:238)
   at org.netbeans.modules.cnd.apt.impl.support.clank.APTToClankCompilationDB$LanguageFlavor.valueOf(APTToClankCompilationDB.java:185)
   at org.netbeans.modules.cnd.apt.impl.support.clank.APTToClankCompilationDB.getLangStd(APTToClankCompilationDB.java:240)
   at org.netbeans.modules.cnd.apt.impl.support.clank.APTToClankCompilationDB.createEntry(APTToClankCompilationDB.java:113)
   at org.netbeans.modules.cnd.apt.impl.support.clank.APTToClankCompilationDB.convertPPHandler(APTToClankCompilationDB.java:91)
   at org.netbeans.modules.cnd.apt.impl.support.clank.ClankDriverImpl.preprocessImpl(ClankDriverImpl.java:143)
Comment 1 tbrunhoff 2017-01-12 18:26:58 UTC
Created attachment 163383 [details]
stacktrace
Comment 2 Alexander Simon 2017-03-29 08:21:41 UTC
Bug is reproduced in development build only.