We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"immutableExceptions"
Generates a warning if an exception class has any non-final field(s).
A class is assumed to be an exception class if its name ends with "Exception" or "Error". (The exact regex used is (?:Exception|Error)$.)
(?:Exception|Error)$