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 243946 - AbstractMethodError: org.netbeans.modules.web.inspect.webkit.WebKitPageModel$1.styleSheetAdded(Lorg/netbeans/modules/web/webkit/debugging/api/css/StyleSheetHeader;)V
Summary: AbstractMethodError: org.netbeans.modules.web.inspect.webkit.WebKitPageModel$...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
: 247205 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-04-20 10:32 UTC by Maksim Khramov
Modified: 2014-09-17 12:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209168


Attachments
stacktrace (4.91 KB, text/plain)
2014-04-20 10:32 UTC, Maksim Khramov
Details
stacktrace (4.90 KB, text/plain)
2014-05-08 10:42 UTC, Aeline
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-04-20 10:32:53 UTC
Build: NetBeans IDE Dev (Build 201404060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
mkhramov: Debugging AngularJS controller script.
Set breakpoint on some line.
Run app with Chrome with connector




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.web.inspect.webkit.WebKitPageModel$1.styleSheetAdded(Lorg/netbeans/modules/web/webkit/debugging/api/css/StyleSheetHeader;)V
   at org.netbeans.modules.web.webkit.debugging.api.css.CSS.notifyStyleSheetAdded(CSS.java:478)
   at org.netbeans.modules.web.webkit.debugging.api.css.CSS.handleStyleSheetAdded(CSS.java:512)
   at org.netbeans.modules.web.webkit.debugging.api.css.CSS$Callback.handleResponse(CSS.java:645)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper.notifyListeners(TransportHelper.java:164)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper.access$200(TransportHelper.java:69)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper$Callback.handleResponse(TransportHelper.java:291)
Comment 1 Maksim Khramov 2014-04-20 10:32:55 UTC
Created attachment 146845 [details]
stacktrace
Comment 2 Exceptions Reporter 2014-05-05 11:06:20 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=209168
Comment 3 Aeline 2014-05-08 10:42:48 UTC
Created attachment 147179 [details]
stacktrace

Running my angular project
Comment 4 Jan Stola 2014-07-03 09:37:59 UTC
This issue is a consequence of the fix of issue 243853. When I fixed issue 243853 then I increased the specification version of web.webkit.debugging and requested this version in web.inspect. Unfortunately, I forgot to increase the spec. version of web.inspect, see https://hg.netbeans.org/web-main/rev/a82a45f3570e
Hence, when NetBeans modules were updated then web.webkit.debugging got updated but web.inspect remained old, i.e., the CSS.Listener in web.inspect was missing an implementation of styleSheetAdded.

I have just increased the spec. version of web.inspect to fix this issue.

Modified file: http://hg.netbeans.org/web-main/rev/a4111ba03536
Comment 5 Jan Stola 2014-09-17 12:44:14 UTC
*** Bug 247205 has been marked as a duplicate of this bug. ***