This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Merging java.text files from classpath ?
- From: Michael Koch <konqueror at gmx dot de>
- To: java at gcc dot gnu dot org
- Date: Tue, 30 Dec 2003 21:11:01 +0100
- Subject: Merging java.text files from classpath ?
Hi list,
today I just copied the files java/text/CollationElementIterator.javam java/
text/CollationKey.java and java/text/RuleBasedIterator.java from java to
libgcj, recompiled and tested the result.
Before the merge we got 17 failed tests with RuleBaseCollator and 23 failed
tests with CollationElementIterator. After the merge we got 4 failed tests
for with RuleBaseCollator and 14 for CollationElementIterator. Unfortunately
the tests that fail now were passing before the merge.
The big advantage of this merge would be that less tests fail and the code is
merged with classpath AND maintained. Guilhem Lavaux is actively working on
the code used in classpath because kaffe uses the same code.
Should I go ahead and merge this stuff ? Any other ideas ?
Michael