mage/Mage.Server.Plugins/Mage.Player.AI.MA
vraskulin 076840df53 Big refactoring
I used Intellij IDEA to automatically refactor code to achive 3 goals.
1) get rid of anonymouse classes, and replace the with lamba to get more readeable and clean code (like in TableWaitingDialog).
2) make effectively final  variables actually final to avoid inadvertent changes on it in further releases and keep objects as immutable, as possible.
3)  Get rid of unused imports (most of the changes) in whole project classes.
2017-01-09 19:16:53 +03:00
..
config [ai-ma] renamed classes (otherwise classloader uses another classes), added additional logging. 2011-02-11 20:37:08 +03:00
src/mage/player/ai Big refactoring 2017-01-09 19:16:53 +03:00
pom.xml Xmage Release 1.4.20V0 2017-01-08 01:36:05 +01:00