You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2003/11/26 12:45:44 UTC

DO NOT REPLY [Bug 16446] - [PATCH] getMethods instead of getDeclaredMethods

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446

[PATCH] getMethods instead of getDeclaredMethods

stephan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From stephan@apache.org  2003-11-26 11:45 -------
The current ExcaliburTestCase never executes the 'test*' methods, see

    [junit] Running
org.apache.avalon.excalibur.component.test.PoolableComponentHandlerTestCase
    [junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0,026 sec

Because 
  Method[] methods = ExcaliburTestCase.class.getMethods();
delivers only the methods of ExcaliburTestCase, which are useless.

BTW, the jar should be splitted into excalibur-component and excalibur-testcase,
or is this intentional?!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org