Inspectopedia Help

Class name prefixed with package name

Reports classes whose names are prefixed with their package names, ignoring differences in capitalization.

While occasionally having such names is reasonable, they are often used due to a poor naming scheme, may be redundant and annoying.

Example:

package byteCode; class ByteCodeAnalyzer {}

A quick-fix that renames such classes is available only in the editor.

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Java, 233.SNAPSHOT

Last modified: 13 July 2023