public class FindbugsSensor extends Object implements Sensor
FLAG_SQUID_ANALYSIS| Constructor and Description |
|---|
FindbugsSensor(RulesProfile profile,
RuleFinder ruleFinder,
FindbugsExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyse(Project project,
SensorContext context)
The method that is going to be run when the sensor is called
|
protected File |
getFindbugsReportFile(Project project) |
boolean |
shouldExecuteOnProject(Project project) |
String |
toString() |
public FindbugsSensor(RulesProfile profile, RuleFinder ruleFinder, FindbugsExecutor executor)
public boolean shouldExecuteOnProject(Project project)
shouldExecuteOnProject in interface CheckProjectpublic void analyse(Project project, SensorContext context)
Sensorprotected final File getFindbugsReportFile(Project project)
Copyright © 2009-2012 SonarSource. All Rights Reserved.