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

Summary: AssertionError at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebuggingTransport.sendCommand
Product: web Reporter: Petr Jiricka <pjiricka>
Component: Live HTMLAssignee: David Konecny <dkonecny>
Status: RESOLVED WORKSFORME    
Severity: normal CC: vriha
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191093
Attachments: stacktrace

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.