I selected a portion of code which may throw Exception and SQLException and
IDEA created this code:

        try
        {
                .....
        }
        catch (Exception e)
        {
        }
        catch (SQLException e)
        {
        }

this is obviously isn't right because the second catch section is
unreachable.


--
fedor.

----
Ed Sullivan will be around as long as someone else has talent.
                -- Fred Allen

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

Reply via email to