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