Package edu.umd.cs.findbugs
Class DiscoverSourceDirectories.NoOpErrorLogger
java.lang.Object
edu.umd.cs.findbugs.DiscoverSourceDirectories.NoOpErrorLogger
- All Implemented Interfaces:
IErrorLogger
- Enclosing class:
DiscoverSourceDirectories
private static class DiscoverSourceDirectories.NoOpErrorLogger
extends Object
implements IErrorLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Log an error that occurs while performing analysis.void
Log an error that occurs while performing analysis.void
reportMissingClass
(ClassDescriptor classDescriptor) Called to report a class lookup failure.void
Called to report a class lookup failure.void
Report that we skipped some analysis of a method
-
Constructor Details
-
NoOpErrorLogger
private NoOpErrorLogger()
-
-
Method Details
-
reportMissingClass
Description copied from interface:IErrorLogger
Called to report a class lookup failure.- Specified by:
reportMissingClass
in interfaceIErrorLogger
- Parameters:
ex
- a ClassNotFoundException resulting from the class lookup failure
-
reportMissingClass
Description copied from interface:IErrorLogger
Called to report a class lookup failure.- Specified by:
reportMissingClass
in interfaceIErrorLogger
- Parameters:
classDescriptor
- ClassDescriptor of a missing class
-
logError
Description copied from interface:IErrorLogger
Log an error that occurs while performing analysis.- Specified by:
logError
in interfaceIErrorLogger
- Parameters:
message
- the error message
-
logError
Description copied from interface:IErrorLogger
Log an error that occurs while performing analysis.- Specified by:
logError
in interfaceIErrorLogger
- Parameters:
message
- the error messagee
- the exception which is the underlying cause of the error
-
reportSkippedAnalysis
Description copied from interface:IErrorLogger
Report that we skipped some analysis of a method- Specified by:
reportSkippedAnalysis
in interfaceIErrorLogger
- Parameters:
method
- the method we skipped
-