org.sonar.batch.issue
Class DeprecatedViolations
java.lang.Object
org.sonar.batch.issue.DeprecatedViolations
- All Implemented Interfaces:
- BatchComponent
public class DeprecatedViolations
- extends Object
- implements BatchComponent
Bridge with violations, that have been deprecated in 3.6.
- Since:
- 3.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecatedViolations
public DeprecatedViolations(IssueCache issueCache,
RuleFinder ruleFinder,
ResourceCache resourceCache)
get
public List<Violation> get(String componentKey)
toViolation
public Violation toViolation(DefaultIssue issue)
Copyright © 2009–2015 SonarSource. All rights reserved.