tree: 91a6afe0f33064e0628283f4b84d26e3c89172c7 [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. HLSpecifyExplicitTypeForCallableDeclarationIntention/
  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. MergeElseIfIntention/
  118. MergeIfsIntention/
  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. RemoveEmptyClassBodyIntention/
  135. RemoveEmptyParenthesesFromLambdaCallIntention/
  136. RemoveEmptyPrimaryConstructorIntention/
  137. RemoveEmptySecondaryConstructorBodyIntention/
  138. RemoveExplicitLambdaParameterTypesIntention/
  139. RemoveExplicitSuperQualifierIntention/
  140. RemoveExplicitTypeArgumentsIntention/
  141. RemoveExplicitTypeIntention/
  142. RemoveForLoopIndicesIntention/
  143. RemoveLabeledReturnInLambdaIntention/
  144. RemoveParcelableAction/
  145. RemoveRedundantCallsOfConversionMethodsIntention/
  146. RemoveSingleExpressionStringTemplateIntention/
  147. RemoveUnderscoresFromNumericLiteralIntention/
  148. RemoveUnnecessaryParenthesesIntention/
  149. RenameClassToContainingFileNameIntention/
  150. RenameFileToMatchClassIntention/
  151. ReplaceAddWithPlusAssignIntention/
  152. ReplaceCallWithUnaryOperatorIntention/
  153. ReplaceContainsIntention/
  154. ReplaceExplicitFunctionLiteralParamWithItIntention/
  155. ReplaceInvokeIntention/
  156. ReplaceItWithExplicitFunctionLiteralParamIntention/
  157. ReplaceMapGetOrDefaultIntention/
  158. ReplaceSizeCheckWithIsNotEmptyIntention/
  159. ReplaceSizeZeroCheckWithIsEmptyIntention/
  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. TrailingCommaIntention/
  178. UnfoldAssignmentToIfIntention/
  179. UnfoldAssignmentToWhenIntention/
  180. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  181. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  182. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  183. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  184. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  185. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  186. UnfoldPropertyToIfIntention/
  187. UnfoldPropertyToWhenIntention/
  188. UnfoldReturnToIfIntention/
  189. UnfoldReturnToWhenIntention/
  190. UsePropertyAccessSyntaxIntention/
  191. UseWithIndexIntention/
  192. ValToObjectIntention/
  193. WhenToIfIntention/