tree: 4bb63d38db2f585a5f88c8cb135f3f7434002bb9 [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. MakeMethodVarargsIntention/
  46. MakePackagePrivateIntention/
  47. MakePrivateIntention/
  48. MakeProtectedIntention/
  49. MakePublicIntention/
  50. MergeCallSequenceToChainIntention/
  51. MergeElseIfIntention/
  52. MergeIfAndIntention/
  53. MergeIfOrIntention/
  54. MergeNestedTryStatementsIntention/
  55. MergeParallelForLoopsIntention/
  56. MergeParallelIfsIntention/
  57. MoveCommentToSeparateLineIntention/
  58. MoveDeclarationIntention/
  59. NegateComparisonIntention/
  60. ObscureThrownExceptionsIntention/
  61. RemoveBooleanEqualityIntention/
  62. RemoveBracesIntention/
  63. RemoveConditionalIntention/
  64. RemoveUnnecessaryParenthesesIntention/
  65. ReplaceArmWithTryFinallyIntention/
  66. ReplaceAssertEqualsWithAssertLiteralIntention/
  67. ReplaceAssertLiteralWithAssertEqualsIntention/
  68. ReplaceAssignmentWithPostfixExpressionIntention/
  69. ReplaceConcatenationWithFormatStringIntention/
  70. ReplaceConcatenationWithStringBufferIntention/
  71. ReplaceConditionalWithIfIntention/
  72. ReplaceDiamondWithExplicitTypeArgumentsIntention/
  73. ReplaceDoWhileLoopWithWhileLoopIntention/
  74. ReplaceEqualityWithEqualsIntention/
  75. ReplaceEqualityWithSafeEqualsIntention/
  76. ReplaceEqualsWithEqualityIntention/
  77. ReplaceForEachLoopWithIndexedForLoopIntention/
  78. ReplaceForEachLoopWithIteratorForLoopIntention/
  79. ReplaceForEachLoopWithOptimizedIndexedForLoopIntention/
  80. ReplaceForLoopWithWhileLoopIntention/
  81. ReplaceFullyQualifiedNameWithImportIntention/
  82. ReplaceIfWithConditionalIntention/
  83. ReplaceIfWithSwitchIntention/
  84. ReplaceLambdaWithAnonymousIntention/
  85. ReplaceMethodRefWithLambdaIntention/
  86. ReplaceMultiplyWithShiftIntention/
  87. ReplaceOnDemandImportIntention/
  88. ReplaceOperatorAssignmentWithAssignmentIntention/
  89. ReplaceOperatorAssignmentWithPostfixExpressionIntention/
  90. ReplacePostfixExpressionWithAssignmentIntention/
  91. ReplacePostfixExpressionWithOperatorAssignmentIntention/
  92. ReplaceShiftWithMultiplyIntention/
  93. ReplaceSwitchWithIfIntention/
  94. ReplaceWhileLoopWithDoWhileLoopIntention/
  95. ReplaceWithOperatorAssignmentIntention/
  96. ReverseForLoopDirectionIntention/
  97. SimplifyIfElseIntention/
  98. SimplifyVariableIntention/
  99. SplitDeclarationAndInitializationIntention/
  100. SplitElseIfIntention/
  101. SplitMultiCatchIntention/
  102. SplitTryWithMultipleResourcesIntention/
  103. StringToCharIntention/
  104. SwapMethodCallArgumentsIntention/
  105. WrapVarargArgumentsWithExplicitArrayIntention/