public class IncorrectInternalClassUse
extends java.lang.Object
implements edu.umd.cs.findbugs.Detector
Constructor and Description |
---|
IncorrectInternalClassUse(edu.umd.cs.findbugs.BugReporter bugReporter)
constructs a IICU detector given the reporter to report bugs on
|
Modifier and Type | Method and Description |
---|---|
void |
report()
implementation stub for Detector interface
|
void |
visitClassContext(edu.umd.cs.findbugs.ba.ClassContext context)
implements the visitor to look for classes that reference com.sun.xxx, or org.apache.xerces.xxx classes
by looking for class constants in the constant pool
|
public IncorrectInternalClassUse(edu.umd.cs.findbugs.BugReporter bugReporter)
bugReporter
- the sync of bug reportspublic void visitClassContext(edu.umd.cs.findbugs.ba.ClassContext context)
visitClassContext
in interface edu.umd.cs.findbugs.Detector
context
- 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.