Efficient team work that produces high-quality software requires a common set of rules.
Update your sources and run the build locally before every check-in. Commit only if the build succeeds.
Documentation is part of the product. Whenever you implement a new feature or change existing behavior make sure to update all corresponding JavaDoc as well as other documentation with the same change set. The product should always be in a consistent state.
All code included with JaCoCo must conform to the EPL license.
about.html
file along with its license.org.jacoco.doc/docroot/doc/license.html
file
along with its license.