Integrating them into the ClassForName reflective call analysis
Adding a string analysis demo along with a demo package showcasing the ability of the now integrated analysis to resolve calls across the Apache Xerces Framework
This PR contains some compromises and bugfixes that still need to be ironed out.
This PR will still fail unit (and probably integration) tests since some computation for StringConstancy is missing (often times in the call graph computations that depend on the ClassForName analysis.
Uses the results generated in #1 by:
ClassForName
reflective call analysisThis PR contains some compromises and bugfixes that still need to be ironed out.