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