]> source.dussan.org Git - sonarqube.git/blob
4d5e8ca79c1633dd35687d55e0137670b19d6f4e
[sonarqube.git] /
1 <p>
2         A large String constant is duplicated across multiple class files. 
3         This is likely because a final field is initialized to a String constant, and the Java language
4         mandates that all references to a final field from other classes be inlined into
5 that classfile. See <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6447475">JDK bug 6447475</a>
6         for a description of an occurrence of this bug in the JDK and how resolving it reduced
7         the size of the JDK by 1 megabyte.
8 </p>