Class.forName()
and ClassLoader.loadClass()
calls
which try to access classes that aren't visible in the current scope due to Java 9 module accessibility rules.
This inspection only reports if the language level of the project or module is 9 or higher.