From: Christopher G. S. I. <cg...@ld...> - 2006-07-12 19:40:06
|
Scott M Stark wrote: > This is the issue with generics. I have seen both javac and eclipse with > compiler bugs that allowed unsafe usage of collections. There still > really are no guarentees, only better static analysis of possible > misuse. There are runtime guarantees if you use java.util.Collections.checkedXxx. -- Christopher G. Stach II |