Versions Compared

Key

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

Checkstyle

  • In StreamPipes we follow the Google Java Checkstyle for the Java code. [Link]
  • For automatic validation we have a checkstyle.xml file [Link].
    • If you want to change something, please edit it in the checkstyle.xml file and provide a PR with the changes.

Custom StreamPipes Guidlines

  • Here we can collect guidlines and best practices relevant for StreamPipes

Configure IDE

IntelliJ

  • Install IntelliJ Checkstyle Plugin [Link]
  • Configuration:
    • Editor -> Code Style
      • Select Scheme Project click on settings on right
      • select import scheme -> checkstyle configurtaion -> select checkstyle.xml file from tools directory
      • Click ok