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] Implement java.beans.Expression


>>>>> "Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:

Jerry> Mauve test checked in and passes.

Excellent.

Jerry> 2004-06-24  Jerry Quinn  <jlquinn@optonline.net>
Jerry> 	* java/beans/Expression.java: New.
Jerry> 	* Makefile.am: Add Expression.java.
Jerry> 	* Makefile.in: Regenerate.

Looks good.  Thanks for doing this.  Just two little style nits.

Jerry> +  public Expression(Object value, Object target, String methodName, Object[] arguments)

This looks longer than 80 chars, so wrap after one of the ","s.
You can just commit with this change.

Jerry> +  public void setValue(Object value) { this.value = value; }

This needs the multi-line treatment.

Tom


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