Reports instance variables that can safely be made
static
. A field can be static if it is declared
final
and initialized with a constant.
Example:
public final String str = "sample";