On 20 jun 2006, at 11.49, Nick Westgate wrote:
Just glancing at your code without digging in to it, it seems
pretty dangerous to use statics like this in a component:
...
private static Method snippetConverterMethod;
That certainly is true.
One more thing:
Thinking about fixing my problem. Do you think I can just remove
the 'static' (I guess it's a copy/paste error) and still keep
the lazy loading (v == null -> assign v, use v)? Or would that
be dangerous as well?
I think it would be expensive to always search for that method
and also for the converter method scan without caching the result.
Thanks for you input on this in advance.
Greetings from Sweden,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]