tree: 067b487c076572ba4feca7d1f6003cc735aa18f9 [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. convertLambdaToReference/
  33. convertLateinitPropertyToNullable/
  34. convertLazyPropertyToOrdinary/
  35. convertLineCommentToBlockComment/
  36. convertNullablePropertyToLateinit/
  37. convertObjectLiteralToClass/
  38. convertOrdinaryPropertyToLazy/
  39. convertParameterToReceiver/
  40. convertPrimaryConstructorToSecondary/
  41. convertPropertyGetterToInitializer/
  42. convertPropertyInitializerToGetter/
  43. convertPropertyToFunction/
  44. convertRangeCheckToTwoComparisons/
  45. convertReceiverToParameter/
  46. convertReferenceToLambda/
  47. convertSealedClassToEnum/
  48. convertSecondaryConstructorToPrimary/
  49. convertSnakeCaseTestFunctionToSpaced/
  50. convertToBlockBody/
  51. convertToConcatenatedString/
  52. convertToForEachFunctionCall/
  53. convertToRawStringTemplate/
  54. convertToScope/
  55. convertToStringTemplate/
  56. convertTryFinallyToUseCall/
  57. convertTwoComparisonsToRangeCheck/
  58. convertUnsafeCastCallToUnsafeCast/
  59. convertUnsafeCastToUnsafeCastCall/
  60. convertVarargParameterToArray/
  61. copyConcatenatedStringToClipboard/
  62. declarations/
  63. destructuringInLambda/
  64. destructuringVariables/
  65. implementAbstractMember/
  66. implementAsConstructorParameter/
  67. importAllMembers/
  68. importMember/
  69. indentRawString/
  70. infixCallToOrdinary/
  71. insertCurlyBracesToTemplate/
  72. insertExplicitTypeArguments/
  73. introduceBackingProperty/
  74. introduceImportAlias/
  75. introduceVariable/
  76. invertIfCondition/
  77. iterateExpression/
  78. iterationOverMap/
  79. joinArgumentList/
  80. joinDeclarationAndAssignment/
  81. joinParameterList/
  82. lambdaToAnonymousFunction/
  83. loopToCallChain/
  84. mergeIfs/
  85. moveDeclarationToSeparateFile/
  86. moveLambdaInsideParentheses/
  87. moveMemberToTopLevel/
  88. moveOutOfCompanion/
  89. movePropertyToClassBody/
  90. movePropertyToConstructor/
  91. moveToCompanion/
  92. nullableBooleanEqualityCheckToElvis/
  93. objectLiteralToLambda/
  94. operatorToFunction/
  95. reconstructTypeInCastOrIs/
  96. removeArgumentName/
  97. removeBraces/
  98. removeConstructorKeyword/
  99. removeEmptyClassBody/
  100. removeEmptyParenthesesFromLambdaCall/
  101. removeEmptyPrimaryConstructor/
  102. removeEmptySecondaryConstructorBody/
  103. removeExplicitLambdaParameterTypes/
  104. removeExplicitSuperQualifier/
  105. removeExplicitType/
  106. removeExplicitTypeArguments/
  107. removeForLoopIndices/
  108. removeLabeledReturnInLambda/
  109. removeRedundantCallsOfConversionMethods/
  110. removeSingleExpressionStringTemplate/
  111. removeUnnecessaryParentheses/
  112. renameClassToContainingFileName/
  113. replaceAddWithPlusAssign/
  114. replaceExplicitFunctionLiteralParamWithIt/
  115. replaceItWithExplicitFunctionLiteralParam/
  116. replaceSizeCheckWithIsNotEmpty/
  117. replaceSizeZeroCheckWithIsEmpty/
  118. replaceUnderscoreWithParameterName/
  119. replaceUntilWithRangeTo/
  120. replaceWithOrdinaryAssignment/
  121. samConversionToAnonymousObject/
  122. simplifyBooleanWithConstants/
  123. specifyExplicitLambdaSignature/
  124. specifyTypeExplicitly/
  125. specifyTypeExplicitlyInDestructuringAssignment/
  126. splitIf/
  127. swapBinaryExpression/
  128. swapStringEqualsIgnoreCase/
  129. toInfixCall/
  130. toOrdinaryStringLiteral/
  131. toRawStringLiteral/
  132. underscoresInNumericLiteral/
  133. usePropertyAccessSyntax/
  134. useWithIndex/
  135. valToObject/