Commit Graph

7 Commits

Author SHA1 Message Date
Andrey.Cherkasov 9aa6ff59a6 [java-intentions] SplitSwitchBranchWithSeveralCaseValuesAction: add tests with pattern matching
GitOrigin-RevId: c4684094dc89266895a385cc5095416dc0dab77c
2021-07-21 15:58:43 +00:00
Andrey.Cherkasov ddf363e544 [java-inspections] SplitSwitchBranchWithSeveralCaseValuesAction: support pattern matching
GitOrigin-RevId: 294d9dcaa29b1f2f54ce92c5f66b3e0050fd7562
2021-07-20 13:03:01 +00:00
Roman Ivanov 6371cde54c [java] fix usages after changing PSI structure
earlier we had PsiExpressionList, now it is PsiCaseLabelElementList

GitOrigin-RevId: 14b06afe93d631d12048539704cd6e71efc5d4ef
2021-06-11 17:35:47 +00:00
Pavel Dolgov d9412eba69 Java: Fixed typos in test data file names (IDEA-203895) 2019-02-06 18:40:08 +03:00
Pavel Dolgov cf34272833 Java: More tests for intention to split switch branch with multiple values into separate branches (IDEA-203895) 2019-02-04 12:33:41 +03:00
Pavel Dolgov 4c260c88bc Java: Improvements in intention to split switch branch with multiple values into separate branches (IDEA-203895) 2019-02-01 13:11:28 +03:00
Pavel Dolgov 1bb82a7f5c Java: Intention to split switch branch with multiple values into separate branches (IDEA-203895) 2019-01-30 15:52:26 +03:00