Thomas Kratz

Avatar
  • 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

    Answered
    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...
    • 6 followers
    • 5 comments
    • 0 votes
  • Created

    How to enable kotlin all open in IntelliJ

    Answered
    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 ...
    • 2 followers
    • 1 comment
    • 0 votes