arvestad / jprime

Probabilistic Inference of Molecular Evolution
Other
8 stars 10 forks source link

Refactor code and fix maven dependencies #16

Closed gpihl closed 7 years ago

gpihl commented 7 years ago

Refactored the Parameters and ParameterParser classes for the age, dlrs, dltrs and pdlrs apps, creating super classes for these two, with each app implementing inherited versions of these. This clears up a lot of code duplication that was present in the code, where the majority of these classes were previously identical.

Fixed a number of problems with maven dependencies:

Unused import statements were also removed.