Uses of Class
org.sonar.plugins.findbugs.xml.Bug

Packages that use Bug
org.sonar.plugins.findbugs.xml   
 

Uses of Bug in org.sonar.plugins.findbugs.xml
 

Methods in org.sonar.plugins.findbugs.xml that return Bug
 Bug Match.getBug()
           
 

Methods in org.sonar.plugins.findbugs.xml that return types with arguments of type Bug
 List<Bug> OrFilter.getBugs()
           
 

Methods in org.sonar.plugins.findbugs.xml with parameters of type Bug
 void Match.setBug(Bug bug)
           
 

Method parameters in org.sonar.plugins.findbugs.xml with type arguments of type Bug
 void OrFilter.setBugs(List<Bug> bugs)
           
 

Constructors in org.sonar.plugins.findbugs.xml with parameters of type Bug
Match(Bug bug)
           
Match(Bug bug, Priority priority)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.