Tests a provided class to see if it contains any mutable static members. These are a likely source of concurrency problems, so the class can be assumed thread unsafe, but VM safe if it contains these. Since Version 1.1 this will ignore all fields that are marked with the {@link ThreadSafe} Annotation.
@author Jordan Woerner
@version 1.1
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.