Feature #69
Refactor LocalQuery to clean up call paths
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
Rationalise the multiple calls to resolve(); rename class [[QueryEvalContext]] or similar and likewise rename [[LocalQueryResolver]] to match. Clean-up to make class more stateless, and consequently to eliminate some of the encapsulation hacks in LQR.
<br/>
<br/>
This will make the model-name fix much cleaner - as well as making it possible to improve the Resolver and Custom-Constraint SPI's.
Updated by Andrae Muys - about 16 years ago
Would be nice to clean up doQuery and doModify, but these are tasks for another day.