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

Difference between revisions of "CDT/Obsolete/APIBreakages"

< CDT‎ | Obsolete
Line 6: Line 6:
 
# Rewrite error parsers to use a better regex library (java.regex.Pattern is part of API now) because build is horribly slow from IDE stricltly because of error parsers.
 
# Rewrite error parsers to use a better regex library (java.regex.Pattern is part of API now) because build is horribly slow from IDE stricltly because of error parsers.
 
# Rewrite ui for debug tabs, all current ui controls are APIs...
 
# Rewrite ui for debug tabs, all current ui controls are APIs...
 +
# Switch to java 1.8

Revision as of 10:29, 16 January 2015

CDT 9.0

This page is attempt to collect possible API breaking proposals for next CDT release

  1. Remove all methods, interfaces and classes that have been deprecated since CDT 8.2.0 and are not currently used in CDT code.
  2. Rewrite error parsers to use a better regex library (java.regex.Pattern is part of API now) because build is horribly slow from IDE stricltly because of error parsers.
  3. Rewrite ui for debug tabs, all current ui controls are APIs...
  4. Switch to java 1.8

Back to the top