tree: 7280b059c5aba51707e2388da0a533e857097241 [path history] [tgz]
  1. branchedTransformations/
  2. conventionNameCalls/
  3. copyConcatenatedStringToClipboard/
  4. declarations/
  5. loopToCallChain/
  6. AbstractProcessableUsageInfo.kt
  7. AddAccessorIntentions.kt
  8. AddAnnotationUseSiteTargetIntention.kt
  9. AddBracesIntention.kt
  10. AddForLoopIndicesIntention.kt
  11. AddJvmOverloadsIntention.kt
  12. AddJvmStaticIntention.kt
  13. AddLabeledReturnInLambdaIntention.kt
  14. AddMissingDestructuringIntention.kt
  15. AddNamesToCallArgumentsIntention.kt
  16. AddNamesToFollowingArgumentsIntention.kt
  17. AddNameToArgumentIntention.kt
  18. AddOpenModifierIntention.kt
  19. AddThrowsAnnotationIntention.kt
  20. AddValVarToConstructorParameterAction.kt
  21. AddWhenRemainingBranchesIntention.kt
  22. AnonymousFunctionToLambdaIntention.kt
  23. ChangeVisibilityModifierIntention.kt
  24. ChooseValueExpression.kt
  25. ChopParameterListIntention.kt
  26. ConvertArrayParameterToVarargIntention.kt
  27. ConvertBinaryExpressionWithDemorgansLawIntention.kt
  28. ConvertBlockCommentToLineCommentIntention.kt
  29. ConvertCollectionConstructorToFunction.kt
  30. ConvertEnumToSealedClassIntention.kt
  31. ConvertForEachToForLoopIntention.kt
  32. ConvertFunctionToPropertyIntention.kt
  33. ConvertFunctionTypeParameterToReceiverIntention.kt
  34. ConvertFunctionTypeReceiverToParameterIntention.kt
  35. ConvertLambdaToReferenceIntention.kt
  36. ConvertLateinitPropertyToNullableIntention.kt
  37. ConvertLazyPropertyToOrdinaryIntention.kt
  38. ConvertLineCommentToBlockCommentIntention.kt
  39. ConvertNullablePropertyToLateinitIntention.kt
  40. ConvertObjectLiteralToClassIntention.kt
  41. ConvertOrdinaryPropertyToLazyIntention.kt
  42. ConvertParameterToReceiverIntention.kt
  43. ConvertPrimaryConstructorToSecondaryIntention.kt
  44. ConvertPropertyGetterToInitializerIntention.kt
  45. ConvertPropertyInitializerToGetterIntention.kt
  46. ConvertPropertyToFunctionIntention.kt
  47. ConvertRangeCheckToTwoComparisonsIntention.kt
  48. ConvertReceiverToParameterIntention.kt
  49. ConvertReferenceToLambdaIntention.kt
  50. ConvertSealedClassToEnumIntention.kt
  51. ConvertSecondaryConstructorToPrimaryIntention.kt
  52. ConvertTestFunctionToSpacedIntention.kt
  53. ConvertToBlockBodyIntention.kt
  54. ConvertToConcatenatedStringIntention.kt
  55. ConvertToForEachFunctionCallIntention.kt
  56. ConvertToRawStringTemplateIntention.kt
  57. ConvertToScopeIntention.kt
  58. ConvertToStringTemplateIntention.kt
  59. ConvertTryFinallyToUseCallIntention.kt
  60. ConvertUnsafeCastCallToUnsafeCastIntention.kt
  61. ConvertUnsafeCastToUnsafeCastCallIntention.kt
  62. ConvertVarargParameterToArrayIntention.kt
  63. CreateKotlinSubClassIntention.kt
  64. DestructureIntention.kt
  65. ImplementAbstractMemberIntention.kt
  66. ImportAllMembersIntention.kt
  67. ImportMemberIntention.kt
  68. IndentRawStringIntention.kt
  69. InfixCallToOrdinaryIntention.kt
  70. InsertCurlyBracesToTemplateIntention.kt
  71. InsertExplicitTypeArgumentsIntention.kt
  72. IntroduceBackingPropertyIntention.kt
  73. IntroduceImportAliasIntention.kt
  74. IntroduceVariableIntention.kt
  75. InvertIfConditionIntention.kt
  76. IterateExpressionIntention.kt
  77. JoinDeclarationAndAssignmentIntention.kt
  78. JoinParameterListIntention.kt
  79. LambdaToAnonymousFunctionIntention.kt
  80. MergeElseIfIntention.kt
  81. MergeIfsIntention.kt
  82. MoveLambdaInsideParenthesesIntention.kt
  83. MoveMemberOutOfCompanionObjectIntention.kt
  84. MoveMemberOutOfObjectIntention.kt
  85. MoveMemberToCompanionObjectIntention.kt
  86. MoveMemberToTopLevelIntention.kt
  87. MovePropertyToClassBodyIntention.kt
  88. MovePropertyToConstructorIntention.kt
  89. NullableBooleanEqualityCheckToElvisIntention.kt
  90. ObjectLiteralToLambdaIntention.kt
  91. ReconstructTypeInCastOrIsIntention.kt
  92. RemoveArgumentNameIntention.kt
  93. RemoveBracesIntention.kt
  94. RemoveConstructorKeywordIntention.kt
  95. RemoveEmptyClassBodyIntention.kt
  96. RemoveEmptyParenthesesFromLambdaCallIntention.kt
  97. RemoveEmptyPrimaryConstructorIntention.kt
  98. RemoveEmptySecondaryConstructorBodyIntention.kt
  99. RemoveExplicitLambdaParameterTypesIntention.kt
  100. RemoveExplicitSuperQualifierIntention.kt
  101. RemoveExplicitTypeArgumentsIntention.kt
  102. RemoveExplicitTypeIntention.kt
  103. RemoveForLoopIndicesIntention.kt
  104. RemoveLabeledReturnInLambdaIntention.kt
  105. RemoveRedundantCallsOfConversionMethodsIntention.kt
  106. RemoveSingleExpressionStringTemplateIntention.kt
  107. RemoveUnnecessaryParenthesesIntention.kt
  108. RenameClassToContainingFileNameIntention.kt
  109. RenameFileToMatchClassIntention.kt
  110. ReplaceAddWithPlusAssignIntention.kt
  111. ReplaceExplicitFunctionLiteralParamWithItIntention.kt
  112. ReplaceItWithExplicitFunctionLiteralParamIntention.kt
  113. ReplaceMapGetOrDefaultIntention.kt
  114. ReplaceSizeCheckIntention.kt
  115. ReplaceSizeCheckWithIsNotEmptyIntention.kt
  116. ReplaceSizeZeroCheckWithIsEmptyIntention.kt
  117. ReplaceUnderscoreWithParameterNameIntention.kt
  118. ReplaceUntilWithRangeToIntention.kt
  119. ReplaceWithOrdinaryAssignmentIntention.kt
  120. ReturnSaver.kt
  121. SamConversionToAnonymousObjectIntention.kt
  122. SimplifyBooleanWithConstantsIntention.kt
  123. SpecifyExplicitLambdaSignatureIntention.kt
  124. SpecifyTypeExplicitlyInDestructuringAssignmentIntention.kt
  125. SpecifyTypeExplicitlyIntention.kt
  126. SplitIfIntention.kt
  127. SwapBinaryExpressionIntention.kt
  128. SwapStringEqualsIgnoreCaseIntention.kt
  129. ToInfixCallIntention.kt
  130. ToOrdinaryStringLiteralIntention.kt
  131. ToRawStringLiteralIntention.kt
  132. UnderscoresInNumericLiteralIntention.kt
  133. UsePropertyAccessSyntaxIntention.kt
  134. Utils.kt
  135. ValToObjectIntention.kt