This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] java.beans.Statement - Take 3


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]