Christian Guetter

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 13
-
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... -
Edited Maven: How to tell IntelliJ to update its Maven dependencies so that it reflects those in the local Maven repository?
AnsweredWe are using IntelliJ Idea to work on a very big, multi-module Maven project which uses versioned snapshots. For updating this project, I normally use the Maven tool window to run Maven goals like ...