1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00
cdt/plugins/org.eclipse.tm.terminal.connector.process
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
..
.settings Update "Save Actions" to not remove unnecessary cast 2015-05-07 09:19:09 +02:00
META-INF Bug 469415: Increase versions and add @since tag to satisfy API 2015-06-11 14:55:47 +02:00
src/org/eclipse/tm/terminal/connector/process Cleanup: Fix various API Markup Issues 2015-09-10 14:52:06 +02:00
.classpath Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
.gitignore Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
.options fix tracing options 2015-05-08 17:21:40 +02:00
.project Releng: Add API Tooling to Terminal 2015-09-04 16:18:30 +02:00
about.html Terminal: Merge terminal connector plug-ins and rework terminal feature 2015-04-17 11:19:19 +02:00
build.properties Releng: Run fix copyrights 2015-04-21 10:52:37 +02:00
plugin.properties UI: Review view category names and view names 2015-05-07 08:54:55 +02:00
plugin.xml UI: Review view category names and view names 2015-05-07 08:54:55 +02:00
pom.xml Releng: Fix pom files 2015-06-11 15:19:00 +02:00