[patch] java.beans.Statement - Take 3

Bryce McKinlay mckinlay@redhat.com
Tue Jun 29 05:25:00 GMT 2004


Jerry,

>+	    // Skip methods with wrong number of args.
>+	    Class ptypes[] = ctors[i].getParameterTypes();
>+	    if (ptypes.length != arguments.length)  continue;
>  
>

"continue" should be on a new line here, along with several other places 
in this file.

Regards

Bryce



More information about the Java-patches mailing list