tree: 93df0b56a9444af4ffbf79254c18f2ab784270b9 [path history] [tgz]
  1. addBraces/
  2. addConstModifier/
  3. addForLoopIndices/
  4. addJvmOverloads/
  5. addNameToArgument/
  6. addOperatorModifier/
  7. addValOrVar/
  8. anonymousFunctionToLambda/
  9. branched/
  10. changeVisibility/
  11. conventionNameCalls/
  12. convertAssertToIf/
  13. convertForEachToForLoop/
  14. convertFunctionToProperty/
  15. convertIfWithThrowToAssert/
  16. convertNegatedBooleanSequence/
  17. convertNegatedExpressionWithDemorgansLaw/
  18. convertParameterToReceiver/
  19. convertPropertyInitializerToGetter/
  20. convertPropertyToFunction/
  21. convertReceiverToParameter/
  22. convertToBlockBody/
  23. convertToConcatenatedString/
  24. convertToExpressionBody/
  25. convertToForEachFunctionCall/
  26. convertToStringTemplate/
  27. declarations/
  28. deprecatedCallableAddReplaceWith/
  29. ifNullToElvis/
  30. implementAbstractMember/
  31. implementAsConstructorParameter/
  32. importAllMembers/
  33. importMember/
  34. infixCallToOrdinary/
  35. insertCurlyBracesToTemplate/
  36. insertExplicitTypeArguments/
  37. introduceBackingProperty/
  38. introduceVariable/
  39. invertIfCondition/
  40. iterateExpression/
  41. iterationOverMap/
  42. moveAssignmentToInitializer/
  43. moveLambdaInsideParentheses/
  44. moveLambdaOutsideParentheses/
  45. moveOutOfCompanion/
  46. moveToCompanion/
  47. objectLiteralToLambda/
  48. operatorToFunction/
  49. reconstructTypeInCastOrIs/
  50. removeArgumentName/
  51. removeBraces/
  52. removeCurlyBracesFromTemplate/
  53. removeExplicitLambdaParameterTypes/
  54. removeExplicitSuperQualifier/
  55. removeExplicitType/
  56. removeExplicitTypeArguments/
  57. removeForLoopIndices/
  58. removeUnnecessaryParentheses/
  59. replaceExplicitFunctionLiteralParamWithIt/
  60. replaceItWithExplicitFunctionLiteralParam/
  61. replaceSubstringWithDropLast/
  62. replaceSubstringWithSubstringAfter/
  63. replaceSubstringWithSubstringBefore/
  64. replaceSubstringWithTake/
  65. replaceWithOperatorAssignment/
  66. replaceWithOrdinaryAssignment/
  67. simplifyAssertNotNull/
  68. simplifyBooleanWithConstants/
  69. simplifyNegatedBinaryExpression/
  70. specifyExplicitLambdaSignature/
  71. specifyTypeExplicitly/
  72. splitIf/
  73. swapBinaryExpression/
  74. toInfixCall/
  75. toOrdinaryStringLiteral/
  76. toRawStringLiteral/
  77. usePropertyAccessSyntax/