Adding type parameters to PropertyComputationResult

Issue #142 new
florian_kuebler created an issue

In FPCF we can compute various properties for a single entity. The analyses do so by computing a PropertyComputationResult.

However, there is no type guarantee that the analyses always returns the intended result, e.g. an escape analysis should compute a Result that captures an escape property and not a purity property.

The scenario becomes more realistic when it comes to wrapper properties, e.g. representing aggregated results.

In cases where different entities/properties should be computed it would be still possible to use Entity/Property as type parameter

Comments (0)

  1. Log in to comment