The sortIfNeeded() method uses the wrong reference when building the Order. This is probably dues to the expression refactoring.
The sortIfNeeded uses the component mapping (this.getComponentMapping()) to find the correct component to use for the dataset. Either the mapping is wrong (but I think I created tests for it) or the component is mutated somewhere.
The sortIfNeeded() method uses the wrong reference when building the Order. This is probably dues to the expression refactoring.
The sortIfNeeded uses the component mapping (
this.getComponentMapping()) to find the correct component to use for the dataset. Either the mapping is wrong (but I think I created tests for it) or the component is mutated somewhere.