Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Contribution Guidelines: add section about Eclipse Version #2542

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/modules/ROOT/pages/contribute/coding-guidelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@

While IntelliJ also works, Eclipse IDE is the officially supported development environment. It also provides tool support for guided assistance via bndtools.

.Eclipse Version

Some Eclipse default code formatting rules and warning settings change over time. Therefore,
always use the latest Version of the Eclipse IDE for Java Developers (4.30.0 +).

.Eclipse Code formatter

Use `Eclipse [built-in]` Code Formatting Rules
Use `Eclipse [built-in]` code formatting rules

* Eclipse -> Window -> Preferences -> Java -> Code Style -> Formatter -> ActiveProfile -> select -> `Eclipse [built-in]`

Expand Down
Loading