tree: d50b85f83c01abde77f8334e9fb76e88736532cd [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. addValOrVar/
  15. addWhenRemainingBranches/
  16. anonymousFunctionToLambda/
  17. branched/
  18. changeVisibility/
  19. chop/
  20. conventionNameCalls/
  21. convertArrayParameterToVararg/
  22. convertAssertToIf/
  23. convertBinaryExpressionWithDemorgansLaw/
  24. convertBlockCommentToLineComment/
  25. convertCamelCaseTestFunctionToSpaced/
  26. convertClassToSealedClass/
  27. convertEnumToSealedClass/
  28. convertForEachToForLoop/
  29. convertFunctionToProperty/
  30. convertFunctionTypeParameterToReceiver/
  31. convertFunctionTypeReceiverToParameter/
  32. convertIfWithThrowToAssert/
  33. convertLambdaToReference/
  34. convertLineCommentToBlockComment/
  35. convertNegatedBooleanSequence/
  36. convertObjectLiteralToClass/
  37. convertParameterToReceiver/
  38. convertPrimaryConstructorToSecondary/
  39. convertPropertyInitializerToGetter/
  40. convertPropertyToFunction/
  41. convertRangeCheckToTwoComparisons/
  42. convertReceiverToParameter/
  43. convertReferenceToLambda/
  44. convertSealedClassToEnum/
  45. convertSecondaryConstructorToPrimary/
  46. convertToApply/
  47. convertToBlockBody/
  48. convertToConcatenatedString/
  49. convertToForEachFunctionCall/
  50. convertToRawStringTemplate/
  51. convertToRun/
  52. convertToStringTemplate/
  53. convertToWith/
  54. convertTryFinallyToUseCall/
  55. convertTwoComparisonsToRangeCheck/
  56. convertUnsafeCastCallToUnsafeCast/
  57. convertUnsafeCastToUnsafeCastCall/
  58. convertVarargParameterToArray/
  59. copyConcatenatedStringToClipboard/
  60. declarations/
  61. destructuringInLambda/
  62. destructuringVariables/
  63. foldInitializerAndIfToElvis/
  64. implementAbstractMember/
  65. implementAsConstructorParameter/
  66. importAllMembers/
  67. importMember/
  68. indentRawString/
  69. infixCallToOrdinary/
  70. insertCurlyBracesToTemplate/
  71. insertExplicitTypeArguments/
  72. introduceBackingProperty/
  73. introduceVariable/
  74. invertIfCondition/
  75. iterateExpression/
  76. iterationOverMap/
  77. joinArgumentList/
  78. joinDeclarationAndAssignment/
  79. joinParameterList/
  80. lambdaToAnonymousFunction/
  81. loopToCallChain/
  82. mergeIfs/
  83. moveDeclarationToSeparateFile/
  84. moveLambdaInsideParentheses/
  85. moveMemberToTopLevel/
  86. moveOutOfCompanion/
  87. movePropertyToClassBody/
  88. movePropertyToConstructor/
  89. moveToCompanion/
  90. nullableBooleanEqualityCheckToElvis/
  91. objectLiteralToLambda/
  92. operatorToFunction/
  93. reconstructTypeInCastOrIs/
  94. removeArgumentName/
  95. removeBraces/
  96. removeCurlyBracesFromTemplate/
  97. removeEmptyClassBody/
  98. removeEmptyParenthesesFromLambdaCall/
  99. removeEmptyPrimaryConstructor/
  100. removeEmptySecondaryConstructorBody/
  101. removeExplicitLambdaParameterTypes/
  102. removeExplicitSuperQualifier/
  103. removeExplicitType/
  104. removeExplicitTypeArguments/
  105. removeForLoopIndices/
  106. removeLabeledReturnInLambda/
  107. removeRedundantCallsOfConversionMethods/
  108. removeSingleExpressionStringTemplate/
  109. removeUnnecessaryParentheses/
  110. replaceAddWithPlusAssign/
  111. replaceExplicitFunctionLiteralParamWithIt/
  112. replaceItWithExplicitFunctionLiteralParam/
  113. replaceMathMaxWithCoerceAtLeast/
  114. replaceMathMinWithCoerceAtMost/
  115. replaceSingleLineLetIntention/
  116. replaceSizeCheckWithIsNotEmpty/
  117. replaceSizeZeroCheckWithIsEmpty/
  118. replaceSubstringWithDropLast/
  119. replaceSubstringWithIndexingOperation/
  120. replaceSubstringWithSubstringAfter/
  121. replaceSubstringWithSubstringBefore/
  122. replaceSubstringWithTake/
  123. replaceUnderscoreWithParameterName/
  124. replaceUntilWithRangeTo/
  125. replaceWithOrdinaryAssignment/
  126. simplifyBooleanWithConstants/
  127. specifyExplicitLambdaSignature/
  128. specifyTypeExplicitly/
  129. specifyTypeExplicitlyInDestructuringAssignment/
  130. splitIf/
  131. swapBinaryExpression/
  132. swapStringEqualsIgnoreCase/
  133. toInfixCall/
  134. toOrdinaryStringLiteral/
  135. toRawStringLiteral/
  136. usePropertyAccessSyntax/
  137. useWithIndex/
  138. valToObject/