Minimize the accessibility of fields
es.uniovi.reflection.analyses.bloch.4.13.2
This rule detects non-private fields that should be private. The only exceptions allowed are constants (static final fields) and package-private fields used in a different compilation unit.