Bug 27033 - AntView uses JDK 1.4 method String.split(...)
Summary: AntView uses JDK 1.4 method String.split(...)
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-11-23 22:48 EST by Jared Burns CLA
Modified: 2002-11-25 13:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2002-11-23 22:48:26 EST
AntViewContentProvider.restoreTargetVector() calls the method 
String.split(...). This call needs to be replaced with a call to a method
that exists in JDK 1.3 or earlier.
Comment 1 Jared Burns CLA 2002-11-23 22:50:32 EST
Fixed.

I'd originally fixed this by implementing my own split method, but we've
received a patch from Kevin Bedell that does the same work using
existing Java API.

Please verify.
Comment 2 Darin Wright CLA 2002-11-25 13:21:16 EST
Verified