If I REALLY want to split hairs, then I'd say that in clearCache() you could
do "classByName = new HashMap()" instead of "classByName.clear()". This is
similar to what you proposed for "classMethodMaps.clear()" (but which in
that particular case is bad because of synchronization issues I described in
an earlier post).
Attila.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 2001. szeptember 10. 12:36
Subject: cvs commit:
jakarta-velocity/src/java/org/apache/velocity/util/introspection
ClassMap.java Introspector.java
> geirm 01/09/10 03:36:09
>
> Modified: src/java/org/apache/velocity/util/introspection
> ClassMap.java Introspector.java
> Log:
> PROVISIONAL changes to Introspector that mix reengineering by
> Atilla Szegedi and a patch to revert *that* back to using
> Class as the key to the map, with a second map to hold
> name->class for dumping.
>
> I think I got it all together correctly - if not, yell :)
>