Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Oliver Kopp
Total activity
36
Last activity
November 04, 2025 07:46
Member since
October 17, 2017 13:54
Following
0 users
Followed by
0 users
Votes
16
Subscriptions
10
Activity overview
Posts (0)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
July 06, 2018 06:10
This would be very helpful when creating test cases. Example test case assertNotEquals(Collections.emptyMap(), errorLogger.getErrorList()); Example debugger state: Now, I quickly want to generate ...
Community
IntelliJ IDEA EAP Users
Generate Code from Object state in Debugger
7 votes
Created
November 04, 2025 07:46
For IntelliJ IDEA 2025.3 EAP, Build #IU-253.27864.23, built on October 22, 2025, Source revision: 1c9706c7059f6 the workaround with exclustion does not work
Community
IntelliJ IDEA Users
IntelliJ IDEA adding requires statements automatically to module-info.java
0 votes
Created
September 04, 2023 20:41
The issue on YouTrack is IMHO https://youtrack.jetbrains.com/issue/IDEA-119280.
Community
IntelliJ IDEA Users
Adding Resource Files to Run Configuration
0 votes
Created
April 30, 2023 14:22
Does not work here. Excerpt: private final Validator mainFileDirValidator; mainFileDirValidator = new FunctionBasedValidator<>( ... ); return mainFileDirValidator.getValidationStatus(); ...
Community
IntelliJ IDEA EAP Users
[HOWTO] CTRL+CLICK Method => Nav to implementation
0 votes
Created
November 08, 2022 17:39
The solution to solve the concrete issue was to add following to modules-info.java requires com.sun.jna; We already had requires com.sun.jna.platform; This worked in Gradle, but not in Inte...
Community
IntelliJ IDEA Users
Jna version in 12.1
0 votes
Created
November 06, 2022 00:33
Reading this, I would assume that recent IntelliJ versions do not include jna.jar any more?
Community
IntelliJ IDEA Users
Jna version in 12.1
0 votes
Created
August 10, 2022 19:49
I think, the most recent issue is https://youtrack.jetbrains.com/issue/IDEA-277954/Cant-run-individual-tests-from-suite
Community
IntelliJ IDEA Users
Double click to navigate to test class/method when running Test Suites
0 votes
Created
September 01, 2021 15:20
I think, with IntelliJ 2021, this intention seems not to be available any more:
Community
IntelliJ IDEA Users
How to trigger intention for if-else if to switch
0 votes
Created
May 15, 2018 08:18
Please see https://youtrack.jetbrains.com/issue/IDEABKL-708 for a long discussion on this.
Community
IntelliJ IDEA Plugin Users
Share Projects like Saros in Eclipse
0 votes
Edited
October 17, 2017 14:07
Same issue here https://github.com/OpenTOSCA/winery/blob/defeb030b265cc8571d1d494295fb3b286e73311/org.eclipse.winery.repository.ui.test/pom.xml#L5 and https://github.com/OpenTOSCA/winery/blob/defe...
Community
IntelliJ IDEA Users
The src/test/java in a maven module is not recognized as Test Sources Root
0 votes