tree: 91f4a8d18bf153ce07754bb8ebc7b97b90319af9 [path history] [tgz]
  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. expandBooleanExpression/
  68. implementAbstractMember/
  69. implementAsConstructorParameter/
  70. importAllMembers/
  71. importMember/
  72. indentRawString/
  73. infixCallToOrdinary/
  74. insertCurlyBracesToTemplate/
  75. insertExplicitTypeArguments/
  76. introduceBackingProperty/
  77. introduceImportAlias/
  78. introduceVariable/
  79. invertIfCondition/
  80. iterateExpression/
  81. iterationOverMap/
  82. joinArgumentList/
  83. joinDeclarationAndAssignment/
  84. joinParameterList/
  85. lambdaToAnonymousFunction/
  86. loopToCallChain/
  87. mergeElseIf/
  88. mergeIfs/
  89. moveDeclarationToSeparateFile/
  90. moveLambdaInsideParentheses/
  91. moveMemberToTopLevel/
  92. moveOutOfCompanion/
  93. movePropertyToClassBody/
  94. movePropertyToConstructor/
  95. moveToCompanion/
  96. nullableBooleanEqualityCheckToElvis/
  97. objectLiteralToLambda/
  98. operatorToFunction/
  99. reconstructTypeInCastOrIs/
  100. removeArgumentName/
  101. removeBraces/
  102. removeConstructorKeyword/
  103. removeEmptyClassBody/
  104. removeEmptyParenthesesFromLambdaCall/
  105. removeEmptyPrimaryConstructor/
  106. removeEmptySecondaryConstructorBody/
  107. removeExplicitLambdaParameterTypes/
  108. removeExplicitSuperQualifier/
  109. removeExplicitType/
  110. removeExplicitTypeArguments/
  111. removeForLoopIndices/
  112. removeLabeledReturnInLambda/
  113. removeRedundantCallsOfConversionMethods/
  114. removeSingleExpressionStringTemplate/
  115. removeUnnecessaryParentheses/
  116. renameClassToContainingFileName/
  117. replaceAddWithPlusAssign/
  118. replaceExplicitFunctionLiteralParamWithIt/
  119. replaceItWithExplicitFunctionLiteralParam/
  120. replaceMapGetOrDefault/
  121. replaceSizeCheckWithIsNotEmpty/
  122. replaceSizeZeroCheckWithIsEmpty/
  123. replaceUnderscoreWithParameterName/
  124. replaceUntilWithRangeTo/
  125. replaceWithOrdinaryAssignment/
  126. samConversionToAnonymousObject/
  127. simplifyBooleanWithConstants/
  128. specifyExplicitLambdaSignature/
  129. specifyTypeExplicitly/
  130. specifyTypeExplicitlyInDestructuringAssignment/
  131. splitIf/
  132. swapBinaryExpression/
  133. swapStringEqualsIgnoreCase/
  134. toInfixCall/
  135. toOrdinaryStringLiteral/
  136. toRawStringLiteral/
  137. trailingComma/
  138. underscoresInNumericLiteral/
  139. usePropertyAccessSyntax/
  140. useWithIndex/
  141. valToObject/