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