From 78efe9870efb3058f30889a9002fe74f6fda400a Mon Sep 17 00:00:00 2001 From: "C.Lehne" Date: Thu, 15 Feb 2024 08:25:12 +0100 Subject: [PATCH] Add section about Eclipse Version to contribution guidelines documentation. --- doc/modules/ROOT/pages/contribute/coding-guidelines.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/contribute/coding-guidelines.adoc b/doc/modules/ROOT/pages/contribute/coding-guidelines.adoc index 385ff06ae95..a9e1eb5fa4b 100644 --- a/doc/modules/ROOT/pages/contribute/coding-guidelines.adoc +++ b/doc/modules/ROOT/pages/contribute/coding-guidelines.adoc @@ -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]`