[kaffe] new classpath import
M.Negovanovic
milosn at bmf.bounceme.net
Sat Oct 11 03:24:02 PDT 2003
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" <milosn at bmf.bounceme.net> 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
More information about the kaffe
mailing list