intention part of IDEADEV-17531
commit10fbf8c3d4cf7c796141aad069fa386850b76cac
authorBas Leijdekkers <basleijdekkers@gmail.com>
Fri, 8 Jun 2007 11:48:51 +0000 (8 15:48 +0400)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Fri, 8 Jun 2007 11:48:51 +0000 (8 15:48 +0400)
tree9476d6edb9537446b45643484da21f4a694a4c0b
parent178ad1a4c1ecbd122dde05b39e8cf25ca9cb29d6
intention part of IDEADEV-17531
15 files changed:
plugins/IntentionPowerPak/src/META-INF/plugin.xml
plugins/IntentionPowerPak/src/com/siyeh/IntentionPowerPackBundle.properties
plugins/IntentionPowerPak/src/com/siyeh/ipp/base/Intention.java
plugins/IntentionPowerPak/src/com/siyeh/ipp/whileloop/DoWhileLoopPredicate.java [moved from plugins/IntentionPowerPak/src/com/siyeh/ipp/forloop/DoWhileLoopPredicate.java with 67% similarity]
plugins/IntentionPowerPak/src/com/siyeh/ipp/whileloop/ExtractWhileLoopConditionToIfStatementIntention.java [copied from plugins/IntentionPowerPak/src/com/siyeh/ipp/forloop/ReplaceWhileLoopWithDoWhileLoopIntention.java with 50% similarity]
plugins/IntentionPowerPak/src/com/siyeh/ipp/whileloop/ReplaceDoWhileLoopWithWhileLoopIntention.java [moved from plugins/IntentionPowerPak/src/com/siyeh/ipp/forloop/ReplaceDoWhileLoopWithWhileLoopIntention.java with 98% similarity]
plugins/IntentionPowerPak/src/com/siyeh/ipp/whileloop/ReplaceWhileLoopWithDoWhileLoopIntention.java [moved from plugins/IntentionPowerPak/src/com/siyeh/ipp/forloop/ReplaceWhileLoopWithDoWhileLoopIntention.java with 96% similarity]
plugins/IntentionPowerPak/src/com/siyeh/ipp/whileloop/WhileLoopPredicate.java [moved from plugins/IntentionPowerPak/src/com/siyeh/ipp/forloop/WhileLoopPredicate.java with 78% similarity]
plugins/IntentionPowerPak/src/intentionDescriptions/ExtractIncrementIntention/after.java.template [deleted file]
plugins/IntentionPowerPak/src/intentionDescriptions/ExtractIncrementIntention/before.java.template [deleted file]
plugins/IntentionPowerPak/src/intentionDescriptions/ExtractWhileLoopConditionToIfStatementIntention/after.java.template [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/ExtractWhileLoopConditionToIfStatementIntention/before.java.template [copied from plugins/IntentionPowerPak/src/intentionDescriptions/ReplaceWhileLoopWithDoWhileLoopIntention/before.java.template with 56% similarity]
plugins/IntentionPowerPak/src/intentionDescriptions/ExtractWhileLoopConditionToIfStatementIntention/description.html [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/ReplaceWhileLoopWithDoWhileLoopIntention/after.java.template
plugins/IntentionPowerPak/src/intentionDescriptions/ReplaceWhileLoopWithDoWhileLoopIntention/before.java.template