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 262842 - AbstractMethodError at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor
Summary: AbstractMethodError at org.netbeans.modules.javascript2.editor.model.Model.ge...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-17 17:13 UTC by Exceptions Reporter
Modified: 2016-07-18 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225273


Attachments
stacktrace (5.39 KB, text/plain)
2016-07-17 17:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-07-17 17:13:13 UTC
This bug was originally marked as duplicate of bug 247685, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
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:
GUEST: Init error




Stacktrace: 
java.lang.AbstractMethodError
   at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor(Model.java:195)
   at org.netbeans.modules.javascript2.editor.model.Model.getGlobalObject(Model.java:503)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.index(JsIndexer.java:105)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:248)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:296)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:246)
Comment 1 Exceptions Reporter 2016-07-17 17:13:15 UTC
Created attachment 160415 [details]
stacktrace
Comment 2 Petr Pisl 2016-07-18 13:00:05 UTC
Should be fixed in dev builds.