* Johan Compagner:
> of course it should be on the javadoc.
> of course it should be on many properties files (wicket.properties, log
> properties)
> of course it should be on web.xml file
> of course it also should be on many html files (bookmarkable pages, things
> like class="wicket.my.component", "resource/wicket.xxx")

Indeed, I understand.  And I guess it's pretty hard to guess if it
is a word or a Java class name?   Unless you do some regular
expression magic, to have at least a dot after "wicket" and then
another word.

So the only solution now is to do the reverse and search for
org.apache.wicket *not* followed by a dot and a word.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to