ProtectedMembersInFinalClass
Protected members in final classes can be package-private

Severity
WARNING

Suppression

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