Thomas Kratz
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Run Jigsaw Unit Test on module-path
AnsweredHow 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... -
Created How to enable kotlin all open in IntelliJ
AnsweredI 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 ...