Dirk Dittert

- Total activity 342
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 140
-
Edited Basic refactoring operations still broken in large projects in 2021.2
AnsweredHi, I have already written about massive problems that I am seeing in 2021.1 here. I am still refactoring our large code base and I am still seeing a massive amount if issues with basic refactorin... -
Edited Need help filing issues about massive problems with symbols in IU-2021.1
AnsweredHi, I am seeing massive problems with symbols in IDEA Ultimate 2021.1 that weren't there in 2020.3 and need help on how to narrow it down. Here is what I am seeing: Classes are shown as unused in ... -
Edited Project settings don't work for me in 2021.1
AnsweredHi, I have been working on a project that had been shared with Eclipse users for the last 10 years. Finally, it was possible to convince them to move to IntelliJ. That was a good chance to update t... -
Created How is language level determined for a library
I'm wondering how IDEA determines which language level that applies to the source code of a library.I have a project with the following depencies: testCompile group: 'junit', name: 'junit', version... -
Created Certificate error for download.jetbrains.com
AnsweredEAP downloads from downloads.jetbrains.com show a certificate warning on Chrome. thawte Extended Validation SHA256 SSL CA is not a trusted CA on my system. OS X 10.9.4Chrome Version 41.0.2272.104 (... -
Created How to add a SSL root certificate to IDEA on OS X?
What is the correct way to add a SSL root certificate to IDEA on OS X? I'm using the DMG with the bundled JDK. I tried the following steps but all of them failed in one way or the other: Created a ... -
Created How do I add Gradle to an existing project?
I'm wondering how I can add gradle to a project?I added the relevant files (gradlew.bat, wrapper files, build.gradle, ...). But how do I link that gradle build to IDEA? Documentation only says "Whe... -
Created EAP 14 SVN issues
Is anybody else seeing problems with SVN with the EAP? Something kills our SVN server (it runs out of connections at random times) and I have the suspicion that it is EAP 14. The problem seems to g... -
Created JDK for IDEA on OS X
Hi,I'm wondering what the plans for the default JDK are for IDEA on the Mac? Currently the default is JDK 1.6 but that doesn't support SHA-256 SSL certificates. The background of this question is: ... -
Created Improvements for Closures and Streams in Java 8
Hi guys,I am a big fan of automatic stack trace folding for the IDEA run console. I'm using that feature a lot and I am very happy that it cuts down on the length of the stack traces so much. That'...