Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To be able to run CLI Tests, you either can try:

  1. IntelliJ Idea Ultimate ensuring the Working Directory is the project root. You can get a free license
    1. if you're an apache committer: https://www.jetbrains.com/community/opensource/#partner
    2. if you're a student/teacher: https://www.jetbrains.com/community/education/#students
    3. if you're part of an open source project: https://www.jetbrains.com/community/opensource/#support
  2. IntelliJ Idea Community as described in this comment (works for some, but not all).

The default formatting settings for Scala must be changed to match our code style too.  You must explicitly check two options that are disabled by default (File→Settings, Editor Scala, Spaces tab):

  • Import braces
  • Around '@' in pattern bindings