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 248118 - AbstractMethodError: org.netbeans.modules.html.angular.model.AngularModuleInterceptor.intercept(Ljava/lang/String;Lorg/netbeans/modules/javascript2/editor/model/JsObject;Lorg/netbeans/modules/javascri
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: 2014-10-22 17:59 UTC by MrJxN
Modified: 2014-10-23 09:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212491


Attachments
stacktrace (1.82 KB, text/plain)
2014-10-22 17:59 UTC, MrJxN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MrJxN 2014-10-22 17:59:10 UTC
Build: NetBeans IDE Dev (Build 201410010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
mrjxn: sdv

GUEST: start up

GUEST: .

GUEST: c

GUEST: Nothing special, editing sass file

GUEST: opening js

carsonm: Double-clicked a file in Projects view to open in editor.  The file was a javascript source.

GUEST: /

GUEST: Writing node.js module

GUEST: <Please provide a description of the problem or the steps to reproduce>5

GUEST: ??




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.html.angular.model.AngularModuleInterceptor.intercept(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.getGlobalObject(Model.java:503)
   at org.netbeans.modules.javascript2.editor.model.OccurrencesSupport.getOccurrence(OccurrencesSupport.java:68)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesFinderImpl.findOccurrenceRanges(OccurrencesFinderImpl.java:157)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesFinderImpl.run(OccurrencesFinderImpl.java:98)
   at org.netbeans.modules.javascript2.editor.navigation.OccurrencesFinderImpl.run(OccurrencesFinderImpl.java:72)
Comment 1 MrJxN 2014-10-22 17:59:12 UTC
Created attachment 150062 [details]
stacktrace
Comment 2 Petr Pisl 2014-10-23 09:35:01 UTC
Already fixed.