public class PossibleIncompleteSerialization
extends java.lang.Object
implements edu.umd.cs.findbugs.Detector
| Constructor and Description |
|---|
PossibleIncompleteSerialization(edu.umd.cs.findbugs.BugReporter bugReporter)
constructs a PIS detector given the reporter to report bugs on
|
| Modifier and Type | Method and Description |
|---|---|
void |
report() |
java.lang.String |
toString() |
void |
visitClassContext(edu.umd.cs.findbugs.ba.ClassContext classContext)
implements the visitor to look for classes that are serializable, and are
derived from non serializable classes and don't either implement methods
in Externalizable or Serializable to save parent class fields.
|
public PossibleIncompleteSerialization(edu.umd.cs.findbugs.BugReporter bugReporter)
bugReporter - the sync of bug reportspublic void visitClassContext(edu.umd.cs.findbugs.ba.ClassContext classContext)
visitClassContext in interface edu.umd.cs.findbugs.DetectorclassContext - the context object of the currently parsed classpublic void report()
report in interface edu.umd.cs.findbugs.Detectorpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2016 MeBigFatGuy.com. All Rights Reserved.