Open theazuresoul opened 9 years ago
First, make sure all unit tests pass. PrecisionShotCooldown test is failing.
Please also setup checkstyle to catch the issues found on the line comments. I know that some of my code has checkstyle issues too (will be fixed in a future commit), but let's not add more when we can keep it maintainable fairly easily.
Fixed the unit test issue. Forgot to modify after adding the weapon requirement check.
Let's get rid of those 3 commits by squashing them.
Please set your eclipse formatter to wf_formatter.xml
Because of the recent Configuration, Dependency Injection, and Test Suite Reorganization refactor, there may be some serious merge conflicts. During your next rebase to master, please make sure everything is correct (especially your Ability test needs to be moved to a different file, probably SnapShotAbilityTest.java in the com.pipai.wf.unit.ability package)
Implemented Rifle class. Please review.