tree: d663b6f525513f1a8a746b04303ecf9297540d60 [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. convertToAlso/
  51. convertToApply/
  52. convertToBlockBody/
  53. convertToConcatenatedString/
  54. convertToForEachFunctionCall/
  55. convertToRawStringTemplate/
  56. convertToRun/
  57. convertToStringTemplate/
  58. convertToWith/
  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. introduceVariable/
  81. invertIfCondition/
  82. iterateExpression/
  83. iterationOverMap/
  84. joinArgumentList/
  85. joinDeclarationAndAssignment/
  86. joinParameterList/
  87. lambdaToAnonymousFunction/
  88. loopToCallChain/
  89. mergeIfs/
  90. moveDeclarationToSeparateFile/
  91. moveLambdaInsideParentheses/
  92. moveMemberToTopLevel/
  93. moveOutOfCompanion/
  94. movePropertyToClassBody/
  95. movePropertyToConstructor/
  96. moveToCompanion/
  97. nullableBooleanEqualityCheckToElvis/
  98. objectLiteralToLambda/
  99. operatorToFunction/
  100. reconstructTypeInCastOrIs/
  101. removeArgumentName/
  102. removeBraces/
  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. usePropertyAccessSyntax/
  145. useWithIndex/
  146. valToObject/