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