JodaNewPeriod
This may have surprising semantics, e.g. new Period(LocalDate.parse("1970-01-01"), LocalDate.parse("1970-02-02")).getDays() == 1, not 32.

Severity
WARNING

Suppression

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