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