Demonstrating Test-Driven Development and Evolutionary Design in the long run
2013-02-02
Let's Code Jumi #214: Misc Refactoring (Part 1)
Some small refactorings. A nice feature in IntelliJ IDEA is "Analyze | Run Inspection by Name" which lets you apply a quickfix with one command for all found problems in the whole project - in this case adding missing @Override annotations.