Back to Intellij Community

QuestionableName

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

2025.3-rc-2359 B
Original Source

Reports variables, methods, or classes with questionable, not really descriptive names. Such names do not help to understand the code, and most probably were created as a temporary thing but were forgotten afterwards.

Example:

int aa = 42;

Rename quick-fix is suggested only in the editor.

Use the option to list names that should be reported.