Fix example by adding the UK iso3166 code
PR: 37040
1 lines of code changed in:
JDK 1.2 is EOL and documentation is no more available. Point to JDK 5 API
PR: 37203
18 lines of code changed in:
Fix performance issue with StringBuffer.toString() on JDK 5.
PR: 37169
82 lines of code changed in:
Fixed typo
3 lines of code changed in:
Support CVS date format for cvs 1.12.9+
PR: 30962
28 lines of code changed in:
Reactivate methods disabled in PR 33049.
The equals method was a bit lousy and does not have a real meaning, so I keep it clear that the equals is related to the instance and nothing else. the hashCode method is actually the most important for performance.
I have yet to find a way to unit test it programmatically as I don't understand the Zip task impl. at first glance.
12 lines of code changed in:
First attempt at optimizing the zip code to have decent performance
The performance problem was mainly due to the entry insertion in
the hashtable where all hash code were equals in the hashtable.
I also removed a lot of unecessary Zip(Long|Short) object creation by
adding static methods and suppressed a hashtable.
More can be done, but I tried not to break the interface and have as less code
as possible. The testcase attached in the bug report show that it is now 15% slower than Sun native code and 20% faster than Jazz libs.
Now watch for Gump...
PR: 31930
208 lines of code changed in:
Fixed escaping of stderr/stdout
PR: 30662
2 lines of code changed in:
Fixed property typo for p4counter.
Thanks to Bernd Gerlach-de Campos
PR: 30981
1 lines of code changed in:
Avoid calling getResultSet() multiple times when printing just in case Informix does not like it. This was per suggestion of Bohuslav Roztocil.
PR: 27162
4 lines of code changed in:
Fix a NPE that occurred apparently because Folder.list() can return null
Thanks to Bob Evans
PR: 31965
4 lines of code changed in:
Fix invalid xml formed in case the filename is made of reserved xml characters (ampersand for entities for instance)
PR: 30817
6 lines of code changed in:
Make it compatible with Safari.. the open function does not return any document.
Thanks to Ingmar Stein
PR: 26953
6 lines of code changed in:
Try to make somewhat clear explanation...
16 lines of code changed in:
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions.
4 lines of code changed in:
PR: 19301
Use xalan extensions to replace strings and avoid a stack overflow when doing deep recursions.
34 lines of code changed in:
Modest contribution to help Stefan if he wants to test for Forrest.
I doubt this is complete and there should probably be some tweaks
to do as it will remove some br formatting (and I did not test yet under
Forrest, only from the top of my head). Not perfect, but this should
somewhat ease the conversion by doing most of the borring work.
cya
188 lines of code changed in:
Move added features to 'other changes'. I don't understand the 'stlist' status
reflect thing as I'm not familiar with Starteam so I assume the user will understand
based on the fixes.
5 lines of code changed in:
Thanks to Steve Cohen
Not sure though where to put this...bugs fixed...changes that could break...others
A little bit of everything.
10 lines of code changed in:
Fixed spelling. ie occured -> occurred
4 lines of code changed in:
(325 more)