Coding standards
The Eclipse ESCET development environment has some features that allow developing high quality contributions:
A Java formatter profile is included. It allows to automatically format Java code for consistency and convenience.
The Eclipse Checkstyle Plugin and a Checkstyle configuration are included. They can be used to detect various other issues in Java code and other files.
For all contributions to the Eclipse ESCET project, check the following:
All Java code should be formatted using the provided formatting profile.
All contributions should be checked using the provided Checkstyle configuration.
All contributions should be free of warnings and errors, when working with them in the Eclipse ESCET development environment.
Remember that contributions are always welcome, and contributions don’t have to be perfect. The project’s developers can help to improve your contribution, and ensure it adheres to these coding standards.
For any questions regarding these coding standards, please contact the project’s developers.