BoxingComparator
Comparator.comparing() unnecessarily boxes numerical primitives; please use the primitive-specific method instead (e.g., comparingInt()).

Severity
WARNING

Suppression

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