1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/plugins
Martin Oberhuber ec23b12ef2 Cleanup: Fix various API Markup Issues
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>
2015-09-10 14:52:06 +02:00
..
org.eclipse.tm.terminal.connector.local Releng: Add API Tooling to Terminal 2015-09-04 16:18:30 +02:00
org.eclipse.tm.terminal.connector.process Cleanup: Fix various API Markup Issues 2015-09-10 14:52:06 +02:00
org.eclipse.tm.terminal.connector.remote Bug 470525 - Handle remote connection parser initialization failure 2015-06-24 11:35:04 -04:00
org.eclipse.tm.terminal.connector.serial Releng: Add API Tooling to Terminal 2015-09-04 16:18:30 +02:00
org.eclipse.tm.terminal.connector.ssh Releng: Add API Tooling to Terminal 2015-09-04 16:18:30 +02:00
org.eclipse.tm.terminal.connector.telnet Releng: Add API Tooling to Terminal 2015-09-04 16:18:30 +02:00
org.eclipse.tm.terminal.control Cleanup: Fix various API Markup Issues 2015-09-10 14:52:06 +02:00
org.eclipse.tm.terminal.test Cleanup: Fix various API Markup Issues 2015-09-10 14:52:06 +02:00
org.eclipse.tm.terminal.view.core Fix Bug 476888 - msg on each Terminal open: "bash: mc: line 1: syntax 2015-09-09 14:39:38 +02:00
org.eclipse.tm.terminal.view.ui Cleanup: Fix various API Markup Issues 2015-09-10 14:52:06 +02:00
org.eclipse.tm.terminal.view.ui.rse Releng: Add API Tooling to Terminal 2015-09-04 16:18:30 +02:00