Nad Chel
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 14
-
创建于 Conflicting 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... -
已编辑于 MapStruct'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... -
已编辑于 What 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... -
已编辑于 IntelliJ 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... -
创建于 Apply 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 -
已编辑于 How can I take a look at the $$$setupUI$$$() method? A decompiler doesn't show the declaration
已回答I'm experimenting with IntelliJ's GUI Designer. I wanted to see what code IntelliJ wrote for me. However, I noticed that while the method call is present in the constructor, the call to $$$setupUI$... -
创建于 @author javadoc prompt
已回答Hi. Where is this prompt coming from? “Nad.Chel” is neither my global Git name nor my GitHub nickname (it doesn't have a dot). Thank you -
创建于 Unusual coverage statistics. Can you even cover an empty line, a javadoc?
已回答Here's what I got after running a test with coverage and then adding the stats to an existing suiteIt's the first time I see something like that. The Coverage plugin suggests that I cover:1. A clos... -
创建于 What does it take to "Run with coverage"?
已回答I can use some Maven plugin, but I'm still curious to know why IntelliJ's built-in test coverage tool doesn't work on my laptop```At least 5 arguments expected but 1 found.'C:\Users\Ñåìüÿ\AppData\L... -
已编辑于 What language does IntelliJ's HTTP client's scripts use?
已回答What language does IntelliJ's HTTP client use? I thought it's some sort of JavaScript, but then discovered that strings here don't have `Includes()````httpGET http://localhost:8080/api/v1/hello-wor...