Description of problem:
Noticed some false positive results generated in analysis of tackle-testapp public.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Analysis on tackle-testapp-public https://github.com/konveyor/tackle-testapp-public/
2. Source mode
3. ran analysis and studied rules fired.
Actual results:
1) local-storage-00001 , doesn't look related to the source code .
The rule is fired for these lines
dataSource.setDriverClassName(config.getProperty("jdbc.driverClassName"));
dataSource.setUrl(config.getProperty("jdbc.url"));
dataSource.setUsername(config.getProperty("jdbc.user"));
dataSource.setPassword(config.getProperty("jdbc.password"));
2) ruleID: java-removals-00110(https://github.com/konveyor/rulesets/blob/4d682fd27dedc2fd815c53ac57c3109678a60cb2/default/generated/openjdk11/191-java-removals.windup.yaml#L262)
doesn't seem to be matching for Source code
transactionManager.setEntityManagerFactory(entityManagerFactory().getObject());
Expected results:
Additional info:
- is related to
-
MTA-3218 Analysis False positives for tackle-testapp-public
- Closed