Wanted: Java code using 1.5

I am looking for (preferably large quantities of) Java source code using the new features available in 1.5 I am going to use the code as part of a test suite for my program which analyzes Java programs. Any suggestions greatly appreciated! Does Sun provide any significant code samples? So far I haven't found any...

[324 byte] By [mel_at_sofcheck] at [2007-9-30 17:37:28]
# 1
How about the source code of the standard library classes? You can choose to install it when you install the SDK. http://java.sun.com/j2se/1.5.0/download.jsp
jsalonen at 2007-7-6 14:06:00 > top of Java-index,Administration Tools,Sun Connection...
# 2
Whoops! I don't know if it's obvious, I mean "5.0" ie the new stuff including generics et al
mel_at_sofcheck at 2007-7-6 14:06:00 > top of Java-index,Administration Tools,Sun Connection...
# 3
The 5.0 library classes are implemented using the new stuff, including generics, varargs, etc. Try e.g. packages java.lang and java.util.
jsalonen at 2007-7-6 14:06:00 > top of Java-index,Administration Tools,Sun Connection...