tree: 6fa3f381e2ab0294715b3bc6945248cf273fe609 [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. mergeElseIf/
  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. removeConstructorKeyword/
  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. renameClassToContainingFileName/
  114. replaceAddWithPlusAssign/
  115. replaceExplicitFunctionLiteralParamWithIt/
  116. replaceItWithExplicitFunctionLiteralParam/
  117. replaceMapGetOrDefault/
  118. replaceSizeCheckWithIsNotEmpty/
  119. replaceSizeZeroCheckWithIsEmpty/
  120. replaceUnderscoreWithParameterName/
  121. replaceUntilWithRangeTo/
  122. replaceWithOrdinaryAssignment/
  123. samConversionToAnonymousObject/
  124. simplifyBooleanWithConstants/
  125. specifyExplicitLambdaSignature/
  126. specifyTypeExplicitly/
  127. specifyTypeExplicitlyInDestructuringAssignment/
  128. splitIf/
  129. swapBinaryExpression/
  130. swapStringEqualsIgnoreCase/
  131. toInfixCall/
  132. toOrdinaryStringLiteral/
  133. toRawStringLiteral/
  134. underscoresInNumericLiteral/
  135. usePropertyAccessSyntax/
  136. useWithIndex/
  137. valToObject/