Alexey A. Efimov Mon, 25 Mar 2002 03:10:30 -0800
Imagine that I have method foo(List list)
In JSP:
<% List list = new ArayList(); o.foo(|<Ctrl+Shift+Space>); %>
The result is:
<% List list = new ArayList(); o.foo(list);); %>
Doubled ");"