Inspectopedia Help

Encapsulation

'public' field   New in this release

Reports public fields.

'public' nested class   New in this release

Reports public nested classes.

Accessing a non-public field of another object   New in this release

Reports accesses to private or protected fields of another object.

Assignment or return of field with mutable type   New in this release

Reports return of, or assignment from a method parameter to an array or a mutable type like Collection, Date, Map, Calendar, etc.

Package-visible field   New in this release

Reports fields that are declared without any access modifier (also known as package-private).

Package-visible nested class   New in this release

Reports nested classes that are declared without any access modifier (also known as package-private).

Protected field   New in this release

Reports protected fields.

Protected nested class   New in this release

Reports protected nested classes.

Last modified: 11 September 2024