On Wed, 17 Apr 2002 00:00:52 -0400
Shawn Boyce <sh...@bo...> wrote:
> Mo,
>
> Some of the tests seem to be JDK specific (not expecting new methods
> available in later JDK's) Which JDK should they be run
> against? 1.1?
Yes, lots of the test make bad assumptions about the signatures of things. The more simple fix would be to put in checks for the JDK version in the test. The more correct and therefore harder fix would be to rewrite the package reflection code in FuncSig.java so that it uses getDeclaredMethods and not getAllDeclaredMethods for class method searched where no special Tcl PkgInvoker class exist. I have been meaning to do the second task for some time but I never got around to it. Would you like to give it a shot?
Mo
|