Back to Intellij Community

DollarSignInName

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

2025.3-rc-2270 B
Original Source

Reports variables, methods, and classes with dollar signs ($) in their names. While such names are legal Java, their use outside of generated java code is strongly discouraged.

Example:

class SalaryIn${}

Rename quick-fix is suggested only in the editor.