Reports any instances of hardcoded String literals. Hardcoded string literals are probably errors in an internationalized environment. This inspection won't report empty strings and strings consisting of only whitespace.

The checkboxes below may be used to further specialize whether this inspection should report strings in:

There is a quickfix provided that transforms a Java code string literal into a java.util.ResourceBundle.getString() method call.