tree: b23ff0705e2913cf94d5b5a3270ac0fce73cf195 [path history] [tgz]
  1. AddActivityToManifest/
  2. AddAnnotationUseSiteTargetIntention/
  3. AddBracesIntention/
  4. AddBroadcastReceiverToManifest/
  5. AddConstModifierIntention/
  6. AddForLoopIndicesIntention/
  7. AddJvmOverloadsIntention/
  8. AddJvmStaticIntention/
  9. AddLabeledReturnInLambdaIntention/
  10. AddMissingClassKeywordIntention/
  11. AddMissingDestructuringIntention/
  12. AddNamesToCallArgumentsIntention/
  13. AddNamesToFollowingArgumentsIntention/
  14. AddNameToArgumentIntention/
  15. AddOpenModifierIntention/
  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. ConvertBinaryExpressionWithDemorgansLawIntention/
  34. ConvertBlockCommentToLineCommentIntention/
  35. ConvertCamelCaseTestFunctionToSpacedIntention/
  36. ConvertCollectionConstructorToFunction/
  37. ConvertEnumToSealedClassIntention/
  38. ConvertForEachToForLoopIntention/
  39. ConvertFunctionToPropertyIntention/
  40. ConvertFunctionTypeParameterToReceiverIntention/
  41. ConvertFunctionTypeReceiverToParameterIntention/
  42. ConvertLambdaToMultiLineIntention/
  43. ConvertLambdaToReferenceIntention/
  44. ConvertLambdaToSingleLineIntention/
  45. ConvertLateinitPropertyToNullableIntention/
  46. ConvertLazyPropertyToOrdinaryIntention/
  47. ConvertLineCommentToBlockCommentIntention/
  48. ConvertMemberToExtensionIntention/
  49. ConvertNullablePropertyToLateinitIntention/
  50. ConvertObjectLiteralToClassIntention/
  51. ConvertOrdinaryPropertyToLazyIntention/
  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. ConvertTryFinallyToUseCallIntention/
  74. ConvertUnsafeCastCallToUnsafeCastIntention/
  75. ConvertUnsafeCastToUnsafeCastCallIntention/
  76. ConvertVarargParameterToArrayIntention/
  77. ConvertVariableAssignmentToExpressionIntention/
  78. CopyConcatenatedStringToClipboardIntention/
  79. CreateKotlinSubClassIntention/
  80. DestructureIntention/
  81. DoubleBangToIfThenIntention/
  82. EliminateWhenSubjectIntention/
  83. ElvisToIfThenIntention/
  84. EvaluateCompileTimeExpressionIntention/
  85. ExpandBooleanExpressionIntention/
  86. ExtractDeclarationFromCurrentFileIntention/
  87. FlattenWhenIntention/
  88. FoldBranchedExpressionIntentionFoldIfToReturnAsymmetricallyIntention/
  89. FoldIfToReturnAsymmetricallyIntention/
  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. MergeElseIfIntention/
  115. MergeIfsIntention/
  116. MoveLambdaInsideParenthesesIntention/
  117. MoveMemberOutOfCompanionObjectIntention/
  118. MoveMemberToCompanionObjectIntention/
  119. MoveMemberToTopLevelIntention/
  120. MovePropertyToClassBodyIntention/
  121. MovePropertyToConstructorIntention/
  122. NullableBooleanEqualityCheckToElvisIntention/
  123. ObjectLiteralToLambdaIntention/
  124. OperatorToFunctionIntention/
  125. ReconstructTypeInCastOrIsIntention/
  126. RedoParcelableAction/
  127. RemoveArgumentNameIntention/
  128. RemoveAtFromAnnotationArgumentIntention/
  129. RemoveBracesIntention/
  130. RemoveConstructorKeywordIntention/
  131. RemoveEmptyClassBodyIntention/
  132. RemoveEmptyParenthesesFromLambdaCallIntention/
  133. RemoveEmptyPrimaryConstructorIntention/
  134. RemoveEmptySecondaryConstructorBodyIntention/
  135. RemoveExplicitLambdaParameterTypesIntention/
  136. RemoveExplicitSuperQualifierIntention/
  137. RemoveExplicitTypeArgumentsIntention/
  138. RemoveExplicitTypeIntention/
  139. RemoveForLoopIndicesIntention/
  140. RemoveLabeledReturnInLambdaIntention/
  141. RemoveParcelableAction/
  142. RemoveRedundantCallsOfConversionMethodsIntention/
  143. RemoveSingleExpressionStringTemplateIntention/
  144. RemoveUnderscoresFromNumericLiteralIntention/
  145. RemoveUnnecessaryParenthesesIntention/
  146. RenameClassToContainingFileNameIntention/
  147. RenameFileToMatchClassIntention/
  148. ReplaceAddWithPlusAssignIntention/
  149. ReplaceCallWithUnaryOperatorIntention/
  150. ReplaceContainsIntention/
  151. ReplaceExplicitFunctionLiteralParamWithItIntention/
  152. ReplaceInvokeIntention/
  153. ReplaceItWithExplicitFunctionLiteralParamIntention/
  154. ReplaceMapGetOrDefaultIntention/
  155. ReplaceSizeCheckWithIsNotEmptyIntention/
  156. ReplaceSizeZeroCheckWithIsEmptyIntention/
  157. ReplaceUnderscoreWithParameterNameIntention/
  158. ReplaceUntilWithRangeToIntention/
  159. ReplaceWithOrdinaryAssignmentIntention/
  160. SafeAccessToIfThenIntention/
  161. SamConversionToAnonymousObjectIntention/
  162. SimplifyBooleanWithConstantsIntention/
  163. SpecifyExplicitLambdaSignatureIntention/
  164. SpecifyTypeExplicitlyInDestructuringAssignmentIntention/
  165. SpecifyTypeExplicitlyIntention/
  166. SplitIfIntention/
  167. SplitPropertyDeclarationIntention/
  168. SuppressLintIntentionAction/
  169. SwapBinaryExpressionIntention/
  170. SwapStringEqualsIgnoreCaseIntention/
  171. ToInfixCallIntention/
  172. ToOrdinaryStringLiteralIntention/
  173. ToRawStringLiteralIntention/
  174. TrailingCommaIntention/
  175. UnfoldAssignmentToIfIntention/
  176. UnfoldAssignmentToWhenIntention/
  177. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  178. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  179. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  180. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  181. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  182. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  183. UnfoldPropertyToIfIntention/
  184. UnfoldPropertyToWhenIntention/
  185. UnfoldReturnToIfIntention/
  186. UnfoldReturnToWhenIntention/
  187. UsePropertyAccessSyntaxIntention/
  188. UseWithIndexIntention/
  189. ValToObjectIntention/
  190. WhenToIfIntention/