eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 123 forks source link

Avoid unecessary operations in kb-importer #537

Open pedrogalvao opened 2 years ago

pedrogalvao commented 2 years ago

Avoid uploading the affected libraries and construct changes when they are already present in the backend. Delete affected libraries and constructs changes before uploading if the overwrite option is used,

TODOs

henrikplate commented 2 years ago

@pedrogalvao : Why did you delete the file shared/src/main/java/org/eclipse/steady/shared/enums/GoalClient.java and what's the empty file kb-importer/src/test/java/org/eclipse/steady/kb/ZipUtil.java?

pedrogalvao commented 2 years ago

@pedrogalvao : Why did you delete the file shared/src/main/java/org/eclipse/steady/shared/enums/GoalClient.java and what's the empty file kb-importer/src/test/java/org/eclipse/steady/kb/ZipUtil.java?

I removed GoalClient by mistake. The ZipUtil.java is not empty and is used by other classes for tests.