Thomas Kratz
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Thomas Kratz created a post, AnsweredRun Jigsaw Unit Test on module-path
How can I run a unit test of a module with module-info.java on the module path? Maven does this with a module patch I guess. @Testpublic void testModuleName(){ String moduleName = HelloModule.ge... -
Thomas Kratz created a post, AnsweredHow to enable kotlin all open in IntelliJ
I anabled the kotlin all open plugin in my maven parent pom, but however the IDE still compiles ignoring that setting and the classes are final. I didn't find any switch how to enable all open for ...