| category | breaking |
|---|
- The
Metricslibrary no longer contains code that depends on the points-to analysis. The removed functionality has instead been moved to theLegacyPointsTomodule, to classes likeModuleMetricsWithPointsToetc. If you depend on any of these classes, you must now remember to importLegacyPointsTo, and use the appropriate types in order to use the points-to-based functionality.