
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
uname -a
Linux anatoly 2.6.23.14-64.fc7 #1 SMP Sun Jan 20 23:54:08 EST 2008 i686 i686 i386 GNU/Linux
uname -a
Linux anatoly 2.6.23.14-64.fc7 #1 SMP Sun Jan 20 23:54:08 EST 2008 i686 i686 i386 GNU/Linux
|
|
| Build: |
8,243
|
| Severity: |
Medium
|
|
Looks like IDEA gets a bit confused when Java code includes SQL literals. That is, on the below Java statement
res.stmt=pcn.getCnn().prepareCall("begin " + strCallableFn + " end;");
IDEA underlines "begin" in red with tooltip saying 'unexpected BEGIN'.
Screenshot attached.
|
|
Description
|
Looks like IDEA gets a bit confused when Java code includes SQL literals. That is, on the below Java statement
res.stmt=pcn.getCnn().prepareCall("begin " + strCallableFn + " end;");
IDEA underlines "begin" in red with tooltip saying 'unexpected BEGIN'.
Screenshot attached. |
Show » |
| There are no comments yet on this issue.
|
|