Inspectopedia
 
2024.3

Unqualified inner class access

Warning
New
Last modified: 03 December 2024

Reports references to inner classes that are not qualified with the name of the enclosing class.

Example:

After the quick-fix is applied:

Use the inspection settings to ignore references to inner classes within the same class, which therefore do not require an import.