Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
O
R
T
V
A
addBugReport(BugInstance)
- Method in class org.codehaus.mojo.findbugs.
Reporter
Adds a bug to the report.
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.
assembleJXRHyperlink(SourceLineAnnotation, String)
- Method in class org.codehaus.mojo.findbugs.
Reporter
Assembles the hyperlink to point to the source code.
C
canGenerateReport()
- Method in class org.codehaus.mojo.findbugs.
FindBugsMojo
Checks whether prerequisites for generating this report are given.
closeClassReportSection()
- Method in class org.codehaus.mojo.findbugs.
Reporter
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
.
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
finish()
- Method in class org.codehaus.mojo.findbugs.
Reporter
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.
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.
getJavaSources(Locale, File)
- Method in class org.codehaus.mojo.findbugs.
FindBugsMojo
Collects the java sources from the source roots.
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.
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.
getSiteRenderer()
- Method in class org.codehaus.mojo.findbugs.
FindBugsMojo
Returns the doxia site renderer.
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.
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.
O
observeClass(JavaClass)
- Method in class org.codehaus.mojo.findbugs.
Reporter
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
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.
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.
A
C
D
E
F
G
I
O
R
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006 null. All Rights Reserved.