Commit Graph

12 Commits

Author SHA1 Message Date
Bas Leijdekkers 333c564c62 Java: even more precise rethrow types (IJ-CR-13170)
GitOrigin-RevId: 34d767e800b3dc24d11fa05e6d237b88b630cb0c
2021-08-23 13:50:58 +00:00
Bas Leijdekkers 735a6e7874 fix precise catch types calculation (IDEA-200795)
fixes false positive in "Redundant throws clause" inspection
fixes bad code is green: unhandled exception

GitOrigin-RevId: 232b2a0086422b5fd5cfb7b7d45c7cbbbb1bd296
2021-08-13 15:07:00 +00:00
Anna.Kozlova 7f4059541a precise rethrow: ensure unreachable catch sections do not participate in precise rethrow 2017-03-08 12:37:00 +01:00
Anna.Kozlova 5f73492b7f fix parenthesis expr during precise rethrow detection 2016-04-04 21:24:28 +02:00
Roman Shevchenko 992d208806 IDEA-103576 (correct processing of unhandled multi-catch exceptions) 2013-03-24 11:24:52 +01:00
Roman Shevchenko f2f3f4898c Fix test data 2012-11-23 23:35:51 +01:00
Roman Shevchenko f5546bc0c0 IDEA-94934 (test case for already fixed issue) 2012-11-23 20:53:34 +01:00
Roman Shevchenko fd09e4393d Cleanup 2012-11-21 15:47:24 +01:00
Roman Shevchenko d2740963e7 IDEA-95437 (separate rethrow types/data flow analysis) 2012-11-21 13:41:15 +01:00
Roman Shevchenko 7111f4ff4f Fix precise type calculation for try-with-resources 2012-10-30 17:01:05 +01:00
Roman Shevchenko ce4ed7a604 Fix precise type calculation for degenerate case 2012-10-30 11:58:55 +01:00
Roman Shevchenko 91c7d40078 Project Coin precise rethrow support 2011-03-17 17:47:38 +01:00