patch for issue #251

Former-commit-id: b63ab10ddf415eb5b5b7d0f2a7fc2e343e3f2aef
This commit is contained in:
Jeremy Long
2015-06-07 17:45:59 -04:00
parent 9244b44ce6
commit 143ce58cb3

View File

@@ -108,11 +108,13 @@ public class HintAnalyzer extends AbstractAnalyzer implements Analyzer {
dependency.getProductEvidence().addEvidence("hint analyzer", "product", "springsource spring framework", Confidence.HIGH);
dependency.getVendorEvidence().addEvidence("hint analyzer", "vendor", "SpringSource", Confidence.HIGH);
dependency.getVendorEvidence().addEvidence("hint analyzer", "vendor", "vmware", Confidence.HIGH);
dependency.getVendorEvidence().addEvidence("hint analyzer", "vendor", "pivotal", Confidence.HIGH);
}
if (vendor.contains(springTest4)) {
dependency.getProductEvidence().addEvidence("hint analyzer", "product", "springsource_spring_framework", Confidence.HIGH);
dependency.getVendorEvidence().addEvidence("hint analyzer", "vendor", "vmware", Confidence.HIGH);
dependency.getVendorEvidence().addEvidence("hint analyzer", "vendor", "pivotal", Confidence.HIGH);
}
//sun/oracle problem