tree: 52764a16ee0791d8affbddaac58e0a431c69caf4 [path history] [tgz]
  1. AdapterToListenerIntention/
  2. AddArrayCreationExpressionIntention/
  3. AddBracesIntention/
  4. AddClarifyingParenthesesIntention/
  5. AnnotateOverriddenMethodsIntention/
  6. AssertToIfIntention/
  7. ChangeToCStyleCommentIntention/
  8. ChangeToEndOfLineCommentIntention/
  9. ChangeVariableTypeToRhsTypeIntention/
  10. CharToStringIntention/
  11. ConstantExpressionIntention/
  12. ConstantSubexpressionIntention/
  13. ConvertCatchToThrowsIntention/
  14. ConvertIntegerToBinaryIntention/
  15. ConvertIntegerToDecimalIntention/
  16. ConvertIntegerToHexIntention/
  17. ConvertIntegerToOctalIntention/
  18. ConvertInterfaceToClassIntention/
  19. ConvertJUnit3TestCaseToJUnit4Intention/
  20. ConvertToNestedIfIntention/
  21. ConvertToPlainIntention/
  22. ConvertToScientificNotationIntention/
  23. ConvertVarargParameterToArrayIntention/
  24. CopyConcatenatedStringToClipboardIntention/
  25. CreateAssertIntention/
  26. CreateEnumSwitchBranchesIntention/
  27. DemorgansIntention/
  28. DetailExceptionsIntention/
  29. ExpandBooleanIntention/
  30. ExpandOneLineLambda2CodeBlockIntention/
  31. ExpandToNormalAnnotationIntention/
  32. ExtractIncrementIntention/
  33. ExtractWhileLoopConditionToIfStatementIntention/
  34. FlipAssertLiteralIntention/
  35. FlipCommutativeMethodCallIntention/
  36. FlipComparisonIntention/
  37. FlipConditionalIntention/
  38. FlipConjunctionIntention/
  39. FlipExpressionIntention/
  40. FlipSetterCallIntention/
  41. IfToAssertionIntention/
  42. InferLambdaParameterTypeIntention/
  43. JoinConcatenatedStringLiteralsIntention/
  44. MakeCallChainIntoCallSequenceIntention/
  45. MakeMethodDefaultIntention/
  46. MakeMethodVarargsIntention/
  47. MakePackagePrivateIntention/
  48. MakePrivateIntention/
  49. MakeProtectedIntention/
  50. MakePublicIntention/
  51. MergeCallSequenceToChainIntention/
  52. MergeElseIfIntention/
  53. MergeIfAndIntention/
  54. MergeIfOrIntention/
  55. MergeNestedTryStatementsIntention/
  56. MergeParallelForLoopsIntention/
  57. MergeParallelIfsIntention/
  58. MoveCommentToSeparateLineIntention/
  59. MoveDeclarationIntention/
  60. NegateComparisonIntention/
  61. ObscureThrownExceptionsIntention/
  62. RemoveBooleanEqualityIntention/
  63. RemoveBracesIntention/
  64. RemoveConditionalIntention/
  65. RemoveUnnecessaryParenthesesIntention/
  66. ReplaceArmWithTryFinallyIntention/
  67. ReplaceAssertEqualsWithAssertLiteralIntention/
  68. ReplaceAssertLiteralWithAssertEqualsIntention/
  69. ReplaceAssignmentWithPostfixExpressionIntention/
  70. ReplaceConcatenationWithFormatStringIntention/
  71. ReplaceConcatenationWithStringBufferIntention/
  72. ReplaceConditionalWithIfIntention/
  73. ReplaceDiamondWithExplicitTypeArgumentsIntention/
  74. ReplaceDoWhileLoopWithWhileLoopIntention/
  75. ReplaceEqualityWithEqualsIntention/
  76. ReplaceEqualityWithSafeEqualsIntention/
  77. ReplaceEqualsWithEqualityIntention/
  78. ReplaceForEachLoopWithIndexedForLoopIntention/
  79. ReplaceForEachLoopWithIteratorForLoopIntention/
  80. ReplaceForEachLoopWithOptimizedIndexedForLoopIntention/
  81. ReplaceForLoopWithWhileLoopIntention/
  82. ReplaceFullyQualifiedNameWithImportIntention/
  83. ReplaceIfWithConditionalIntention/
  84. ReplaceIfWithSwitchIntention/
  85. ReplaceLambdaWithAnonymousIntention/
  86. ReplaceMethodRefWithLambdaIntention/
  87. ReplaceMultiplyWithShiftIntention/
  88. ReplaceOctalEscapeWithUnicodeEscapeIntention/
  89. ReplaceOnDemandImportIntention/
  90. ReplaceOperatorAssignmentWithAssignmentIntention/
  91. ReplaceOperatorAssignmentWithPostfixExpressionIntention/
  92. ReplacePostfixExpressionWithAssignmentIntention/
  93. ReplacePostfixExpressionWithOperatorAssignmentIntention/
  94. ReplaceShiftWithMultiplyIntention/
  95. ReplaceSwitchWithIfIntention/
  96. ReplaceWhileLoopWithDoWhileLoopIntention/
  97. ReplaceWithOperatorAssignmentIntention/
  98. ReverseForLoopDirectionIntention/
  99. SimplifyIfElseIntention/
  100. SimplifyVariableIntention/
  101. SplitDeclarationAndInitializationIntention/
  102. SplitElseIfIntention/
  103. SplitMultiCatchIntention/
  104. SplitTryWithMultipleResourcesIntention/
  105. StringToCharIntention/
  106. SwapMethodCallArgumentsIntention/
  107. UnicodeUnescapeIntention/
  108. WrapVarargArgumentsWithExplicitArrayIntention/