On Sat, Jan 3, 2009 at 5:54 AM, sebb <seb...@gmail.com> wrote:
> On 03/01/2009, Rahul Akolkar <rahul.akol...@gmail.com> wrote:
<snip/>
>>
>>  Fixed. Many of the test documents were using old-school attribute
>>  names that broke the tests when the corresponding deprecated methods
>>  were removed. While these didn't show up as compile-time references to
>>  the methods, the parser uses reflection (via digester and beanutils)
>
> Maybe methods which are known to be invoked by reflection should be
> documented as such?
>
<snap/>

Nah, too much initial overhead and will require maintenance. Thumb
rule to remember is most getters/setters/adders in the model package
are used by digester. Easier to run tests instead, we have a fairly
complete test suite.

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to