Re: RFR: 8307980: Rotate Transformation never invalidates inverseCache [v3]

2024-03-28 Thread Kevin Rushforth
On Thu, 28 Mar 2024 11:23:02 GMT, Lukasz Kostyra wrote: >> Fixed as described in the issue + added tests to check for this scenario >> with all Transform sub classes. Since the test scenario slightly exceeding >> the regular parametrized testing of `TransformOperationsTest` I decided to >> imp

Re: RFR: 8307980: Rotate Transformation never invalidates inverseCache [v3]

2024-03-28 Thread Lukasz Kostyra
> Fixed as described in the issue + added tests to check for this scenario with > all Transform sub classes. Since the test scenario slightly exceeding the > regular parametrized testing of `TransformOperationsTest` I decided to > implement the tests in a separate class. > > I didn't manage to

Re: RFR: 8307980: Rotate Transformation never invalidates inverseCache [v2]

2024-03-26 Thread Kevin Rushforth
On Thu, 7 Mar 2024 11:47:10 GMT, Lukasz Kostyra wrote: >> Fixed as described in the issue + added tests to check for this scenario >> with all Transform sub classes. Since the test scenario slightly exceeding >> the regular parametrized testing of `TransformOperationsTest` I decided to >> impl

Re: RFR: 8307980: Rotate Transformation never invalidates inverseCache [v2]

2024-03-07 Thread Lukasz Kostyra
> Fixed as described in the issue + added tests to check for this scenario with > all Transform sub classes. Since the test scenario slightly exceeding the > regular parametrized testing of `TransformOperationsTest` I decided to > implement the tests in a separate class. > > I didn't manage to

RFR: 8307980: Rotate Transformation never invalidates inverseCache

2024-03-06 Thread Lukasz Kostyra
Fixed as described in the issue + added tests to check for this scenario with all Transform sub classes. Since the test scenario slightly exceeding the regular parametrized testing of `TransformOperationsTest` I decided to implement the tests in a separate class. I didn't manage to reproduce th