[pylucene-dev] Re: no stubs for inner classes
Andi Vajda
vajda at osafoundation.org
Wed Mar 5 19:16:08 PST 2008
On Wed, 5 Mar 2008, Bill Janssen wrote:
>> So, I'm stubbing a class that looks like this:
>>
>> class GoodStuff {
>>
>> public static class Frob {
>> }
>>
>> }
>>
>> I invoke JCC with "--classpath MyJar.jar GoodStuff GoodStuff$Frob",
>> which it's happy with, but I can't find any evidence that it generates
>> any support for GoodStuff.Frob.
>
> Hmmm, I see I'm also missing the "update" method on GoodStuff:
>
> public void update (Frob f) {...};
>
> Looks like it just drops anything with an inner class as an argument.
It only wraps public classes, it doesn't look like GoodStuff is public.
Andi..
More information about the pylucene-dev
mailing list