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