foul-magics/Mage/src/main/java/mage/abilities/effects
vraskulin 0557b5e89c list.size > 0 changed to !list.isEmpty
We care about if it's empty or not, not about it's size
2017-02-06 14:32:51 +03:00
..
common list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
keyword list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
ApplyCountersEffect.java
AsThoughEffect.java
AsThoughEffectImpl.java
AsThoughManaEffect.java
AsTurnedFaceUpEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
AuraReplacementEffect.java Add Event to the signature of updateZoneChangeCounter. 2016-09-10 17:45:26 -04:00
ContinuousEffect.java
ContinuousEffectImpl.java
ContinuousEffects.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
ContinuousEffectsList.java
ContinuousRuleModifyingEffect.java
ContinuousRuleModifyingEffectImpl.java Merge 2016-10-17 23:45:47 -05:00
CostModificationEffect.java
Effect.java
EffectImpl.java
Effects.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
EntersBattlefieldEffect.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
OneShotEffect.java
PayCostToAttackBlockEffect.java
PayCostToAttackBlockEffectImpl.java
PlaneswalkerRedirectionEffect.java
PreventionEffect.java
PreventionEffectData.java
PreventionEffectImpl.java Reworked PreventAllDamageToControllerEffect to be more generic. 2016-10-30 18:59:16 +01:00
PutTokenOntoBattlefieldCopySourceEffect.java
RedirectionEffect.java
ReplacementEffect.java
ReplacementEffectImpl.java
RequirementEffect.java
RestrictionEffect.java * Reworked some parts of transform handling. Fixes #2396. 2016-09-28 17:02:37 +02:00
RestrictionUntapNotMoreThanEffect.java
SearchEffect.java
SpliceCardEffect.java
SpliceCardEffectImpl.java
WhileConditionContinuousEffect.java