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