Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Olga Klisho
Total activity
603
Last activity
June 02, 2025 07:58
Member since
November 06, 2018 08:23
Following
0 users
Followed by
3 users
Votes
0
Subscriptions
212
Activity overview
Articles (0)
Posts (0)
Comments (391)
Sort by recent activity
Recent activity
Votes
Created
March 17, 2020 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...
Community
IntelliJ IDEA Users
In JavaFX project CSS styles color picker menu does not open
1 vote
Created
January 13, 2020 20:05
Hello, Here is the code sample: class Employee { Department department; public Employee(final Department department) { this.department = department; } public...
Community
IntelliJ IDEA Users
Refactoring "hide delegate" as procedure available?
1 vote
Created
November 08, 2019 15:48
Thank you for the sample provided. Please follow the issue created at YouTrack: https://youtrack.jetbrains.com/issue/IDEA-226551
Community
IntelliJ IDEA Users
"Declaration access can be weaker" not applied in Inspect Code in 2019.2.4
1 vote
Created
November 05, 2019 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...
Community
IntelliJ IDEA Users
try-with-resources - incorrect can have 'final' modifier
1 vote
Created
August 15, 2019 12:01
Daniel, Thank you for the report. Please follow the issue created for it at YouTrack: https://youtrack.jetbrains.com/issue/IDEA-220751
Community
IntelliJ IDEA Users
'Optional.get() is called without isPresent()' check losing information based on unrelated asserts
1 vote
Created
July 04, 2019 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...
Community
IntelliJ IDEA Users
Intention - Itroduce local variable use local type inference
1 vote
Created
June 28, 2019 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...
Community
IntelliJ IDEA Users
'Introduce local variable' vs 'Split into declaration and assignment'
1 vote
Created
June 07, 2019 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...
Community
IntelliJ IDEA Users
Autocomplete left side of the equation
1 vote
Created
April 09, 2019 12:05
Please create an issue at YouTrack: https://youtrack.jetbrains.com/issues with project sample attached. Thank you.
Community
IntelliJ IDEA Users
Can't find tests (JUnit 5)
1 vote
Created
March 11, 2019 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...
Community
IntelliJ IDEA Users
Exception: intellij failed to resolve org.junit.platform:junit-platform-launcher:1.3.2
1 vote
«
First
‹
Previous
Next
›
Last
»