A B C D E F G H I L M O P R S T V X

A

addBugReport(BugInstance) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
addClasspathEntriesToFindBugsProject(Project) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Adds the dependend libraries of the project to the findbugs aux classpath.
addFiltersToFindBugs(FindBugs) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Adds the specified filters of the project to the findbugs.
addJavaSourcesToFindBugsProject(List, Project) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Adds the source files to the find bugs project.
addPluginsToFindBugs(Locale) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Adds the specified plugins to findbugs.
addVisitorsToFindBugs(UserPreferences) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Adds the specified visitors to findbugs.
analysisErrorTag(String) - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
assembleJXRHyperlink(SourceLineAnnotation, String) - Method in class org.codehaus.mojo.findbugs.Reporter
Assembles the hyperlink to point to the source code.

B

body() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
body(String, String, String) - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
body_() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
bugInstance(String, String, String, String, String) - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 

C

canGenerateReport() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Checks whether prerequisites for generating this report are given.
classTag(String) - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
classTag_() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
close() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
closeClassReportSection() - Method in class org.codehaus.mojo.findbugs.Reporter
Closes the class report section.
closeClassReportSection() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
Closes the class report section.

D

debugJavaSources(Locale, List) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Lists absolute paths of java source files for denugging purposes.
debugSourceDirectory(Locale, File) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Prints out the source roots to the logger with severity debug.
doReportBug(BugInstance) - Method in class org.codehaus.mojo.findbugs.Reporter
 

E

EffortParameter - Class in org.codehaus.mojo.findbugs
Constant values for the configuration parameter effort.
errorTag() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
errorTag_() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
evaluateThresholdParameter(int) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
Returns the threshold string value for the integer input.
executeReport(Locale) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Executes the generation of the report.

F

FindBugsMojo - Class in org.codehaus.mojo.findbugs
Generates a FindBugs report.
FindBugsMojo() - Constructor for class org.codehaus.mojo.findbugs.FindBugsMojo
 
FindbugsXdocSink - Class in org.codehaus.mojo.findbugs
A doxia Sink which produces an FindBugs model.
FindbugsXdocSink(Writer) - Constructor for class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
finish() - Method in class org.codehaus.mojo.findbugs.Reporter
 
finish() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
flush() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 

G

getBundle(Locale) - Static method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the resource bundle for a specific locale.
getCorePlugin(Locale) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Retrieve the coreplugin module name
getCorePluginPath(Locale) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Get the File reference for the Findbugs core plugin.
getDescription(Locale) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the plugins description for the "generated reports" overview page.
getDetailsLink(String) - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the link to details description on findbugs site.
getEffort() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
getEffortParameter() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the effort parameter to use.
getEffortTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the effort title of the report.
getFilesTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the title for the files title.
getFindBugsLink() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the link to FindBugs.
getFindBugsName() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the name of FindBugs.
getFindBugsVersion() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the Findbugs Version of the report.
getFindBugsVersion() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
Gets the Findbugs Version of the report.
getJavaSources(Locale, File) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Collects the java sources from the source roots.
getLog() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
getName() - Method in class org.codehaus.mojo.findbugs.EffortParameter
 
getName(Locale) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the plugins name for the "generated reports" overview page and the menu.
getName() - Method in class org.codehaus.mojo.findbugs.ThresholdParameter
 
getOutputDirectory() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the report output directory.
getOutputName() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns report output file name, without the extension.
getOutputWriter() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
getProject() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the maven project.
getRealBugReporter() - Method in class org.codehaus.mojo.findbugs.Reporter
Get the real bug reporter at the end of a chain of delegating bug reporters.
getReportLinkTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the name of the link to FindBugs.
getReportTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the report title.
getResourceBundle() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
getSink() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
getSiteRenderer() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the doxia site renderer.
getSummaryTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the title for the summary section.
getThreshold() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
getThresholdParameter() - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Returns the threshold parameter to use.
getThresholdTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the threshold title of the report.
getValue() - Method in class org.codehaus.mojo.findbugs.EffortParameter
 
getValue() - Method in class org.codehaus.mojo.findbugs.ThresholdParameter
 
getVersionTitle() - Method in class org.codehaus.mojo.findbugs.Reporter
Gets the Findbugs Version title of the report.

H

head() - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 

I

initialiseFindBugs(Locale, List) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Initialise FindBugs.
initialiseReporter(Sink, ResourceBundle, Log, EffortParameter) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Initialises a reporter.
isJXRPluginEnabled(ResourceBundle) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Determines if the JXR-Plugin is included in the report section of the POM.

L

logError(String) - Method in class org.codehaus.mojo.findbugs.Reporter
 
logError(String, Throwable) - Method in class org.codehaus.mojo.findbugs.Reporter
 
logError(String) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
logError(String, Throwable) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 

M

markup(String) - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 
missingClassTag(String) - Method in class org.codehaus.mojo.findbugs.FindbugsXdocSink
 

O

observeClass(ClassDescriptor) - Method in class org.codehaus.mojo.findbugs.Reporter
Observe a class.
observeClass(ClassDescriptor) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
Observe a class.
openClassReportSection() - Method in class org.codehaus.mojo.findbugs.Reporter
Initialised a bug report section in the report for a particular class.
org.codehaus.mojo.findbugs - package org.codehaus.mojo.findbugs
 

P

printBug(BugInstance) - Method in class org.codehaus.mojo.findbugs.Reporter
Print the bug collection to a line in the table
printErrors() - Method in class org.codehaus.mojo.findbugs.XDocsReporter
Closes the class report section.
printFilesSummary() - Method in class org.codehaus.mojo.findbugs.Reporter
Print the File Summary Section.
printFilesSummaryLine(int) - Method in class org.codehaus.mojo.findbugs.Reporter
 
printSummary() - Method in class org.codehaus.mojo.findbugs.Reporter
Print the Summary Section.

R

reportAnalysisError(AnalysisError) - Method in class org.codehaus.mojo.findbugs.Reporter
Report a queued error.
Reporter - Class in org.codehaus.mojo.findbugs
The reporter controls the generation of the FindBugs report.
Reporter(Sink, ResourceBundle, Log, ThresholdParameter, boolean, EffortParameter) - Constructor for class org.codehaus.mojo.findbugs.Reporter
Default constructor.
reportMissingClass(String) - Method in class org.codehaus.mojo.findbugs.Reporter
Report a missing class.
reportMissingClass(ClassNotFoundException) - Method in class org.codehaus.mojo.findbugs.Reporter
 
reportMissingClass(ClassDescriptor) - Method in class org.codehaus.mojo.findbugs.Reporter
 
reportMissingClass(ClassDescriptor) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
reportMissingClass(ClassNotFoundException) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 

S

setEffort(EffortParameter) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
setFindBugsDebug(FindBugs) - Method in class org.codehaus.mojo.findbugs.FindBugsMojo
Sets the Debug Level
setLog(Log) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
setOutputWriter(Writer) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
setResourceBundle(ResourceBundle) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 
setThreshold(ThresholdParameter) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
 

T

ThresholdParameter - Class in org.codehaus.mojo.findbugs
Constant values for the configuration parameter threshold.

V

valueForLine(SourceLineAnnotation) - Method in class org.codehaus.mojo.findbugs.Reporter
Return the value to display.
valueForLine(SourceLineAnnotation) - Method in class org.codehaus.mojo.findbugs.XDocsReporter
Return the value to display.

X

XDocsReporter - Class in org.codehaus.mojo.findbugs
The reporter controls the generation of the FindBugs report.
XDocsReporter(BugReporter) - Constructor for class org.codehaus.mojo.findbugs.XDocsReporter
Default constructor.

A B C D E F G H I L M O P R S T V X

Copyright © 2005-2006 CodeHaus. All Rights Reserved.