Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358675

Summary: [Intro] Remove unnecessary code which used Java reflection
Product: [Eclipse Project] Platform Reporter: Chris Goldthorpe <cgold>
Component: User AssistanceAssignee: Chris Goldthorpe <cgold>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 3.7   
Target Milestone: 3.8 M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Chris Goldthorpe CLA 2011-09-22 18:05:36 EDT
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.
Comment 1 Chris Goldthorpe CLA 2011-09-22 18:28:17 EDT
This has been fixed in master, the commit has this comment:

Bug 358675 - [Intro] Remove unnecessary code which used Java reflection