tree: 72be8b336e48bce75a78adc13c5766e9abfeabf0 [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. addOperatorModifier/
  14. addPropertyAccessors/
  15. addThrowsAnnotation/
  16. addValOrVar/
  17. addWhenRemainingBranches/
  18. anonymousFunctionToLambda/
  19. branched/
  20. changeVisibility/
  21. chop/
  22. conventionNameCalls/
  23. convertArrayParameterToVararg/
  24. convertAssertToIf/
  25. convertBinaryExpressionWithDemorgansLaw/
  26. convertBlockCommentToLineComment/
  27. convertCamelCaseTestFunctionToSpaced/
  28. convertClassToSealedClass/
  29. convertCollectionConstructorToFunction/
  30. convertEnumToSealedClass/
  31. convertForEachToForLoop/
  32. convertFunctionToProperty/
  33. convertFunctionTypeParameterToReceiver/
  34. convertFunctionTypeReceiverToParameter/
  35. convertIfWithThrowToAssert/
  36. convertLambdaToReference/
  37. convertLateinitPropertyToNullable/
  38. convertLineCommentToBlockComment/
  39. convertNegatedBooleanSequence/
  40. convertNullablePropertyToLateinit/
  41. convertObjectLiteralToClass/
  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. convertTrimIndentToTrimMargin/
  60. convertTrimMarginToTrimIndent/
  61. convertTryFinallyToUseCall/
  62. convertTwoComparisonsToRangeCheck/
  63. convertUnsafeCastCallToUnsafeCast/
  64. convertUnsafeCastToUnsafeCastCall/
  65. convertVarargParameterToArray/
  66. copyConcatenatedStringToClipboard/
  67. declarations/
  68. destructuringInLambda/
  69. destructuringVariables/
  70. foldInitializerAndIfToElvis/
  71. implementAbstractMember/
  72. implementAsConstructorParameter/
  73. importAllMembers/
  74. importMember/
  75. indentRawString/
  76. infixCallToOrdinary/
  77. insertCurlyBracesToTemplate/
  78. insertExplicitTypeArguments/
  79. introduceBackingProperty/
  80. introduceImportAlias/
  81. introduceVariable/
  82. invertIfCondition/
  83. iterateExpression/
  84. iterationOverMap/
  85. joinArgumentList/
  86. joinDeclarationAndAssignment/
  87. joinParameterList/
  88. lambdaToAnonymousFunction/
  89. loopToCallChain/
  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. removeCurlyBracesFromTemplate/
  106. removeEmptyClassBody/
  107. removeEmptyParenthesesFromLambdaCall/
  108. removeEmptyPrimaryConstructor/
  109. removeEmptySecondaryConstructorBody/
  110. removeExplicitLambdaParameterTypes/
  111. removeExplicitSuperQualifier/
  112. removeExplicitType/
  113. removeExplicitTypeArguments/
  114. removeForLoopIndices/
  115. removeLabeledReturnInLambda/
  116. removeRedundantCallsOfConversionMethods/
  117. removeSingleExpressionStringTemplate/
  118. removeUnnecessaryParentheses/
  119. renameClassToContainingFileName/
  120. replaceAddWithPlusAssign/
  121. replaceExplicitFunctionLiteralParamWithIt/
  122. replaceItWithExplicitFunctionLiteralParam/
  123. replaceMathMaxWithCoerceAtLeast/
  124. replaceMathMinWithCoerceAtMost/
  125. replaceSingleLineLetIntention/
  126. replaceSizeCheckWithIsNotEmpty/
  127. replaceSizeZeroCheckWithIsEmpty/
  128. replaceSubstringWithDropLast/
  129. replaceSubstringWithIndexingOperation/
  130. replaceSubstringWithSubstringAfter/
  131. replaceSubstringWithSubstringBefore/
  132. replaceSubstringWithTake/
  133. replaceUnderscoreWithParameterName/
  134. replaceUntilWithRangeTo/
  135. replaceWithOrdinaryAssignment/
  136. samConversionToAnonymousObject/
  137. simplifyBooleanWithConstants/
  138. specifyExplicitLambdaSignature/
  139. specifyTypeExplicitly/
  140. specifyTypeExplicitlyInDestructuringAssignment/
  141. splitIf/
  142. swapBinaryExpression/
  143. swapStringEqualsIgnoreCase/
  144. toInfixCall/
  145. toOrdinaryStringLiteral/
  146. toRawStringLiteral/
  147. underscoresInNumericLiteral/
  148. usePropertyAccessSyntax/
  149. useWithIndex/
  150. valToObject/