tree: 4b860eafaf856af725c8bd7eaf6bbc6f956fa7c5 [path history] [tgz]
  1. addBraces/
  2. addConstModifier/
  3. addForLoopIndices/
  4. addJvmOverloads/
  5. addMissingDestructuring/
  6. addNamesToCallArguments/
  7. addNameToArgument/
  8. addOpenModifier/
  9. addOperatorModifier/
  10. addValOrVar/
  11. anonymousFunctionToLambda/
  12. branched/
  13. changeVisibility/
  14. conventionNameCalls/
  15. convertAssertToIf/
  16. convertCamelCaseTestFunctionToSpaced/
  17. convertEnumToSealedClass/
  18. convertForEachToForLoop/
  19. convertFunctionToProperty/
  20. convertFunctionTypeParameterToReceiver/
  21. convertFunctionTypeReceiverToParameter/
  22. convertIfWithThrowToAssert/
  23. convertLambdaToReference/
  24. convertNegatedBooleanSequence/
  25. convertNegatedExpressionWithDemorgansLaw/
  26. convertObjectLiteralToClass/
  27. convertParameterToReceiver/
  28. convertPrimaryConstructorToSecondary/
  29. convertPropertyInitializerToGetter/
  30. convertPropertyToFunction/
  31. convertRangeCheckToTwoComparisons/
  32. convertReceiverToParameter/
  33. convertReferenceToLambda/
  34. convertSealedClassToEnum/
  35. convertSecondaryConstructorToPrimary/
  36. convertToApply/
  37. convertToBlockBody/
  38. convertToConcatenatedString/
  39. convertToExpressionBody/
  40. convertToForEachFunctionCall/
  41. convertToRawStringTemplate/
  42. convertToRun/
  43. convertToStringTemplate/
  44. convertToWith/
  45. convertTryFinallyToUseCall/
  46. convertTwoComparisonsToRangeCheck/
  47. copyConcatenatedStringToClipboard/
  48. declarations/
  49. deprecatedCallableAddReplaceWith/
  50. destructuringInLambda/
  51. destructuringVariables/
  52. foldInitializerAndIfToElvis/
  53. implementAbstractMember/
  54. implementAsConstructorParameter/
  55. importAllMembers/
  56. importMember/
  57. infixCallToOrdinary/
  58. insertCurlyBracesToTemplate/
  59. insertExplicitTypeArguments/
  60. introduceBackingProperty/
  61. introduceVariable/
  62. invertIfCondition/
  63. iterateExpression/
  64. iterationOverMap/
  65. joinDeclarationAndAssignment/
  66. loopToCallChain/
  67. mergeIfs/
  68. moveLambdaInsideParentheses/
  69. moveLambdaOutsideParentheses/
  70. moveOutOfCompanion/
  71. movePropertyToClassBody/
  72. movePropertyToConstructor/
  73. moveToCompanion/
  74. objectLiteralToLambda/
  75. operatorToFunction/
  76. reconstructTypeInCastOrIs/
  77. removeArgumentName/
  78. removeAtFromAnnotationArgument/
  79. removeBraces/
  80. removeCurlyBracesFromTemplate/
  81. removeEmptyClassBody/
  82. removeEmptyParenthesesFromLambdaCall/
  83. removeEmptyPrimaryConstructor/
  84. removeEmptySecondaryConstructorBody/
  85. removeExplicitLambdaParameterTypes/
  86. removeExplicitSuperQualifier/
  87. removeExplicitType/
  88. removeExplicitTypeArguments/
  89. removeForLoopIndices/
  90. removeRedundantCallsOfConversionMethods/
  91. removeSingleExpressionStringTemplate/
  92. removeUnnecessaryParentheses/
  93. replaceArrayEqualityOpWithArraysEquals/
  94. replaceExplicitFunctionLiteralParamWithIt/
  95. replaceItWithExplicitFunctionLiteralParam/
  96. replaceMathMaxWithCoerceAtLeast/
  97. replaceMathMinWithCoerceAtMost/
  98. replaceRangeToWithUntil/
  99. replaceSingleLineLetIntention/
  100. replaceSizeCheckWithIsNotEmpty/
  101. replaceSizeZeroCheckWithIsEmpty/
  102. replaceSubstringWithDropLast/
  103. replaceSubstringWithSubstringAfter/
  104. replaceSubstringWithSubstringBefore/
  105. replaceSubstringWithTake/
  106. replaceUnderscoreWithParameterName/
  107. replaceUntilWithRangeTo/
  108. replaceWithOperatorAssignment/
  109. replaceWithOrdinaryAssignment/
  110. simplifyAssertNotNull/
  111. simplifyBooleanWithConstants/
  112. simplifyNegatedBinaryExpression/
  113. specifyExplicitLambdaSignature/
  114. specifyTypeExplicitly/
  115. splitIf/
  116. swapBinaryExpression/
  117. toInfixCall/
  118. toOrdinaryStringLiteral/
  119. toRawStringLiteral/
  120. usePropertyAccessSyntax/
  121. useWithIndex/
  122. valToObject/