|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.core.AnnotationDifferencer
public final class AnnotationDifferencer
Provides several utility methods based on sets of annotations.
| Method Summary | |
|---|---|
static Set<FileAnnotation> |
getFixedAnnotations(Set<FileAnnotation> current,
Set<FileAnnotation> previous)
Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the current. |
static Set<FileAnnotation> |
getNewAnnotations(Set<FileAnnotation> current,
Set<FileAnnotation> previous)
Returns the new annotations, i.e., the annotations that are in the current build but not in the previous. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Set<FileAnnotation> getNewAnnotations(Set<FileAnnotation> current,
Set<FileAnnotation> previous)
current - annotations in current buildprevious - annotations in previous build
public static Set<FileAnnotation> getFixedAnnotations(Set<FileAnnotation> current,
Set<FileAnnotation> previous)
current - annotations in current buildprevious - annotations in previous build
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||