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