Quick fix "Add remaining when branches" with some tests

This commit is contained in:
Mikhail Glukhikh
2016-01-11 18:37:21 +03:00
parent 44b07d8dfa
commit 8b6156abd6
11 changed files with 162 additions and 3 deletions
@@ -150,6 +150,8 @@ 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
add.when.else.branch.action=Add else branch
add.when.remaining.branches.action.family.name=Add remaining branches
add.when.remaining.branches.action=Add remaining branches
move.when.else.branch.to.the.end.action=Move else branch to the end
move.when.else.branch.to.the.end.family.name=Move else branch to the end
change.to.property.name.family.name=Change to property name