tree: 9130500259cb7b9a9e0b65c537d13f22f876da4e [path history] [tgz]
  1. addBraces/
  2. addConstModifier/
  3. addForLoopIndices/
  4. addJvmOverloads/
  5. addJvmStatic/
  6. addMissingDestructuring/
  7. addNamesToCallArguments/
  8. addNameToArgument/
  9. addOpenModifier/
  10. addOperatorModifier/
  11. addPropertyAccessors/
  12. addValOrVar/
  13. anonymousFunctionToLambda/
  14. branched/
  15. changeVisibility/
  16. chop/
  17. conventionNameCalls/
  18. convertAssertToIf/
  19. convertBinaryExpressionWithDemorgansLaw/
  20. convertCamelCaseTestFunctionToSpaced/
  21. convertClassToSealedClass/
  22. convertEnumToSealedClass/
  23. convertForEachToForLoop/
  24. convertFunctionToProperty/
  25. convertFunctionTypeParameterToReceiver/
  26. convertFunctionTypeReceiverToParameter/
  27. convertIfWithThrowToAssert/
  28. convertLambdaToReference/
  29. convertNegatedBooleanSequence/
  30. convertObjectLiteralToClass/
  31. convertParameterToReceiver/
  32. convertPrimaryConstructorToSecondary/
  33. convertPropertyInitializerToGetter/
  34. convertPropertyToFunction/
  35. convertRangeCheckToTwoComparisons/
  36. convertReceiverToParameter/
  37. convertReferenceToLambda/
  38. convertSealedClassToEnum/
  39. convertSecondaryConstructorToPrimary/
  40. convertToApply/
  41. convertToBlockBody/
  42. convertToConcatenatedString/
  43. convertToForEachFunctionCall/
  44. convertToRawStringTemplate/
  45. convertToRun/
  46. convertToStringTemplate/
  47. convertToWith/
  48. convertTryFinallyToUseCall/
  49. convertTwoComparisonsToRangeCheck/
  50. copyConcatenatedStringToClipboard/
  51. declarations/
  52. deprecatedCallableAddReplaceWith/
  53. destructuringInLambda/
  54. destructuringVariables/
  55. foldInitializerAndIfToElvis/
  56. implementAbstractMember/
  57. implementAsConstructorParameter/
  58. importAllMembers/
  59. importMember/
  60. infixCallToOrdinary/
  61. insertCurlyBracesToTemplate/
  62. insertExplicitTypeArguments/
  63. introduceBackingProperty/
  64. introduceVariable/
  65. invertIfCondition/
  66. iterateExpression/
  67. iterationOverMap/
  68. joinDeclarationAndAssignment/
  69. loopToCallChain/
  70. mergeIfs/
  71. moveLambdaInsideParentheses/
  72. moveLambdaOutsideParentheses/
  73. moveMemberToTopLevel/
  74. moveOutOfCompanion/
  75. movePropertyToClassBody/
  76. movePropertyToConstructor/
  77. moveToCompanion/
  78. nullableBooleanEqualityCheckToElvis/
  79. objectLiteralToLambda/
  80. operatorToFunction/
  81. reconstructTypeInCastOrIs/
  82. removeArgumentName/
  83. removeBraces/
  84. removeCurlyBracesFromTemplate/
  85. removeEmptyClassBody/
  86. removeEmptyParenthesesFromLambdaCall/
  87. removeEmptyPrimaryConstructor/
  88. removeEmptySecondaryConstructorBody/
  89. removeExplicitLambdaParameterTypes/
  90. removeExplicitSuperQualifier/
  91. removeExplicitType/
  92. removeExplicitTypeArguments/
  93. removeForLoopIndices/
  94. removeRedundantCallsOfConversionMethods/
  95. removeSingleExpressionStringTemplate/
  96. removeUnnecessaryParentheses/
  97. replaceAddWithPlusAssign/
  98. replaceExplicitFunctionLiteralParamWithIt/
  99. replaceItWithExplicitFunctionLiteralParam/
  100. replaceMathMaxWithCoerceAtLeast/
  101. replaceMathMinWithCoerceAtMost/
  102. replaceSingleLineLetIntention/
  103. replaceSizeCheckWithIsNotEmpty/
  104. replaceSizeZeroCheckWithIsEmpty/
  105. replaceSubstringWithDropLast/
  106. replaceSubstringWithIndexingOperation/
  107. replaceSubstringWithSubstringAfter/
  108. replaceSubstringWithSubstringBefore/
  109. replaceSubstringWithTake/
  110. replaceUnderscoreWithParameterName/
  111. replaceUntilWithRangeTo/
  112. replaceWithOrdinaryAssignment/
  113. simplifyBooleanWithConstants/
  114. specifyExplicitLambdaSignature/
  115. specifyTypeExplicitly/
  116. specifyTypeExplicitlyInDestructuringAssignment/
  117. splitIf/
  118. swapBinaryExpression/
  119. swapStringEqualsIgnoreCase/
  120. toInfixCall/
  121. toOrdinaryStringLiteral/
  122. toRawStringLiteral/
  123. usePropertyAccessSyntax/
  124. useWithIndex/
  125. valToObject/