JDK-8172216 : Remove unused, obsolete iOS code
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-01-03
  • Updated: 2017-01-05
  • Resolved: 2017-01-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Duplicate :  
Description
The following src/test directories are obsolete and unused:

extensions
apps/toys/iOS
tools/ios/Maven

They are currently unused, are not hooked up to the build, and would not compile given the changes for modularization.

The proposed solution is to remove these from the repository to avoid any confusion.

Note that this supersedes JDK-8144130 which will be closed as a duplicate of this more general cleanup bug.
Comments
Changeset: 984e55cfdf6f Author: kcr Date: 2017-01-05 10:02 -0800 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/984e55cfdf6f 8172216: Remove unused, obsolete iOS code Reviewed-by: ckyang
05-01-2017

+1
05-01-2017

Webrev: http://cr.openjdk.java.net/~kcr/8172216/webrev.00/ In addition to the three directories deleted using "hg rm" as listed above, I removed a commented out reference to those now-deleted directories from build.gradle and from an IDE file.
04-01-2017

I'm ok with this proposal.
04-01-2017

Proposed fix: $ hg rm apps/toys/iOS $ hg rm tools/ios/Maven $ hg rm extensions
03-01-2017