Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: REM cost reform

...

The Java language system weakens the accessibility of private members of an outer class when a nested inner class is present, which can result in an information leak.

Rule

Severity

Likelihood

Detectable

RepairableRemediation Cost

Priority

Level

OBJ08-J

Medium

Probable

No

NoMedium

P8P4

L2L3

Automated Detection

Automated detection of nonprivate inner classes that define nonprivate members and constructors that leak private data from the outer class is straightforward.

ToolVersionCheckerDescription
CodeSonar
Include Page
CodeSonar_V
CodeSonar_V

JAVA.CLASS.ICSBS

Inner Class Should be Static (Java)class should be static

Parasoft Jtest

Include Page
Parasoft_V
Parasoft_V

CERT.OBJ08.INNERMake all member classes "private"

...