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