In some rare cases the tracking of Array values fails

Issue #1 resolved
Michael Eichberg repo owner created an issue

E.g., when we have to analyze the following code an error is thrown:

Object[] foo = ...

if(...)
   foo = new List[...]
else
   foo = new Set[...]

Object o = foo[0]

Comments (1)

  1. Michael Eichberg reporter

    This issue is now resolved in the current development branch and the fix will be available with the next merge with the master branch.

  2. Log in to comment