IDEADEV-40000 (Replace Postfix Increment with Assignment intention)
commit4eaa2974edbafc82c9c015da933d83fc6cbbd250
authorBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 1 Sep 2009 12:30:16 +0000 (1 16:30 +0400)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 1 Sep 2009 12:30:16 +0000 (1 16:30 +0400)
tree1f41f3d0b8a8de346afb6aa845a6fb292f6a4c22
parent54788435b16adda22a360dbd6673713e3f80e1d9
IDEADEV-40000 (Replace Postfix Increment with Assignment intention)
plugins/IntentionPowerPak/src/META-INF/plugin.xml
plugins/IntentionPowerPak/src/com/siyeh/IntentionPowerPackBundle.properties
plugins/IntentionPowerPak/src/com/siyeh/ipp/opassign/ReplacePostfixExpressionWithAssignmentIntention.java [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/ReplacePostfixExpressionWithAssignmentIntention/after.java.template [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/ReplacePostfixExpressionWithAssignmentIntention/before.java.template [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/ReplacePostfixExpressionWithAssignmentIntention/description.html [new file with mode: 0644]