This is fixed in the build #637. Thanks.
-- Valentin Kipiatkov JetBrains, Inc http://www.intellij.com "Develop with pleasure!" "Carlos Costa e Silva" <[EMAIL PROTECTED]> wrote in message ah5dpb$vkq$[EMAIL PROTECTED]">news:ah5dpb$vkq$[EMAIL PROTECTED]... > Win2k sp2, jdk1.4.0_01, idea #636. > > void test() { > String test; > int index; > > assert test.charAt(index) == '_' || Character.isLetter(test.charAt(index)) > : "x"; > } > > Result when extracting the test expression in the assertion: > > void test() { > String test; > int index; > > assert extracted() : "x"; > } > > private boolean extracted() { > return test.charAt(index) == '_' || > Character.isLetter(test.charAt(index)); > } > > > Carlos > > -- > Carlos Costa e Silva <[EMAIL PROTECTED]> > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
