Eugene Lukash

Results 291 comments of Eugene Lukash
trafficstars

I've just made yet another (or rather last ditch) attempt to fix the symptoms. If you can try latest master (fix is in f7dd7ec9) and see if there are any...

sounds scary. Thank you for digging this, will look into it

That's interesting finding, that that sluggishness/oom problem is orthogonal problem potentially introduces with seemingly innocent fix, yet it may not necessarily be the case, but a good lead. @SimY4 can...

Agree that that could deserve another issue not directly related, maybe I'll create one, just later > Is there a way to run ECJ from the command line? yes, download...

It is by design that `@Default` and `@Derived` attributes are part of the value and are fully defined and finalized during construction. Oftentimes derived attributes used to output additional computed...

is it only for `beanFriendlyModifiables` or for `Modifiables` in general?

Thank you for reporting this. There are now way to disable specific copy methods. The feature, I'm afraid, could be adding yet another annotation or style flag for quite specific...

Thank you for the feature request. I've seen something like this was already opened and then closed as something already working (to some degree). Can you please check if the...

Ah, default methods... right, we can plug implementation there. We already generate wither interface only containing wither signatures while implementation class is expected to implement those. But for records we...

BTW, just tried myself, it seems that there are no need to specify all constructor parameters just to annotate constructor. So called "compact" constructor can be used ```java record Uio(...