TMTron

Results 23 issues of TMTron

Can we add customized with methods as explained in the [immutables docs: "Customize with methods"](http://immutables.github.io/encoding.html#customize-with-methods)? e.g. for a `Set` we could add `with` methods like these: ``` public final ImmutableExampleSetType...

**Describe the bug:** When we right-click a folder in the Project Explorer and select new `Nx Generate (Ui)`, the plugin shows a long list: ![image](https://user-images.githubusercontent.com/20422904/179470752-a421486a-ad81-4f7e-a853-fd624e0d5856.png) This list is annoying to...

We need a way to suppress all initialization errors (but not the nullness checks). **Example**: ```java public final class InitTest { private String field; public InitTest() { init(); } private...