mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EnhancedSwitchBackwardMigrationInspection: fix names
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Reports 'switch' statements, which can be replaced with enhanced 'switch' statement or expression.
|
||||
</p>
|
||||
Reports 'switch' statements, which can be replaced with enhanced 'switch' statement or expression.
|
||||
|
||||
<p>Available if the language level is at least Java 12 Preview.</p>
|
||||
<!-- tooltip end -->
|
||||
<p><small>New in 2019.1</small></p>
|
||||
|
||||
@@ -1034,7 +1034,7 @@ inspection.switch.expression.migration.inspection.if.name=If statement can be re
|
||||
inspection.replace.with.switch.expression.fix.name=Replace with 'switch' expression
|
||||
inspection.replace.with.enhanced.switch.statement.fix.name=Replace with enhanced 'switch' statement
|
||||
|
||||
inspection.switch.expression.backward.migration.inspection.name='switch' expression can be replaced with old style 'switch' statement
|
||||
inspection.switch.expression.backward.migration.inspection.name=New style 'switch' can be replaced with old style one
|
||||
inspection.switch.expression.backward.expression.migration.inspection.name='switch' expression can be replaced with old style 'switch' statement
|
||||
inspection.switch.expression.backward.statement.migration.inspection.name='switch' statement can be replaced with old style 'switch' statement
|
||||
inspection.replace.with.old.style.switch.statement.fix.name=Replace with old style 'switch' statement
|
||||
|
||||
Reference in New Issue
Block a user