Back to Intellij Community

ClassIndependentOfModule

java/java-impl/resources/inspectionDescriptions/ClassIndependentOfModule.html

2025.3-rc-2380 B
Original Source

Reports classes that:

  • do not depend on any other class in their module
  • are not a dependency for any other class in their module

Such classes are an indication of ad-hoc or incoherent modularisation strategies, and may often profitably be moved.

Available only from Code | Inspect Code or Code | Analyze Code | Run Inspection by Name and isn't reported in the editor.