Eugene Lukash

Results 285 comments of Eugene Lukash

need to look into this, seems that we might already have some features that might, at least partially, address this. `privateNoargConstructor`, `protectedNoargConstructor`, `finalInstanceFields=false`,`beanFriendlyModifiables=true` `create = "new"`(this makes modifiable non final...

Sorry for the late response. I'm not sure that will work for you (hard to analyze use case, sorry), but we have one obscure feature enables by `Style.immutableCopyOfRoutines` attribute. Used...

I do understand the confusion, and while `json.elements != null` check of empty collection is bogus, and this cosmetic issue need to be fixed, the real source of confusion here...

it's so hard to restore the context of this... Ok so Immutables traditionally treated missing and empty collections as equivalent (being null-hostile, so `null` was not a reasonable "default"). In...

I kinda get an idea, need to think about it

Thank you for raising this. These are some assorted thoughts I have about this 1. I personally don't have expertise and time to invest in IntelliJ plugin building so help/contribution...

6. The plugin/tool project should be a separate repo. Of course, it can be added under `github.com/immutables` org, no problem here (as well as any separate user/org would be ok...

for me the need is clear, when you rename accessor (for example) you would also want to rename corresponding initializer on a buider. There's nothing addressing this out for the...

Are you using reflective gson serialization or the [generated type adapters](https://immutables.github.io/json.html#generating-type-adapters) ?