Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 490 Bytes

Statistics

Simple project using common statistical calculations.

Future fixes

Cohesion - computations and ResultValue? Merge?

Google testability plugin

Fix maven whitelist so I can finally whitelist other classes (e.g. guava collections).

Contributing

Use sonar, pit test and testability plugins to verify the code cleanliness.

Build

Building is easy...

mvn clean install -DskipTests

Note: all contributed code must have passing tests via Maven