No error is identified by IDEA if I miss a semicolon like below:

String return_type = getMethodTypeFor( getCurrentMethod() )
ClassDoc[] classes = getContext().getRoot().classes();

This is annoying because I run a beautifier on my code before compiling
it and it gives errors, while IDEA should have reported it. It's also
true for missing closing parentheses like this:
      System.out.println( "blabla" ;

Don't you think IDEA should mark it red?

Ara.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to