Project Coin precise rethrow support

This commit is contained in:
Roman Shevchenko
2011-03-17 15:42:36 +01:00
parent 084c70b827
commit 91c7d40078
10 changed files with 469 additions and 58 deletions

View File

@@ -107,8 +107,6 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
doTest(false, false);
}
public void testDiamondMisc() throws Exception {
doTest(false, false);
}
@@ -205,4 +203,8 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testUncheckedGenericsArrayCreation() throws Exception {
doTest(true, false);
}
public void testPreciseRethrow() throws Exception {
doTest(false, false);
}
}