From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uncle George To: mauve-discuss@sourceware.cygnus.com Subject: Java 1.2: DescriptorTest.java Date: Sat, 27 Mar 1999 03:38:00 -0000 Message-id: <36FBA692.8EAC74@voicenet.com> References: <011f01be770e$b9d1e260$8638d6d8@6748bsc3p255.focal.com> <36FA6017.CEC9A956@voicenet.com> <19990325211300.B13388@urbanophile.com> <87vhfogbje.fsf@cygnus.com> X-SW-Source: 1999-03/msg00029.html It seems like this test fails on 1.2 because of a missing "setClass" . the class "java.lang.Object.class" has a getClass, but appears to be missing a (required by 1.2 spec ) a corresponding "setClass" Depending how how these tests are viewed, SUN's bean.PropertyDescriptor caught this missing method. Maybe others should also? gat Test needs a class that has both "setXxxxx" & "getXxxxx" to pass in 1.2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uncle George To: mauve-discuss@sourceware.cygnus.com Subject: Java 1.2: DescriptorTest.java Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-ID: <36FBA692.8EAC74@voicenet.com> References: <011f01be770e$b9d1e260$8638d6d8@6748bsc3p255.focal.com> <36FA6017.CEC9A956@voicenet.com> <19990325211300.B13388@urbanophile.com> <87vhfogbje.fsf@cygnus.com> X-SW-Source: 1999-q1/msg00045.html Message-ID: <19990401000000.WR-vKEmHVmcdNP8ZI8OAwJoluiC3DnNHgIRIDMXOQWE@z> It seems like this test fails on 1.2 because of a missing "setClass" . the class "java.lang.Object.class" has a getClass, but appears to be missing a (required by 1.2 spec ) a corresponding "setClass" Depending how how these tests are viewed, SUN's bean.PropertyDescriptor caught this missing method. Maybe others should also? gat Test needs a class that has both "setXxxxx" & "getXxxxx" to pass in 1.2