Thomas Kratz
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 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... -
创建于 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 ...