Bug 480929 - Use vararg MessageFormat.format method in Platform.UI
Summary: Use vararg MessageFormat.format method in Platform.UI
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.6 M4   Edit
Assignee: Lars Vogel CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks: 481754
  Show dependency tree
 
Reported: 2015-10-28 19:10 EDT by Lars Vogel CLA
Modified: 2015-11-10 07:04 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2015-10-28 19:10:43 EDT
+++ This bug was initially created as a clone of Bug #480747 +++
Comment 1 Eclipse Genie CLA 2015-10-30 09:18:44 EDT
New Gerrit change created: https://git.eclipse.org/r/59335
Comment 2 Eclipse Genie CLA 2015-10-30 09:24:01 EDT
New Gerrit change created: https://git.eclipse.org/r/59339
Comment 3 Eclipse Genie CLA 2015-10-30 09:32:04 EDT
New Gerrit change created: https://git.eclipse.org/r/59341
Comment 6 Martin Kelller CLA 2015-11-03 10:45:13 EST
(In reply to Eclipse Genie from comment #3)
> New Gerrit change created: https://git.eclipse.org/r/59341

Hudson CI reported a FAILURE. Details see https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/7217/

Compiling "by hand" with the class file from package 
com.ibm.icu.text in com.ibm.icu_54.1.1.v201501272100.jar gives the same result. The new vararg MessageFormat.format method is not yet found there.
Comment 8 Lars Vogel CLA 2015-11-10 07:04:12 EST
(In reply to Martin Kelller from comment #6)
> Compiling "by hand" with the class file from package 
> com.ibm.icu.text in com.ibm.icu_54.1.1.v201501272100.jar gives the same
> result. The new vararg MessageFormat.format method is not yet found there.

The plug-ins was still using Java 1.4. I updated it and your patch works now.
Comment 9 Lars Vogel CLA 2015-11-10 07:04:39 EST
Marking as fixed for M4