tree: 6c48f3170014c0e406fe76b18d4b05aeaa621e93 [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. MovePropertyToClassBodyIntention/
  106. MovePropertyToConstructorIntention/
  107. NullableBooleanEqualityCheckToElvisIntention/
  108. ObjectLiteralToLambdaIntention/
  109. OperatorToFunctionIntention/
  110. ReconstructTypeInCastOrIsIntention/
  111. RedoParcelableAction/
  112. RemoveArgumentNameIntention/
  113. RemoveAtFromAnnotationArgumentIntention/
  114. RemoveBracesIntention/
  115. RemoveCurlyBracesFromTemplateIntention/
  116. RemoveEmptyClassBodyIntention/
  117. RemoveEmptyParenthesesFromLambdaCallIntention/
  118. RemoveEmptyPrimaryConstructorIntention/
  119. RemoveEmptySecondaryConstructorBodyIntention/
  120. RemoveExplicitLambdaParameterTypesIntention/
  121. RemoveExplicitSuperQualifierIntention/
  122. RemoveExplicitTypeArgumentsIntention/
  123. RemoveExplicitTypeIntention/
  124. RemoveForLoopIndicesIntention/
  125. RemoveParcelableAction/
  126. RemoveRedundantCallsOfConversionMethodsIntention/
  127. RemoveSingleExpressionStringTemplateIntention/
  128. RemoveUnnecessaryParenthesesIntention/
  129. RenameFileToMatchClassIntention/
  130. ReplaceAddWithPlusAssignIntention/
  131. ReplaceArrayEqualityOpWithArraysEqualsIntention/
  132. ReplaceCallWithBinaryOperatorIntention/
  133. ReplaceCallWithUnaryOperatorIntention/
  134. ReplaceContainsIntention/
  135. ReplaceExplicitFunctionLiteralParamWithItIntention/
  136. ReplaceGetOrSetIntention/
  137. ReplaceInvokeIntention/
  138. ReplaceItWithExplicitFunctionLiteralParamIntention/
  139. ReplaceMathMaxWithCoerceAtLeastIntention/
  140. ReplaceMathMinWithCoerceAtMostIntention/
  141. ReplaceSingleLineLetIntention/
  142. ReplaceSizeCheckWithIsNotEmptyIntention/
  143. ReplaceSizeZeroCheckWithIsEmptyIntention/
  144. ReplaceSubstringWithDropLastIntention/
  145. ReplaceSubstringWithSubstringAfterIntention/
  146. ReplaceSubstringWithSubstringBeforeIntention/
  147. ReplaceSubstringWithTakeIntention/
  148. ReplaceUnderscoreWithParameterNameIntention/
  149. ReplaceUntilWithRangeToIntention/
  150. ReplaceWithOperatorAssignmentIntention/
  151. ReplaceWithOrdinaryAssignmentIntention/
  152. SafeAccessToIfThenIntention/
  153. SimplifyAssertNotNullIntention/
  154. SimplifyBooleanWithConstantsIntention/
  155. SimplifyNegatedBinaryExpressionIntention/
  156. SpecifyExplicitLambdaSignatureIntention/
  157. SpecifyTypeExplicitlyIntention/
  158. SplitIfIntention/
  159. SplitPropertyDeclarationIntention/
  160. SuppressLintIntentionAction/
  161. SwapBinaryExpressionIntention/
  162. SwapStringEqualsIgnoreCaseIntention/
  163. ToInfixCallIntention/
  164. ToOrdinaryStringLiteralIntention/
  165. ToRawStringLiteralIntention/
  166. UnfoldAssignmentToIfIntention/
  167. UnfoldAssignmentToWhenIntention/
  168. UnfoldBranchedExpressionIntentionUnfoldAssignmentToIfIntention/
  169. UnfoldBranchedExpressionIntentionUnfoldAssignmentToWhenIntention/
  170. UnfoldBranchedExpressionIntentionUnfoldPropertyToIfIntention/
  171. UnfoldBranchedExpressionIntentionUnfoldPropertyToWhenIntention/
  172. UnfoldBranchedExpressionIntentionUnfoldReturnToIfIntention/
  173. UnfoldBranchedExpressionIntentionUnfoldReturnToWhenIntention/
  174. UnfoldPropertyToIfIntention/
  175. UnfoldPropertyToWhenIntention/
  176. UnfoldReturnToIfIntention/
  177. UnfoldReturnToWhenIntention/
  178. UsePropertyAccessSyntaxIntention/
  179. UseWithIndexIntention/
  180. ValToObjectIntention/
  181. WhenToIfIntention/