org.sonar.plugins.findbugs
Class FindbugsSensor
java.lang.Object
org.sonar.plugins.findbugs.FindbugsSensor
- All Implemented Interfaces:
- CheckProject, Sensor, BatchComponent, BatchExtension, Extension
public class FindbugsSensor
- extends Object
- implements Sensor
FindbugsSensor
public FindbugsSensor(RulesProfile profile,
RuleFinder ruleFinder,
FindbugsExecutor executor)
shouldExecuteOnProject
public boolean shouldExecuteOnProject(Project project)
- Specified by:
shouldExecuteOnProject in interface CheckProject
analyse
public void analyse(Project project,
SensorContext context)
- Description copied from interface:
Sensor
- The method that is going to be run when the sensor is called
- Specified by:
analyse in interface Sensor
- Parameters:
project - the project the sensor runs oncontext - the context
getFindbugsReportFile
protected final File getFindbugsReportFile(Project project)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 SonarSource. All Rights Reserved.