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