Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Coding Guidelines

< Scout
Revision as of 12:37, 22 April 2013 by Jeremie.bresson.unblu.com (Talk | contribs) (New page: {{ScoutPage}} This page collects the coding guidelines for the Eclipse Scout project == API Compatibility == The scout RT API are downwards compatible with your the previous release. So...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Scout documentation has been moved to https://eclipsescout.github.io/.

This page collects the coding guidelines for the Eclipse Scout project

API Compatibility

The scout RT API are downwards compatible with your the previous release. Some modifications are marked with the keyword migration in bugzilla meaning that some modifications are requested.

Additions

Addition of a method on an interface is allowed if the default implementation is provided.

Note.png
TODO
extend this section

.

Back to the top