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 269132

Summary: NoSuchMethodError: org.netbeans.modules.javascript2.model.api.ModelUtils.wasProcessed(Lorg/netbeans/modules/javascript2/model/api/JsObject;Ljava/util/List;)Z
Product: javascript Reporter: koyuki1983
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: archmonster, artur_m
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227267
Attachments: stacktrace

Description koyuki1983 2016-11-27 01:33:21 UTC
Build: NetBeans IDE Dev (Build 201610280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

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

GUEST: php w/ inline js

archmonster: Randomly popping up while editing Twig templates

koyuki1983: cxczxczczxczxc

GUEST: edit javascript file

GUEST: after open javascript file




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.javascript2.model.api.ModelUtils.wasProcessed(Lorg/netbeans/modules/javascript2/model/api/JsObject;Ljava/util/List;)Z
   at org.netbeans.modules.javascript2.editor.JsSemanticAnalyzer.count(JsSemanticAnalyzer.java:147)
   at org.netbeans.modules.javascript2.editor.JsSemanticAnalyzer.run(JsSemanticAnalyzer.java:135)
   at org.netbeans.modules.javascript2.editor.JsSemanticAnalyzer.run(JsSemanticAnalyzer.java:93)
   at org.netbeans.modules.csl.editor.semantic.SemanticHighlighter.process(SemanticHighlighter.java:303)
   at org.netbeans.modules.csl.editor.semantic.SemanticHighlighter.access$000(SemanticHighlighter.java:82)
   at org.netbeans.modules.csl.editor.semantic.SemanticHighlighter$1.run(SemanticHighlighter.java:133)
Comment 1 koyuki1983 2016-11-27 01:33:23 UTC
Created attachment 163038 [details]
stacktrace