Add quick fix to replace all 'class object's in project

This commit is contained in:
Pavel V. Talanov
2015-03-06 20:25:21 +03:00
parent 81f9d34d1a
commit a701cb2bd9
8 changed files with 153 additions and 5 deletions
@@ -181,6 +181,8 @@ change.to.function.invocation=Change to function invocation
migrate.sure=Replace sure() calls by !! in project
migrate.class.object.to.default=Replace 'class' keyword with 'default' modifier
migrate.class.object.to.default.family=Replace 'class' Keyword with 'default' Modifier
migrate.class.object.to.default.in.whole.project=Replace 'class' keyword with 'default' modifier in whole project
migrate.class.object.to.default.in.whole.project.family=Replace 'class' Keyword with 'default' Modifier in Whole Project
remove.val.var.from.parameter=Remove ''{0}'' from parameter
add.override.to.equals.hashCode.toString=Add 'override' to equals, hashCode, toString in project
add.when.else.branch.action.family.name=Add Else Branch