Re: Regression in Introspector

2018-01-29 Thread Semyon Sadetsky
Hello Vadim, It looks like a consequence of the 8156043 fix discussed on this alias in May 2016. The fix author was warned that his change may result in wrong property setter methods in case of overriding. Nevertheless he insisted that the fix is justified by some improved stability reasons.

Re: Regression in Introspector

2018-01-29 Thread Vadim Beilin
I have filed the report. Regarding the 8156043 fix: Yes, when I use debugger to reverse the effects of `list.sort(MethodOrder.instance)` in MethodInfo.get(Class), the write method is found as expected. Regards, Vadim On 29 January 2018 at 16:40, Semyon Sadetsky wrote: > Hello Vadim, > > It loo

Re: Regression in Introspector

2018-01-29 Thread Sergey Bylokhov
Hi, Vadim. Thank you for the report. On 29/01/2018 14:51, Vadim Beilin wrote: I have filed the report. Regarding the 8156043 fix: Yes, when I use debugger to reverse the effects of `list.sort(MethodOrder.instance)` in MethodInfo.get(Class), the write method is found as expected. -- Best