org.sonar.batch.issue
Class DeprecatedViolations

java.lang.Object
  extended by 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

Constructor Summary
DeprecatedViolations(IssueCache issueCache, RuleFinder ruleFinder, ResourceCache resourceCache)
           
 
Method Summary
 List<Violation> get(String componentKey)
           
 Violation toViolation(DefaultIssue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedViolations

public DeprecatedViolations(IssueCache issueCache,
                            RuleFinder ruleFinder,
                            ResourceCache resourceCache)
Method Detail

get

public List<Violation> get(String componentKey)

toViolation

public Violation toViolation(DefaultIssue issue)


Copyright © 2009–2015 SonarSource. All rights reserved.