Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358675 - [Intro] Remove unnecessary code which used Java reflection
Summary: [Intro] Remove unnecessary code which used Java reflection
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 trivial (vote)
Target Milestone: 3.8 M3   Edit
Assignee: Chris Goldthorpe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 18:05 EDT by Chris Goldthorpe CLA
Modified: 2011-09-22 18:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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