mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 16:24:11 +01:00
suppressed null warnings
Former-commit-id: 6e249fd024f1674242f2660f56ffa96edccfe80f
This commit is contained in:
@@ -130,6 +130,7 @@ public class FalsePositiveAnalyzer extends AbstractAnalyzer {
|
|||||||
*
|
*
|
||||||
* @param dependency the dependency being analyzed
|
* @param dependency the dependency being analyzed
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("null")
|
||||||
private void removeSpuriousCPE(Dependency dependency) {
|
private void removeSpuriousCPE(Dependency dependency) {
|
||||||
final List<Identifier> ids = new ArrayList<Identifier>();
|
final List<Identifier> ids = new ArrayList<Identifier>();
|
||||||
ids.addAll(dependency.getIdentifiers());
|
ids.addAll(dependency.getIdentifiers());
|
||||||
|
|||||||
Reference in New Issue
Block a user