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 252007 - AbstractMethodError: org.netbeans.modules.html.angular.model.AngularModuleInterceptor.intercept(Lorg/netbeans/modules/parsing/api/Snapshot;Ljava/lang/String;Lorg/netbeans/modules/javascript2/editor/mo
Summary: AbstractMethodError: org.netbeans.modules.html.angular.model.AngularModuleInt...
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: 2015-04-23 07:05 UTC by elennaro
Modified: 2015-04-24 02:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212496


Attachments
stacktrace (2.94 KB, text/plain)
2015-04-23 07:05 UTC, elennaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2015-04-23 07:05:27 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
elennaro: Editing js file

GUEST: open netbeans

GUEST: searching

GUEST: du

GUEST: Sorry, but I don't know how to reproduce the error :(

GUEST: edit a js file

GUEST: searching

GUEST: editing .js file

GUEST: cannot reprodyce

GUEST: Cannot reproduce

GUEST: send a bug

GUEST: onload or reload javascript editor

GUEST: edit javascript file in javascript library project




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.html.angular.model.AngularModuleInterceptor.intercept(Lorg/netbeans/modules/parsing/api/Snapshot;Ljava/lang/String;Lorg/netbeans/modules/javascript2/editor/model/JsObject;Lorg/netbeans/modules/javascript2/editor/model/DeclarationScope;Lorg/netbeans/modules/javascript2/editor/spi/model/ModelElementFactory;Ljava/util/Collection;)Ljava/util/Collection;
   at org.netbeans.modules.javascript2.editor.model.Model.getModelVisitor(Model.java:195)
   at org.netbeans.modules.javascript2.editor.model.Model.resolve(Model.java:521)
   at org.netbeans.modules.javascript2.editor.JsStructureScanner.scan(JsStructureScanner.java:88)
   at org.netbeans.modules.csl.navigation.ElementScanningTask$1.run(ElementScanningTask.java:172)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
Comment 1 elennaro 2015-04-23 07:05:30 UTC
Created attachment 153313 [details]
stacktrace
Comment 2 Petr Pisl 2015-04-23 11:55:02 UTC
I increased version of all modules that use javascript2.editor api. Should be ok now.
Comment 3 elennaro 2015-04-23 12:14:43 UTC
Thanks, will wait for daily update.
Comment 4 Quality Engineering 2015-04-24 02:45:16 UTC
Integrated into 'main-silver', will be available in build *201504240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fa7c6dee4577
User: Petr Pisl <ppisl@netbeans.org>
Log: #252007 - AbstractMethodError: org.netbeans.modules.html.angular.model.AngularModuleInterceptor.intercept...