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

Summary: NoSuchMethodError: org.netbeans.cnd.api.lexer.CndLexerUtilities.getDefaultFilter(Lorg/netbeans/api/lexer/Language;Ljavax/swing/text/Document;)Lorg/netbeans/cnd/api/lexer/Filter;
Product: cnd Reporter: benisonbesra
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229373
Attachments: stacktrace

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.