testmycode / tmc-core

The common clientside implementation for tmc-clients. Used by the tmc-netbeans and the tmc-cli
3 stars 18 forks source link

Common refactoring part 1/X #96

Closed wakr closed 8 years ago

wakr commented 8 years ago

Mainly checkstyle fixing and removing unused methods. Introduced a Factory-pattern for Command-classes. This factory is mainly used atm by TmcCore. This reduced the amount of direct dependencies which TmcCore had alot.

jamo commented 8 years ago

Nice work! Added a few comments and nitpicks.

ljleppan commented 8 years ago

Nice work! Added a bunch comments. Mostly nit-picky stuff about imports etc., but also few about method naming.

jamo commented 8 years ago

Nice work! Merged with a few nitpicks I made directly.