forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[23] JEP 455 - Exhaustiveness of Switch eclipse-jdt#2869
+ improve test coverage + Fixes for WIDENING_AND_NARROWING_PRIMITIVE_CONVERSION - must be checked before individual narrowing or widening - pattern doesn't cover its type + Implement remaining routes in InstanceOfExpression.generateTypeCheck() + those are unconditionally exact
- Loading branch information
1 parent
bd29a9f
commit 7f70a85
Showing
3 changed files
with
113 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters