foul-magics/Mage/src/main/java/mage
2017-03-23 13:43:34 +01:00
..
abilities Merge branch 'master' into phantoms 2017-03-23 13:43:34 +01:00
actions Made utility classes final to explicitly forbid it's inheritance 2017-02-27 17:03:38 +03:00
cards Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
choices Refactoring 2016-12-29 15:38:22 +03:00
constants commandzone is public 2017-03-07 23:19:05 +01:00
counters fix counters 2017-02-13 21:45:37 +01:00
designations added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
filter Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
game Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
players Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
target Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
util removed autoboxing : 2017-03-11 15:17:14 +01:00
watchers Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
ConditionalMana.java changed enum equals to ==, removed contains check for set 2017-03-07 21:47:11 +01:00
MageException.java
MageInt.java Bugfixes with != instead of equals and default toString calls 2017-02-15 19:52:20 +03:00
MageItem.java Functional interfaces should be annotated as functional interfaces 2017-02-15 19:23:12 +03:00
MageObject.java added new helper methods to test for CardType, to get rid of the contains(CardType.XXX) everywhere, put the logic of that in one place and use the interface call 2017-03-04 00:16:36 +01:00
MageObjectImpl.java remove all contains(cardtype.XX) references, instead use the default interface method 2017-03-05 09:14:33 +01:00
MageObjectReference.java
Mana.java Equals should be compared with == but not equals() 2017-03-22 14:50:50 +03:00
ManaSymbol.java
ObjectColor.java Bugfixes with != instead of equals and default toString calls 2017-02-15 19:52:20 +03:00