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