resources.report.rules.spotbugs.WS_WRITEOBJECT_SYNC.html Maven / Gradle / Ivy
WS_WRITEOBJECT_SYNC
WS: Class's writeObject() method is synchronized but nothing else is (WS_WRITEOBJECT_SYNC)
This class has a writeObject()
method which is synchronized;
however, no other method of the class is synchronized.