org.mevenide.reports
Class FindbugsResult

java.lang.Object
  extended by org.mevenide.reports.FindbugsResult

public final class FindbugsResult
extends java.lang.Object

Class encapsulating the result of findbugs report. Reads the raw findbugs report and makes it accessible from code. Assumes the report file is present. Was done against 0.8.4 version of findbugs report

Author:
Milos Kleint (mkleint@codehaus.org)

Nested Class Summary
static class FindbugsResult.Violation
           
 
Constructor Summary
FindbugsResult(org.mevenide.context.IQueryContext con)
          Creates a new instance of FindbugsResult
 
Method Summary
 java.lang.String[] getClassNames()
           
 java.util.List getViolationsForClass(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindbugsResult

public FindbugsResult(org.mevenide.context.IQueryContext con)
Creates a new instance of FindbugsResult

Method Detail

getClassNames

public java.lang.String[] getClassNames()

getViolationsForClass

public java.util.List getViolationsForClass(java.lang.String className)


Copyright © 2003-2005 The Codehaus. All Rights Reserved.