tree: 2d0d6cb22ba7eb9764559fcfa6efb89551941834 [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. convertCamelCaseTestFunctionToSpaced/
  14. convertForEachToForLoop/
  15. convertFunctionToProperty/
  16. convertIfWithThrowToAssert/
  17. convertLambdaToReference/
  18. convertNegatedBooleanSequence/
  19. convertNegatedExpressionWithDemorgansLaw/
  20. convertParameterToReceiver/
  21. convertPrimaryConstructorToSecondary/
  22. convertPropertyInitializerToGetter/
  23. convertPropertyToFunction/
  24. convertReceiverToParameter/
  25. convertSecondaryConstructorToPrimary/
  26. convertToBlockBody/
  27. convertToConcatenatedString/
  28. convertToExpressionBody/
  29. convertToForEachFunctionCall/
  30. convertToStringTemplate/
  31. copyConcatenatedStringToClipboard/
  32. declarations/
  33. deprecatedCallableAddReplaceWith/
  34. destructuringVariables/
  35. foldInitializerAndIfToElvis/
  36. implementAbstractMember/
  37. implementAsConstructorParameter/
  38. importAllMembers/
  39. importMember/
  40. infixCallToOrdinary/
  41. insertCurlyBracesToTemplate/
  42. insertExplicitTypeArguments/
  43. introduceBackingProperty/
  44. introduceVariable/
  45. invertIfCondition/
  46. iterateExpression/
  47. iterationOverMap/
  48. loopToCallChain/
  49. moveAssignmentToInitializer/
  50. moveLambdaInsideParentheses/
  51. moveLambdaOutsideParentheses/
  52. moveOutOfCompanion/
  53. moveToCompanion/
  54. objectLiteralToLambda/
  55. operatorToFunction/
  56. reconstructTypeInCastOrIs/
  57. removeArgumentName/
  58. removeAtFromAnnotationArgument/
  59. removeBraces/
  60. removeCurlyBracesFromTemplate/
  61. removeEmptyClassBody/
  62. removeEmptyParenthesesFromLambdaCall/
  63. removeExplicitLambdaParameterTypes/
  64. removeExplicitSuperQualifier/
  65. removeExplicitType/
  66. removeExplicitTypeArguments/
  67. removeForLoopIndices/
  68. removeRedundantCallsOfConversionMethods/
  69. removeSingleExpressionStringTemplate/
  70. removeUnnecessaryParentheses/
  71. replaceArrayEqualityOpWithArraysEquals/
  72. replaceExplicitFunctionLiteralParamWithIt/
  73. replaceItWithExplicitFunctionLiteralParam/
  74. replaceMathMaxWithCoerceAtLeast/
  75. replaceMathMinWithCoerceAtMost/
  76. replaceRangeToWithUntil/
  77. replaceSingleLineLetIntention/
  78. replaceSizeCheckWithIsNotEmpty/
  79. replaceSizeZeroCheckWithIsEmpty/
  80. replaceSubstringWithDropLast/
  81. replaceSubstringWithSubstringAfter/
  82. replaceSubstringWithSubstringBefore/
  83. replaceSubstringWithTake/
  84. replaceUntilWithRangeTo/
  85. replaceWithOperatorAssignment/
  86. replaceWithOrdinaryAssignment/
  87. simplifyAssertNotNull/
  88. simplifyBooleanWithConstants/
  89. simplifyNegatedBinaryExpression/
  90. specifyExplicitLambdaSignature/
  91. specifyTypeExplicitly/
  92. splitIf/
  93. swapBinaryExpression/
  94. toInfixCall/
  95. toOrdinaryStringLiteral/
  96. toRawStringLiteral/
  97. usePropertyAccessSyntax/
  98. useWithIndex/