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 - NoSuchMethodError: org.netbeans.modules.javascript2.model.api.ModelUtils.wasProcessed(Lorg/netbeans/modules/javascript2/model/api/JsObject;Ljava/util/List;)Z
Summary: NoSuchMethodError: org.netbeans.modules.javascript2.model.api.ModelUtils.wasP...
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-27 01:33 UTC by koyuki1983
Modified: 2016-12-01 16:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227267


Attachments
stacktrace (3.06 KB, text/plain)
2016-11-27 01:33 UTC, koyuki1983
Details

Note You need to log in before you can comment on or make changes to this bug.
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