JodaConstructors
Use of certain JodaTime constructors are not allowed.

Severity
WARNING

The problem

Use JodaTime’s static factories instead of the ambiguous constructors.

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("JodaConstructors") to the enclosing element.