Revert back Inspection: convert initialized val to non-null type

Relates to ^KT-35757
Relates to ^KT-19321
This commit is contained in:
Vladimir Dolzhenko
2020-09-09 23:36:41 +02:00
parent 12ebd429bc
commit 6f03e42ef7
13 changed files with 1 additions and 152 deletions
@@ -1,5 +0,0 @@
<html>
<body>
This inspection reports nullable type of initialized 'val' should be converted into non-nullable type.
</body>
</html>
@@ -1359,8 +1359,6 @@ condition.is.always.0=Condition is always ''{0}''
remove.fix.text=Delete expression
simplify.fix.text=Simplify expression
0.has.empty.body=''{0}'' has empty body
initialized.val.should.be.converted.to.non.null.type=Initialized ''val'' should be converted to non-null type
convert.initialized.val.to.non.null.type.quick.fix.text=Convert initialized ''val'' to non-null type
convert.na.n.equality.quick.fix.text=Replace with 'isNaN()'
equality.check.with.nan.should.be.replaced.with.isnan=Equality check with NaN should be replaced with 'isNaN()'
convert.pair.constructor.to.to.fix.text=Convert to 'to'
@@ -2001,7 +1999,7 @@ action.ConfigureKotlinJsInProject.text=Configure Kotlin (JavaScript) in Project
action.ConfigureKotlinInProject.text=Configure Kotlin in Project
action.KotlinConsoleREPL.text=Kotlin REPL
action.LibraryToSourceDependencySupportToggleAction.text=Toggle library to source dependency support
inspection.convert.initialized.val.to.non.null.type.display.name=Convert initialized 'val' to non-null type
inspection.unused.unary.operator.display.name=Unused unary operator
inspection.incomplete.destructuring.declaration.display.name=Incomplete destructuring declaration
inspection.replace.guard.clause.with.function.call.display.name=Replace guard clause with kotlin's function call