BUG: JDeveloper 11G - \" inside string
610520Oct 14 2008 — edited Oct 15 2008Hi!
Taste the difference:
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"+
+"http://www.w3.org/TR/html4/loose.dtd">+
+<%@ page contentType="text/html;charset=windows-1251"%>+
+<html>+
+ <head>+
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"/>+
+ <title>test</title>+
+ </head>+
+<% String s=true?"onload=('top.location.replace(\"test.jsp\");')":""; %>;+
+ <body <%=true?"onload=('top.location.replace(\"{color:#ff0000}_test.jsp\");')":""_{color}%>>+
+ </body>+
+</html>+
Why JDeveloper editor show error on second variant?