tree: 49c14a619d028888a5577b67ed5466e50c9e22eb [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. DataPointHolderConversionIntention/
  28. DemorgansIntention/
  29. DetailExceptionsIntention/
  30. ExpandBooleanIntention/
  31. ExpandOneLineLambda2CodeBlockIntention/
  32. ExpandToNormalAnnotationIntention/
  33. ExtractIncrementIntention/
  34. ExtractWhileLoopConditionToIfStatementIntention/
  35. FlipAssertLiteralIntention/
  36. FlipCommutativeMethodCallIntention/
  37. FlipComparisonIntention/
  38. FlipConditionalIntention/
  39. FlipConjunctionIntention/
  40. FlipExpressionIntention/
  41. FlipSetterCallIntention/
  42. IfToAssertionIntention/
  43. InferLambdaParameterTypeIntention/
  44. JoinConcatenatedStringLiteralsIntention/
  45. MakeCallChainIntoCallSequenceIntention/
  46. MakeMethodDefaultIntention/
  47. MakeMethodVarargsIntention/
  48. MakePackagePrivateIntention/
  49. MakePrivateIntention/
  50. MakeProtectedIntention/
  51. MakePublicIntention/
  52. MergeCallSequenceToChainIntention/
  53. MergeElseIfIntention/
  54. MergeIfAndIntention/
  55. MergeIfOrIntention/
  56. MergeNestedTryStatementsIntention/
  57. MergeParallelForLoopsIntention/
  58. MergeParallelIfsIntention/
  59. MoveCommentToSeparateLineIntention/
  60. MoveDeclarationIntention/
  61. NegateComparisonIntention/
  62. NegateConditionalIntention/
  63. ObjectsRequireNonNullIntention/
  64. ObscureThrownExceptionsIntention/
  65. RemoveBooleanEqualityIntention/
  66. RemoveBracesIntention/
  67. RemoveConditionalIntention/
  68. RemoveUnnecessaryParenthesesIntention/
  69. ReplaceArmWithTryFinallyIntention/
  70. ReplaceAssertEqualsWithAssertLiteralIntention/
  71. ReplaceAssertLiteralWithAssertEqualsIntention/
  72. ReplaceAssignmentWithPostfixExpressionIntention/
  73. ReplaceConcatenationWithFormatStringIntention/
  74. ReplaceConcatenationWithStringBufferIntention/
  75. ReplaceConditionalWithIfIntention/
  76. ReplaceDiamondWithExplicitTypeArgumentsIntention/
  77. ReplaceDoWhileLoopWithWhileLoopIntention/
  78. ReplaceEqualityWithEqualsIntention/
  79. ReplaceEqualityWithSafeEqualsIntention/
  80. ReplaceEqualsWithEqualityIntention/
  81. ReplaceForEachLoopWithIndexedForLoopIntention/
  82. ReplaceForEachLoopWithIteratorForLoopIntention/
  83. ReplaceForEachLoopWithOptimizedIndexedForLoopIntention/
  84. ReplaceForLoopWithWhileLoopIntention/
  85. ReplaceFullyQualifiedNameWithImportIntention/
  86. ReplaceIfWithConditionalIntention/
  87. ReplaceIfWithSwitchIntention/
  88. ReplaceLambdaWithAnonymousIntention/
  89. ReplaceMethodRefWithLambdaIntention/
  90. ReplaceMultiplyWithShiftIntention/
  91. ReplaceOctalEscapeWithUnicodeEscapeIntention/
  92. ReplaceOnDemandImportIntention/
  93. ReplaceOperatorAssignmentWithAssignmentIntention/
  94. ReplaceOperatorAssignmentWithPostfixExpressionIntention/
  95. ReplacePostfixExpressionWithAssignmentIntention/
  96. ReplacePostfixExpressionWithOperatorAssignmentIntention/
  97. ReplaceShiftWithMultiplyIntention/
  98. ReplaceSwitchWithIfIntention/
  99. ReplaceWhileLoopWithDoWhileLoopIntention/
  100. ReplaceWithOperatorAssignmentIntention/
  101. ReverseForLoopDirectionIntention/
  102. SimplifyIfElseIntention/
  103. SimplifyVariableIntention/
  104. SplitDeclarationAndInitializationIntention/
  105. SplitElseIfIntention/
  106. SplitMultiCatchIntention/
  107. SplitTryWithMultipleResourcesIntention/
  108. StringToCharIntention/
  109. SwapMethodCallArgumentsIntention/
  110. UnicodeUnescapeIntention/
  111. WrapVarargArgumentsWithExplicitArrayIntention/