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 270807 - NoSuchMethodError: org.netbeans.cnd.api.lexer.CndLexerUtilities.getDefaultFilter(Lorg/netbeans/api/lexer/Language;Ljavax/swing/text/Document;)Lorg/netbeans/cnd/api/lexer/Filter;
Summary: NoSuchMethodError: org.netbeans.cnd.api.lexer.CndLexerUtilities.getDefaultFil...
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-05 15:58 UTC by benisonbesra
Modified: 2017-06-19 08:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229373


Attachments
stacktrace (1.54 KB, text/plain)
2017-06-05 15:58 UTC, benisonbesra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description benisonbesra 2017-06-05 15:58:21 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
benisonbesra: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.cnd.api.lexer.CndLexerUtilities.getDefaultFilter(Lorg/netbeans/api/lexer/Language;Ljavax/swing/text/Document;)Lorg/netbeans/cnd/api/lexer/Filter;
   at org.netbeans.modules.cnd.editor.cplusplus.CCKit.getFilter(CCKit.java:113)
   at org.netbeans.modules.cnd.editor.cplusplus.CCKit.getLexerAttributes(CCKit.java:108)
   at org.netbeans.modules.cnd.editor.cplusplus.CCKit.initDocument(CCKit.java:96)
   at org.netbeans.editor.BaseDocument.init(BaseDocument.java:573)
   at org.netbeans.editor.BaseDocument.<init>(BaseDocument.java:528)
   at org.netbeans.editor.GuardedDocument.<init>(GuardedDocument.java:166)
Comment 1 benisonbesra 2017-06-05 15:58:23 UTC
Created attachment 164468 [details]
stacktrace
Comment 2 Alexander Simon 2017-06-19 08:42:06 UTC
C/C++ was partly updated.
Try to reinstall/re-update NetBeans.