On Sat, Oct 11, 2003 at 10:56:00AM +0200, Helmer Kr?mer wrote: > On Sat, 11 Oct 2003 21:37:03 +1300 > "M.Negovanovic" <[EMAIL PROTECTED]> wrote: > > > On Thu, Oct 09, 2003 at 10:23:37PM +0200, Dalibor Topic wrote: > > > >IndexedPropertyDescriptor.java from classpath > > > > > > Unfortunately, this one breaks the Bean.java regression test for me. > > > Could you look into it? > > > * test/regression/Bean.java: > > Fixed the test. > > This one: > > - Property: type class [Ljava.lang.String;, read public java.lang.String[] > Bean.getArray(), write public void Bean.setArray(java.lang.String[]), idx read > public java.lang.String Bean.getArray(int), idx write public void > Bean.setArray(int,java.lang.String) > + Property: type class [Ljava.lang.String;, read public java.lang.String[] > Bean.getArray(), write public void Bean.setArray(java.lang.String[]), idx read > public java.lang.String Bean.getArray(int), idx write public java.lang.String > Bean.getArray(int) > > is definitely wrong. I've never seen an indexed setter > method that's called getSomething().
Helmer helped me to track down a typo in libraries/javalib/java/beans/IndexedPropertyDescriptor.java i will make new patch that fixes this and Bean.java test first thing tommorow morning. Regards Milos _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
