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 215577 - AssertionError at org.netbeans.modules.javascript2.editor.formatter.FormatVisitor.handleVirtualBlock
Summary: AssertionError at org.netbeans.modules.javascript2.editor.formatter.FormatVis...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 09:26 UTC by Petr Jiricka
Modified: 2012-09-04 07:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190774


Attachments
stacktrace (7.45 KB, text/plain)
2012-07-16 09:26 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-16 09:26:37 UTC
Build: NetBeans IDE Dev (Build EaselCSS-328-on-20120713)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b04, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b13
OS: Mac OS X

User Comments:
pjiricka: Formatting fixurl.js file from the Mobile Boilerplate template.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.javascript2.editor.formatter.FormatVisitor.handleVirtualBlock(FormatVisitor.java:572)
   at org.netbeans.modules.javascript2.editor.formatter.FormatVisitor.handleWhile(FormatVisitor.java:532)
   at org.netbeans.modules.javascript2.editor.formatter.FormatVisitor.visit(FormatVisitor.java:168)
   at com.oracle.nashorn.ir.ForNode.accept(ForNode.java:81)
   at com.oracle.nashorn.ir.Block.accept(Block.java:219)
   at com.oracle.nashorn.ir.ExecuteNode.accept(ExecuteNode.java:78)
Comment 1 Petr Jiricka 2012-07-16 09:26:41 UTC
Created attachment 122052 [details]
stacktrace
Comment 2 Petr Jiricka 2012-07-16 09:29:41 UTC
The file is: http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js
Comment 3 Petr Hejl 2012-09-04 07:20:28 UTC
No assertion for me with recent trunk.