Closed eclipse-qvtd-bot closed 13 hours ago
By Ed Willink on Apr 18, 2019 05:37
Pushed to master for M2.
THe old smart property inheritance caches are gone. The anslysis just caches what it observes; sourceClass - property - targetClass. These are then checked for conformance when used. Much simpler.
| --- | --- | | Bugzilla Link | 546543 | | Status | RESOLVED FIXED | | Importance | P3 normal | | Reported | Apr 18, 2019 02:14 EDT | | Modified | Apr 18, 2019 05:40 EDT | | See also | 546270 | | Reporter | Ed Willink |
Description
The QVTiProductionConsumption work for Bug 546270 highlights repetitious code to analyze regions, partitions and then an old similr flaky compteCheckedAndEnforcec properties.
The repeated regions, partitions can be shared by a PartialRegion abstraction.
the region analysis is needed to support Connection creation and provide hints to the partitioner
the partition analysis is needed to get it right post-partioning.