Thorsten Schoening

- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 10
-
Thorsten Schoening created a post, AnsweredWhy are compiler settings in `.idea/compiler.xml` regularly reset?
I have the following setting in compiler.xml to be able to use Spring configuration properties properly. There's a similar setting in pom.xml, but seems that IDEA doesn't take that into account for... -
Thorsten Schoening created a post, AnsweredDirectory with resources dir ending on ".lib" not copied into "target/classes" when IDEA builds automatically.
I have the following project layout:project project-app project-lib srcmain java[…] resourcesfoo.bar.project.lib file1.yaml file2.yaml targetclasses project-war When I execute `mvn clean... -
-
-
Thorsten Schoening created a post, AnsweredHow to configure a classpath for custom Liquibase migrations for the Liquibase update dialog in the IDE UI?
Hi everyone,in the database section of IDEA there's a context menu to apply Liquibase updates in my projects, because I use Liquibase in those. Though, when doing so, I get a ClassNotFoundException... -
Thorsten Schoening commented, -
-
-
Thorsten Schoening created a post, AnsweredHow does the continuation setting in Java code formatter work?
Hi everyone,I have code like the following, which is automatically indented by one tab with size of 4 spaces. 1 tab for the method within the class, one tab for “return” within the method and a thi... -
Thorsten Schoening created a post, AnsweredAm I able to configure the IntelliJ Java code formatter to keep alignment spaces within statements?
Hi everyone,I'm wondering if I'm able to tell the formatter somehow to keep the following code as-is. Note the spaces between interface names and “extends” or variable names and “=” or before the s...