The inspection detects a situation where a package is exported or opened to the same Java 9 module where it's defined.
Example:
module
B
{ exports org.example to A,
B
, C; }