tree: c91206349e018459a1c76ab27666542eb40c8b1d
  1. AddActivityToManifest/
  2. AddAnnotationUseSiteTargetIntention/
  3. AddBracesIntention/
  4. AddBroadcastReceiverToManifest/
  5. AddConstModifierIntention/
  6. AddForLoopIndicesIntention/
  7. AddJvmOverloadsIntention/
  8. AddJvmStaticIntention/
  9. AddLabeledReturnInLambdaIntention/
  10. AddMissingDestructuringIntention/
  11. AddNamesToCallArgumentsIntention/
  12. AddNameToArgumentIntention/
  13. AddOpenModifierIntention/
  14. AddOperatorModifierIntention/
  15. AddPropertyAccessorsIntention/
  16. AddPropertyGetterIntention/
  17. AddPropertySetterIntention/
  18. AddServiceToManifest/
  19. AddThrowsAnnotationIntention/
  20. AddValVarToConstructorParameterActionIntention/
  21. AddWhenRemainingBranchesIntention/
  22. AnonymousFunctionToLambdaIntention/
  23. ChangePackageIntention/
  24. ChangeVisibilityModifierIntentionInternal/
  25. ChangeVisibilityModifierIntentionPrivate/
  26. ChangeVisibilityModifierIntentionProtected/
  27. ChangeVisibilityModifierIntentionPublic/
  28. ChopArgumentListIntention/
  29. ChopParameterListIntention/
  30. ConvertArrayParameterToVarargIntention/
  31. ConvertAssertToIfWithThrowIntention/
  32. ConvertBinaryExpressionWithDemorgansLawIntention/
  33. ConvertBlockCommentToLineCommentIntention/
  34. ConvertCamelCaseTestFunctionToSpacedIntention/
  35. ConvertClassToSealedClassIntention/
  36. ConvertEnumToSealedClassIntention/
  37. ConvertForEachToForLoopIntention/
  38. ConvertFunctionToPropertyIntention/
  39. ConvertFunctionTypeParameterToReceiverIntention/
  40. ConvertFunctionTypeReceiverToParameterIntention/
  41. ConvertIfWithThrowToAssertIntention/
  42. ConvertLambdaToReferenceIntention/
  43. ConvertLateinitPropertyToNullableIntention/
  44. ConvertLineCommentToBlockCommentIntention/
  45. ConvertMemberToExtensionIntention/
  46. ConvertNegatedBooleanSequenceIntention/
  47. ConvertNullablePropertyToLateinitIntention/
  48. ConvertObjectLiteralToClassIntention/
  49. ConvertParameterToReceiverIntention/
  50. ConvertPrimaryConstructorToSecondaryIntention/
  51. ConvertPropertyGetterToInitializerIntention/
  52. ConvertPropertyInitializerToGetterIntention/
  53. ConvertPropertyToFunctionIntention/
  54. ConvertRangeCheckToTwoComparisonsIntention/
  55. ConvertReceiverToParameterIntention/
  56. ConvertReferenceToLambdaIntention/
  57. ConvertSealedClassToEnumIntention/
  58. ConvertSecondaryConstructorToPrimaryIntention/
  59. ConvertToAlsoIntention/
  60. ConvertToApplyIntention/
  61. ConvertToBlockBodyIntention/
  62. ConvertToConcatenatedStringIntention/
  63. ConvertToExpressionBodyIntention/
  64. ConvertToForEachFunctionCallIntention/
  65. ConvertToRawStringTemplateIntention/
  66. ConvertToRunIntention/
  67. ConvertToStringTemplateIntention/
  68. ConvertToWithIntention/
  69. ConvertTrimIndentToTrimMarginIntention/
  70. ConvertTrimMarginToTrimIndentIntention/
  71. ConvertTryFinallyToUseCallIntention/
  72. ConvertTwoComparisonsToRangeCheckIntention/
  73. ConvertUnsafeCastCallToUnsafeCastIntention/
  74. ConvertUnsafeCastToUnsafeCastCallIntention/
  75. ConvertVarargParameterToArrayIntention/
  76. CopyConcatenatedStringToClipboardIntention/
  77. CreateKotlinSubClassIntention/
  78. DestructureIntention/
  79. DoubleBangToIfThenIntention/
  80. EliminateWhenSubjectIntention/
  81. ElvisToIfThenIntention/
  82. FlattenWhenIntention/
  83. FoldBranchedExpressionIntentionFoldIfToReturnAsymmetricallyIntention/
  84. FoldIfToReturnAsymmetricallyIntention/
  85. FoldInitializerAndIfToElvisIntention/
  86. IfThenToDoubleBangIntention/
  87. IfThenToElvisIntention/
  88. IfToWhenIntention/
  89. ImplementAbstractMemberAsConstructorParameterIntention/
  90. ImplementAbstractMemberIntention/
  91. ImplementParcelableAction/
  92. ImportAllMembersIntention/
  93. ImportMemberIntention/
  94. IndentRawStringIntention/
  95. InfixCallToOrdinaryIntention/
  96. InsertCurlyBracesToTemplateIntention/
  97. InsertExplicitTypeArgumentsIntention/
  98. IntroduceBackingPropertyIntention/
  99. IntroduceVariableIntention/
  100. InvertIfConditionIntention/
  101. IterateExpressionIntention/
  102. JoinArgumentListIntention/
  103. JoinDeclarationAndAssignmentIntention/
  104. JoinParameterListIntention/
  105. KotlinAndroidAddStringResource/
  106. KotlinCreateTestIntention/
  107. KotlinSignatureAnnotationIntention/
  108. LambdaToAnonymousFunctionIntention/
  109. MavenPluginSourcesMoveToBuild/
  110. MavenPluginSourcesMoveToExecutionIntention/
  111. MergeIfsIntention/
  112. MergeWhenIntention/
  113. MoveDeclarationToSeparateFileIntention/
  114. MoveLambdaInsideParenthesesIntention/
  115. MoveMemberOutOfCompanionObjectIntention/
  116. MoveMemberToCompanionObjectIntention/
  117. MoveMemberToTopLevelIntention/
  118. MovePropertyToClassBodyIntention/
  119. MovePropertyToConstructorIntention/
  120. NullableBooleanEqualityCheckToElvisIntention/
  121. ObjectLiteralToLambdaIntention/
  122. OperatorToFunctionIntention/
  123. ReconstructTypeInCastOrIsIntention/
  124. RedoParcelableAction/
  125. RemoveArgumentNameIntention/
  126. RemoveAtFromAnnotationArgumentIntention/
  127. RemoveBracesIntention/
  128. RemoveCurlyBracesFromTemplateIntention/
  129. RemoveEmptyClassBodyIntention/
  130. RemoveEmptyParenthesesFromLambdaCallIntention/
  131. RemoveEmptyPrimaryConstructorIntention/
  132. RemoveEmptySecondaryConstructorBodyIntention/
  133. RemoveExplicitLambdaParameterTypesIntention/
  134. RemoveExplicitSuperQualifierIntention/
  135. RemoveExplicitTypeArgumentsIntention/
  136. RemoveExplicitTypeIntention/
  137. RemoveForLoopIndicesIntention/
  138. RemoveLabeledReturnInLambdaIntention/
  139. RemoveParcelableAction/
  140. RemoveRedundantCallsOfConversionMethodsIntention/
  141. RemoveSingleExpressionStringTemplateIntention/
  142. RemoveUnnecessaryParenthesesIntention/
  143. RenameFileToMatchClassIntention/
  144. ReplaceAddWithPlusAssignIntention/
  145. ReplaceCallWithUnaryOperatorIntention/
  146. ReplaceContainsIntention/
  147. ReplaceExplicitFunctionLiteralParamWithItIntention/
  148. ReplaceInvokeIntention/
  149. ReplaceItWithExplicitFunctionLiteralParamIntention/
  150. ReplaceMathMaxWithCoerceAtLeastIntention/
  151. ReplaceMathMinWithCoerceAtMostIntention/
  152. ReplaceSingleLineLetIntention/
  153. ReplaceSizeCheckWithIsNotEmptyIntention/
  154. ReplaceSizeZeroCheckWithIsEmptyIntention/
  155. ReplaceSubstringWithDropLastIntention/
  156. ReplaceSubstringWithIndexingOperationIntention/
  157. ReplaceSubstringWithSubstringAfterIntention/
  158. ReplaceSubstringWithSubstringBeforeIntention/
  159. ReplaceSubstringWithTakeIntention/
  160. ReplaceUnderscoreWithParameterNameIntention/
  161. ReplaceUntilWithRangeToIntention/
  162. ReplaceWithOrdinaryAssignmentIntention/
  163. SafeAccessToIfThenIntention/
  164. SamConversionToAnonymousObjectIntention/
  165. SimplifyBooleanWithConstantsIntention/
  166. SpecifyExplicitLambdaSignatureIntention/
  167. SpecifyTypeExplicitlyInDestructuringAssignmentIntention/
  168. SpecifyTypeExplicitlyIntention/
  169. SplitIfIntention/
  170. SplitPropertyDeclarationIntention/
  171. SuppressLintIntentionAction/
  172. SwapBinaryExpressionIntention/
  173. SwapStringEqualsIgnoreCaseIntention/
  174. ToInfixCallIntention/
  175. ToOrdinaryStringLiteralIntention/
  176. ToRawStringLiteralIntention/
  177. UnfoldAssignmentToIfIntention/
  178. UnfoldAssignmentToWhenIntention/
  179. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  180. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  181. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  182. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  183. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  184. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  185. UnfoldPropertyToIfIntention/
  186. UnfoldPropertyToWhenIntention/
  187. UnfoldReturnToIfIntention/
  188. UnfoldReturnToWhenIntention/
  189. UsePropertyAccessSyntaxIntention/
  190. UseWithIndexIntention/
  191. ValToObjectIntention/
  192. WhenToIfIntention/