Community
Participate
Working Groups
Created attachment 75368 [details] log Build ID: I20070621-1340 Steps To Reproduce: I was editing Java code by deleting an if stmt inside this try block and the exception appeared. Notice that the outer if stmt has unbalanced parens. if (_x != null) && !y) { try { // if { _x.method(); // } } catch (Exception e) { } } More information:
Can you give more detailed steps? I can't reproduce. Looks like a dup of bug 142715 though.
I agree that we can dup this to the other bug. I am not able to reliably duplicate it.
*** This bug has been marked as a duplicate of bug 142715 ***