Community
Participate
Working Groups
I20110914-0200 There is code in org.eclipse.ui.internal.intro.impl.util.StringUtil.decode(String, String) which uses reflection. The comment is: // not running 1.4 so try the old method without an encoding Since the minimum execution environment is 1.4 this code is unnecessary and can be removed.
This has been fixed in master, the commit has this comment: Bug 358675 - [Intro] Remove unnecessary code which used Java reflection