Bug 27033

Summary: AntView uses JDK 1.4 method String.split(...)
Product: [Eclipse Project] Platform Reporter: Jared Burns <jared_burns>
Component: AntAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: All   
Whiteboard:

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