-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
False
-
-
False
-
-
-
None
Description of problem:
When analyzing an application, that does not have all the information (say a missing class) then the analyzer can find false positives on these particular rules
Version-Release number of selected component (if applicable):
0.5.0
How reproducible:
100%
Steps to Reproduce:
1. analayze book server application
2. Notice two extra matches on Book.get* methods.
3.
Actual results:
extra issues that are not for the rule <path>.get* methods
Expected results:
These rules shouldn't match
Additional info:
This is happening becuase we are unable to determine the class that these methods are for, and because of this we are being extra safe and adding the matches. This could lead to false positves as above.