Bug 229526 - Conversion to Api tools adds a new internal method inside an API class
Summary: Conversion to Api tools adds a new internal method inside an API class
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M7   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 22:09 EDT by Olivier Thomann CLA
Modified: 2008-05-02 11:50 EDT (History)
1 user (show)

See Also:
philippe_mulet: pmc_approved+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2008-04-29 22:09:20 EDT
When converting JDT/Core to API tools, a API breakage was detected by the tooling because a public method (tagged as internal) has been removed between 3.3 and 3.4.
In order to get rid of this error, that method has been added back with an empty body and the appropriate tagging (@noreference and @deprecated).

This change is detected by the API freeze check.
Comment 1 Philipe Mulet CLA 2008-04-29 22:16:49 EDT
Adding the method back to be 3.3 compatible feels right to me.
Comment 2 Olivier Thomann CLA 2008-04-30 09:24:41 EDT
Fixed and exclude list updated.
Comment 3 Olivier Thomann CLA 2008-05-02 11:50:37 EDT
Verified. Even this might be revisited post M7.