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 216076 - AssertionError at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebuggingTransport.sendCommand
Summary: AssertionError at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebugg...
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: Live HTML (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
: 216195 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-27 15:16 UTC by Petr Jiricka
Modified: 2015-02-04 03:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191093


Attachments
stacktrace (2.55 KB, text/plain)
2012-07-27 15:16 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-07-27 15:16:08 UTC
Build: NetBeans IDE Dev (Build EaselCSS-393-on-20120727)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

User Comments:
pjiricka: Testing my application in Chrome with the Chrome plugin installed, then I closed the tab.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebuggingTransport.sendCommand(WebKitDebuggingTransport.java:62)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper.sendCommand(TransportHelper.java:92)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.doCommand(Debugger.java:156)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.resume(Debugger.java:148)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.recordDocumentChange(Debugger.java:351)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.access$100(Debugger.java:70)
Comment 1 Petr Jiricka 2012-07-27 15:16:10 UTC
Created attachment 122469 [details]
stacktrace
Comment 2 Petr Jiricka 2012-08-28 12:19:42 UTC
Does this really belong to Live HTML? Do we need a new category in BZ for this code?
Comment 3 David Konecny 2012-08-28 22:23:57 UTC
Because of Debugger.recordDocumentChange(Debugger.java:351) this is LiveHTML issue.
Comment 4 Marian Mirilovic 2012-10-26 14:38:00 UTC
*** Bug 216195 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2015-02-04 03:36:20 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.