IDEADEV-39905 (Intention to replace extension of Adapter class with direct implementa...
commitd536ec19a30e78a9fe77b2b8322e2da288d0e5d3
authorBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 25 Aug 2009 09:11:10 +0000 (25 13:11 +0400)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 25 Aug 2009 09:11:10 +0000 (25 13:11 +0400)
tree6f841d7d2483f45924cd5b58705d909ceeee777d
parentb6766f2b0097060dcb9573008620ce3edff8f4ed
IDEADEV-39905 (Intention to replace extension of Adapter class with direct implementation of Listener interfaces)
plugins/IntentionPowerPak/src/META-INF/plugin.xml
plugins/IntentionPowerPak/src/com/siyeh/IntentionPowerPackBundle.properties
plugins/IntentionPowerPak/src/com/siyeh/ipp/adapter/AdapterToListenerIntention.java [new file with mode: 0644]
plugins/IntentionPowerPak/src/com/siyeh/ipp/adapter/AdapterToListenerPredicate.java [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/AdapterToListenerIntention/after.java.template [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/AdapterToListenerIntention/before.java.template [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/AdapterToListenerIntention/description.html [new file with mode: 0644]
plugins/IntentionPowerPak/src/intentionDescriptions/AddBracesIntention/after.java.template [deleted file]
plugins/IntentionPowerPak/src/intentionDescriptions/AddBracesIntention/before.java.template [deleted file]