主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Sergei Riabinin
关注
新文章和帖子
新文章、帖子和评论
活动总数
57
最后的活动
2022年07月26日 09:03
成员加入日期
2022年03月17日 11:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
23
活动概览
文章(0)
帖子(0)
评论(34)
Sergei Riabinin
进行了评论,
2022年07月26日 09:03
Does it happen often that you use dependencies with conflicting class names and miss a certain dependency? Also, IDEA won't add an unwanted import in case of type mismatching.How do you see the fea...
社区
IntelliJ IDEA Users
Suggestion: Add user-specified unambiguous imports on-the-fly
0 票
Sergei Riabinin
进行了评论,
2022年07月25日 16:34
You can create a template file, see https://youtrack.jetbrains.com/issue/IDEA-204610/Request-to-add-automatic-TestNGxml-file-creation-support#focus=Comments-27-3237193.0-0, or you can try to use pl...
社区
IntelliJ IDEA Users
TestNG XML File Creation For Each .Java File
0 票
Sergei Riabinin
进行了评论,
2022年07月25日 16:11
Can you describe the exact flaw in Eclipse to generate different testng xmls?Do you have java files in different modules, or do you generate separate xml files for separate test classes in one modu...
社区
IntelliJ IDEA Users
TestNG XML File Creation For Each .Java File
1 票
Sergei Riabinin
进行了评论,
2022年07月21日 11:50
and just in case: you can see the following code in the original template in IDEA: #parse("equalsHelper.vm")... #addEqualsPrologue() #addClassInstance() This refers to https://github.com/JetBrain...
社区
IntelliJ IDEA Users
Update equals() method code generation to use pattern matching
0 票
Sergei Riabinin
进行了评论,
2022年07月21日 11:42
Kanishknishare.g. you can try this template: #parse("equalsHelper.vm")public boolean equals(###if ($settings.generateFinalParameters) final ###endObject $paramName){ if(this == $paramName) return...
社区
IntelliJ IDEA Users
Update equals() method code generation to use pattern matching
1 票
Sergei Riabinin
进行了评论,
2022年07月19日 09:45
You can change the default template - in the Generate popup, click equals() and hashCode(), then click to open the Templates dialog, where you can create a custom template based on a default one. C...
社区
IntelliJ IDEA Users
Update equals() method code generation to use pattern matching
0 票
Sergei Riabinin
进行了评论,
2022年07月12日 15:24
We've created a ticket to investigate this, please follow https://youtrack.jetbrains.com/issue/IDEA-297812
社区
IntelliJ IDEA Users
JDK annotations contain invalid NotNull annotation
0 票
Sergei Riabinin
进行了评论,
2022年07月11日 12:33
There's no such feature at the moment, but there are two related feature requests for it, see https://youtrack.jetbrains.com/issue/IDEA-292593 and https://youtrack.jetbrains.com/issue/IDEA-125133.Y...
社区
IntelliJ IDEA Users
Can you get Code Coverage of only the changes in your Pull Request?
0 票
Sergei Riabinin
进行了评论,
2022年07月04日 14:29
Craig Larsen the issue is not reproduced for me with the sample code posted above in 2022.1.3 and 2022.2 EAP 7. Could you please share your code sample?
社区
IntelliJ IDEA Users
Incorrect "AutoCloseable used without 'try'-with-resources" warning for append call?
0 票
Sergei Riabinin
进行了评论,
2022年07月01日 15:06
You can configure for how long popup will stay, see https://www.jetbrains.com/help/idea/viewing-reference-information.html?keymap=primary_windows#configure-parameter-info-popupAnd if popup was clos...
社区
IntelliJ IDEA Users
How to always keep Parameter Info popup open
0 票