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() |
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.Detector
classContext
- the context object of the currently parsed classpublic void report()
report
in interface edu.umd.cs.findbugs.Detector
Copyright © 2005-2011 MeBigFatGuy.com. All Rights Reserved.