主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Olga Klisho
活动总数
603
最后的活动
2025年06月02日 07:58
成员加入日期
2018年11月06日 08:23
关注
0 名用户
关注者数
3 名用户
投票数
0
订阅数
212
活动概览
文章(0)
帖子(0)
评论(391)
按最近的活动排序
最近的活动
投票数
创建于
2020年03月17日 14:37
Sean, Thank you for clarification. Your issue is reproduced for me with 2019.3.3, but works correct with 2020.1 (https://confluence.jetbrains.com/display/IDEADEV/IDEA+2020.1+latest+builds). If poss...
社区
IntelliJ IDEA Users
In JavaFX project CSS styles color picker menu does not open
1 票
创建于
2020年01月13日 20:05
Hello, Here is the code sample: class Employee { Department department; public Employee(final Department department) { this.department = department; } public...
社区
IntelliJ IDEA Users
Refactoring "hide delegate" as procedure available?
1 票
创建于
2019年11月08日 15:48
Thank you for the sample provided. Please follow the issue created at YouTrack: https://youtrack.jetbrains.com/issue/IDEA-226551
社区
IntelliJ IDEA Users
"Declaration access can be weaker" not applied in Inspect Code in 2019.2.4
1 票
创建于
2019年11月05日 13:10
Hello, Current behaviour seems to be intended, please see the issue: https://youtrack.jetbrains.com/issue/IDEA-182740 Does disabling "report variables which are implicit finals" option of the inspe...
社区
IntelliJ IDEA Users
try-with-resources - incorrect can have 'final' modifier
1 票
创建于
2019年08月15日 12:01
Daniel, Thank you for the report. Please follow the issue created for it at YouTrack: https://youtrack.jetbrains.com/issue/IDEA-220751
社区
IntelliJ IDEA Users
'Optional.get() is called without isPresent()' check losing information based on unrelated asserts
1 票
创建于
2019年07月04日 09:25
Hello, You need to use the checkbox just once (you may quickly select the Declare var type option with mnemonic Ctrl+Alt+V), during the next refactorings state of this option will be saved, so ther...
社区
IntelliJ IDEA Users
Intention - Itroduce local variable use local type inference
1 票
创建于
2019年06月28日 08:01
Hello, You may put the cursor somewhere inside the instantiateRequest: list.add(instantiate<cursor>Request(jobName, resultSet)); Then use Cmd+Alt+V shortcut (or Refactor | Extract | Variable), you...
社区
IntelliJ IDEA Users
'Introduce local variable' vs 'Split into declaration and assignment'
1 票
创建于
2019年06月07日 12:21
Hello, In case you have static method like: private static List<String> getListOfStrings(){ return null;} And it's usage is as follows: public static void main(String[] args) { getListOfStrin...
社区
IntelliJ IDEA Users
Autocomplete left side of the equation
1 票
创建于
2019年04月09日 12:05
Please create an issue at YouTrack: https://youtrack.jetbrains.com/issues with project sample attached. Thank you.
社区
IntelliJ IDEA Users
Can't find tests (JUnit 5)
1 票
创建于
2019年03月11日 15:33
Please provide project sample to reproduce the issue. How do you run the test, is Gradle/Maven or IDEA Junit run configuration used? Do you have Junit defined in module dependencies (Project Struct...
社区
IntelliJ IDEA Users
Exception: intellij failed to resolve org.junit.platform:junit-platform-launcher:1.3.2
1 票
«
第一页
‹
上一页
下一页
›
最后
»