mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-17 09:06:55 +01:00
removed un-necassary functionality from all analyzers and the base engine
Former-commit-id: e6b97601ff24ced2a2016d03b35869d083b947db
This commit is contained in:
@@ -512,12 +512,4 @@ public class CPEAnalyzer implements Analyzer {
|
||||
public void initialize() throws Exception {
|
||||
this.open();
|
||||
}
|
||||
/**
|
||||
* Used to indicate if any steps should be taken after the analysis. The
|
||||
* abstract implementation returns NOTHING.
|
||||
* @return NOTHING
|
||||
*/
|
||||
public PostAnalysisAction getPostAnalysisAction() {
|
||||
return PostAnalysisAction.NOTHING;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,13 +159,4 @@ public class NvdCveAnalyzer implements Analyzer {
|
||||
public void initialize() throws Exception {
|
||||
this.open();
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to indicate if any steps should be taken after the analysis. The
|
||||
* abstract implementation returns NOTHING.
|
||||
* @return NOTHING
|
||||
*/
|
||||
public PostAnalysisAction getPostAnalysisAction() {
|
||||
return PostAnalysisAction.NOTHING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user