Nad Chel
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 14
-
Nad Chel commented, -
Nad Chel created a post, AnsweredConflicting inspections on passing primitive arrays to Object vararg methods
Problem description:If I pass a primitive array to a method that accepts `Object…`, IntelliJ IDEA will suggest casting the argument to `Object`. However, if I do that, the IDE will highlight the ca... -
Nad Chel commented, -
Nad Chel created a post, AnsweredMapStruct's generated mapper doesn't map any properties
My MapStruct mapper doesn't work. For some reason, getters/setters are not included in the mapper method bodies (the mapper implementation *is* generated). It simply calls the no-args and returns t... -
-
-
Nad Chel created a post, AnsweredWhat is the expected schema for GUI forms?
We have a lot of GUI forms in our project. A few of them are broken (for years). I decided to fix it. I know it is discouraged to manually edit those XML files, but here we are. I don't see any way... -
Nad Chel created a post, AnsweredIntelliJ warnings unaware of GUI forms
IntelliJ's warning system seems to be out of sync with GUI Designer formsHere's an example. Even though `_tableList` will be initialized in the generated `$$$setupUI()$$$` method, I get a warning t... -
Nad Chel created a post, AnsweredApply individual changes from the shelf
It's a pity I can't apply individual changes from the shelf, as possible in the Diff view, for instance. There's no arrow in the gutter between the versions. That feature would be really nice to have -