|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mevenide.reports.FindbugsResult
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
| 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 |
public FindbugsResult(org.mevenide.context.IQueryContext con)
| Method Detail |
public java.lang.String[] getClassNames()
public java.util.List getViolationsForClass(java.lang.String className)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||