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 247753 - AbstractMethodError: org.netbeans.modules.javascript2.jquery.model.JQueryModelInterceptor.interceptGlobal(Lorg/netbeans/modules/javascript2/editor/spi/model/ModelElementFactory;Lorg/openide/filesystem
Summary: AbstractMethodError: org.netbeans.modules.javascript2.jquery.model.JQueryMode...
Status: RESOLVED DUPLICATE of bug 247685
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-07 07:03 UTC by magicdevel
Modified: 2014-10-16 19:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212297


Attachments
stacktrace (3.08 KB, text/plain)
2014-10-07 07:03 UTC, magicdevel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description magicdevel 2014-10-07 07:03:15 UTC
Build: NetBeans IDE Dev (Build 201409150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Launched Netbeans, had one project open, with one javascript file open.  Saw a notification that this exception occurred.

GUEST: .

GUEST: Start IDE and got this error.

GUEST: Click on tab to change edited file.

GUEST: .

GUEST: open Js

GUEST: I am not sure what it is.

magicdevel: Open a js-file in a project.

GUEST: opening js




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.javascript2.jquery.model.JQueryModelInterceptor.interceptGlobal(Lorg/netbeans/modules/javascript2/editor/spi/model/ModelElementFactory;Lorg/openide/filesystems/FileObject;)Ljava/util/Collection;
   at org.netbeans.modules.javascript2.editor.model.impl.ModelExtender.getExtendingGlobalObjects(ModelExtender.java:127)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypeFromExpression(ModelUtils.java:818)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveTypes(ModelUtils.java:1148)
   at org.netbeans.modules.javascript2.editor.JsStructureScanner$JsSimpleStructureItem.<init>(JsStructureScanner.java:624)
   at org.netbeans.modules.javascript2.editor.JsStructureScanner.getEmbededItems(JsStructureScanner.java:178)
   at org.netbeans.modules.javascript2.editor.JsStructureScanner.getEmbededItems(JsStructureScanner.java:157)
Comment 1 magicdevel 2014-10-07 07:03:18 UTC
Created attachment 149757 [details]
stacktrace
Comment 2 Exceptions Reporter 2014-10-08 06:24:04 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=212297
Comment 3 Petr Pisl 2014-10-16 19:29:05 UTC

*** This bug has been marked as a duplicate of bug 247685 ***