Christian Guetter
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 13
-
Created How to perform "reload all Maven projects" (non-incrementally) with the classic UI?
AnsweredI recently upgraded to IntelliJ 2024.2.1 which has a new “reload all Maven projects incrementally” feature in the Maven window. Sometimes, I would like to perform a full sync, meaning that I would ... -
Created Creating application run configurations - how to set "Build Project" als BeforeRunTask?
AnsweredI have developed a plugin which creates application run configurations (type “ApplicationConfiguration”) based on certain settings. The resulting run configurations are used in a multi-module Maven... -
Created Assign hotkey to update functionality in Git tool window
AnsweredThe Git tool window has this nice update functionality which allows me to update all my repositories (if no restrictions are set):Unfortunately, I failed to assign a hotkey to this functionality, a... -
Created IntelliJ standalone instance does not update to new version, just opens web page
AnsweredIn my company we use customized standalone instances of IntelliJ IDEA. We usually update these via “Help → Check for Updates”. In the end, this usually results in a dialog like this:When pressing “... -
Created Is it possible to make Idea persist its settings on disk without closing the project or Idea itself?
AnsweredIn my company, we are using some external tools which read settings from the “workspace.xml” and “misc.xml” files in the .idea directory when they get launched. Unfortunately, when the users change... -
Created Settings: Eclipse compiler not available
AnsweredI am running Intellij Idea 2023.1.5 which I recently copied from the ZIP file package provided by JetBrains. Unlike in previous installations, I am not able to select the Eclipse compiler in Settin... -
Edited "Reload all Maven projects" takes long and creates huge amounts of I/O - how can I get some verbose output what it is actually doing?
AnsweredWe develop a huge enterprise application and so we are used to longer maven build times. Recently, we noted that the time needed to reload all Maven projects has gone up significantly, it takes fou... -
Edited IntelliJ 2023.1: Authentication failures when performing git update on multiple repositories
AnsweredI have a project with a lot of modules from different repositories which are hosted on a Bitbucket server, meaning that IntelliJ has to run a lot of git fetches against many repositories when I per... -
Created IntelliJ 2023.1: "Build" tool window steals focus from other tool windows during maven reload
AnsweredWhen I perform a sync for my Maven project by clicking "Reload all Maven projects" in the Maven tool window, the "Build" tool window can be used to display the progress:When I switch to another too... -
Edited Reducing the visibility public JUnit 5 test classes and test methods when SonarLint is installed
AnsweredThe documentation on https://blog.jetbrains.com/idea/2020/09/writing-tests-with-junit-5/ states: One thing to note for JUnit 5 tests is that the test method doesn’t need to be public in order to w...