[kaffe] new classpath import
Helmer Krämer
hkraemer@freenet.de
Sat Oct 11 02:00:04 2003
On Sat, 11 Oct 2003 21:37:03 +1300
"M.Negovanovic" <milosn@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().
Regards,
Helmer