Thomas Kratz
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Thomas Kratz 创建了一个帖子, 已回答Run 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 创建了一个帖子, 已回答How 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 ...