ClasspathHelper.forPackage(pkg) returns a Set of URL's which may lead to
performance issues. It seems that a Set of URI's would be a better fit since
it's not sharing the same poor implementation of hashCode() and equals() (see
http://michaelscharf.blogspot.com/2006/11/javaneturlequals-and-hashcode-make.htm
l for more dtails on that).
Original issue reported on code.google.com by jestem.w...@gmail.com on 31 Jul 2013 at 1:46
Original issue reported on code.google.com by
jestem.w...@gmail.com
on 31 Jul 2013 at 1:46