Uses of Class
org.sonar.api.issue.NoSonarFilter

Packages that use NoSonarFilter
org.sonar.api.issue   
 

Uses of NoSonarFilter in org.sonar.api.issue
 

Methods in org.sonar.api.issue that return NoSonarFilter
 NoSonarFilter NoSonarFilter.addComponent(String componentKey, Set<Integer> noSonarLines)
          Deprecated. since 5.0 use noSonarInFile(InputFile, Set)
 NoSonarFilter NoSonarFilter.noSonarInFile(InputFile inputFile, Set<Integer> noSonarLines)
          Register lines in a file that contains the NOSONAR flag.
 



Copyright © 2009–2015 SonarSource. All rights reserved.