mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
![]() This fixes API related issues and warnings by adding appropriate markup where it had been forgotten. This is formally breaking binary compatibility in some cases, but we are OK releasing as 4.1 since it just codifies the original intent of the API. 1. org.eclipse.tm.terminal.control/MANIFEST.MF: - Replace unintuitive "x-friends" with more obvious "x-internal". - Update the terminal.test/.classpath instead for giving access. - Add @noimplement keywords on interfaces where appropriate. 2. org.eclipse.tm.terminal.view.ui: - Add missing @since tags, and mark the view.showin package as "x-internal", since it was never meant to be API. - Add @noimplement keywords on interfaces where appropriate. 3. Generally, remove unnecessary @suppress("restriction") warnings and fix one "Type Safety (ArrayList)" warning. Change-Id: I75f8b0fb3a5ff0383bff3bc0a4a8d9fd07b71ac9 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com> |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src/org/eclipse/tm/terminal/connector/process | ||
.classpath | ||
.gitignore | ||
.options | ||
.project | ||
about.html | ||
build.properties | ||
plugin.properties | ||
plugin.xml | ||
pom.xml |