suppressed null warnings

Former-commit-id: 6e249fd024f1674242f2660f56ffa96edccfe80f
This commit is contained in:
Jeremy Long
2013-11-16 13:09:33 -05:00
parent d86c14d3a6
commit 985396aaf9

View File

@@ -130,6 +130,7 @@ public class FalsePositiveAnalyzer extends AbstractAnalyzer {
*
* @param dependency the dependency being analyzed
*/
@SuppressWarnings("null")
private void removeSpuriousCPE(Dependency dependency) {
final List<Identifier> ids = new ArrayList<Identifier>();
ids.addAll(dependency.getIdentifiers());