Reports on any call to
String.intern()
on a compile-time constant string. Per the Java Language Specification, compile-time constant strings are automatically interned, making the call to
String.intern()
redundant.