Package net.sourceforge.pmd.lang.java.rule.multithreading
-
Class Summary Class Description DoubleCheckedLockingRule void method() { if (x == null) { synchronized(this){ if (x == null) { x = new | method(); } } } }NonThreadSafeSingletonRule UnsynchronizedStaticFormatterRule Using a Formatter (e.g.