Uses of Class
org.owasp.dependencycheck.analyzer.AbstractDependencyComparingAnalyzer
-
Packages that use AbstractDependencyComparingAnalyzer Package Description org.owasp.dependencycheck.analyzer Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies. -
-
Uses of AbstractDependencyComparingAnalyzer in org.owasp.dependencycheck.analyzer
Subclasses of AbstractDependencyComparingAnalyzer in org.owasp.dependencycheck.analyzer Modifier and Type Class Description classDependencyBundlingAnalyzerThis analyzer ensures dependencies that should be grouped together, to remove excess noise from the report, are grouped.classDependencyMergingAnalyzerThis analyzer will merge dependencies, created from different source, into a single dependency.
-