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