public class SpoiledChildInterfaceImplementor
extends java.lang.Object
implements edu.umd.cs.findbugs.Detector
Constructor and Description |
---|
SpoiledChildInterfaceImplementor(edu.umd.cs.findbugs.BugReporter bugReporter)
constructs a SCII detector given the reporter to report bugs on
|
Modifier and Type | Method and Description |
---|---|
void |
report()
required for implementing the interface
|
void |
visitClassContext(edu.umd.cs.findbugs.ba.ClassContext classContext)
looks for classes that implement interfaces but don't provide those
methods
|
public SpoiledChildInterfaceImplementor(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-2015 MeBigFatGuy.com. All Rights Reserved.