RE: [testutils] Is there any commons area for generic test code?

2004-06-10 Thread Pete Gieser
I may have missed it, but I wanted to mention that there exists a sourceforge project that may have some overlap. http://sourceforge.net/projects/junit-addons FWIW. Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

[lang] Javadocs...

2003-08-15 Thread Pete Gieser
I apologize for not getting to them earlier, but I started a new project in a new town this week. I've mostly got it done, I think I'll have a patch submitted tonight. Don't know if it's too late to get into 2.0, but anyway, there it is. Pete

[lang] Javadocs

2003-08-14 Thread Pete Gieser
I've run the Sun javadoc checker over [lang] and there are quite a few issues that could be cleaned up. I'm just about done cleaning up the builder package, hopefully I'll have a patch ready this weekend. I've spent a bit of time making them conform to the Sun style conventions as well (just for

[lang] ToStringStyle.getShortClassName

2003-08-07 Thread Pete Gieser
This same method is present in ClassUtils. Seems like now would be a good time to deprecate this. Perhaps the implementation should be replaced as well? (I've actually done this locally and nothing broke). Pete