- a50938e Fix unexpected java.lang.ClassCastException thrown by java.beans.XMLEncoder.checkDeadLoop(Object) method by Zhou Kai · 15 years ago
- 3a67e24 Fix another bug in StandardBeanInfo when 'String Child.getProperty()' overwritting 'Object Parent.getProperty()', and add some test cases by Zhou Kai · 15 years ago
- f400f6f Statement should find the public named 'newInstance()' method of target class rather than throwing a NoSuchMethodException by Zhou Kai · 15 years ago
- 8408e69 remove useless comments by Zhou Kai · 15 years ago
- f0d1c46 Add 100 test cases to java.beans.Introspector, and fix several bugs in StandardBeanInfo by Zhou Kai · 15 years ago
- 8cb1f3f Class.getMethods() is time consuming, cache found methods of target class for java.beans.Statement to avoid get the reflection data each time which results in accelerating the execution. by Qiu Xia · 15 years ago
- 240189c Fix some performance issues flagged by FindBugs: by Oliver Deakin · 15 years ago
- 9eaf903 Removing CVS revision keywords that are meaningless now. by Mark Hindess · 15 years ago
- 4befcad Remove dead store in local variable. by Oliver Deakin · 15 years ago
- 2c949f4 Remove unread fields. by Oliver Deakin · 15 years ago
- 4d3df38 Ignore warnings on unused trace methods. by Tim Ellison · 15 years ago
- 8791b77 Exclude false positive warning from FindBugs. by Tim Ellison · 15 years ago
- 6106c46 Adding findbugs to all modules and refactor property from luni build.xml. by Mark Hindess · 15 years ago
- 2d16b6b Apply patch for HARMONY-6340 with minor changes: [classlib][beans] remove XMLEncoderTest from the exclude list by Xu Rui Zhi · 15 years ago
- 5138b1c format code of XMLDecoderTest.java, no functional changes. by Xu Rui Zhi · 15 years ago
- 4be14b6 Apply patch for HARMONY-6331: [classlib][beans] remove XMLDecoderTest from the exclude list by Xu Rui Zhi · 15 years ago
- cb2f724 Replace slow "clever" patternsets with (generated) file-based patternsets. by Mark Hindess · 15 years ago
- 11ebd7f Summary: Cleaning up "ant clean". by Mark Hindess · 15 years ago
- 1e16b5b Trivial spelling fixes. by Mark Hindess · 15 years ago
- 3a57f26 Quick fix for fresh checkout&build break caused by renaming of junit.jar by Mark Hindess · 15 years ago
- e81ef1e Make destdir="bin/test" default for compile-tests. by Mark Hindess · 15 years ago
- b41b5bf Refactor more tests.* properties. by Mark Hindess · 15 years ago
- 53ff47a Factor out common tests.output property. by Mark Hindess · 15 years ago
- 2792541 Refactor hy.jdk and hy.jre properties. by Mark Hindess · 15 years ago
- 381b84a Factor out classes fileset. by Mark Hindess · 15 years ago
- c9ec684 Remove old exclude file property. by Mark Hindess · 15 years ago
- 08d3e43 Clean tests better. by Mark Hindess · 15 years ago
- 11b0cda Remove fileset defines that are just used once. by Mark Hindess · 15 years ago
- 18c0e5f Trivial removal of ./ path prefixes. by Mark Hindess · 15 years ago
- c3f0fda Run beans tests using hdk. by Mark Hindess · 15 years ago
- 7d4b23b Convert beans module to use compile-tests macro. by Mark Hindess · 15 years ago
- 22be030 Fix a defect of java.beans.Statement.convertClassName(Class<?> type) which parses and returns the class name of the given agrument incorrectly. by Zhou Kai · 16 years ago
- f2f3baf Remove modules/*/make/hyproperties.xml files. Work in progress. by Mark Hindess · 16 years ago
- 119ce2a Move the test exclude files that are cluttering up <hdk>/build to by Mark Hindess · 16 years ago
- 25a82b1 Applied patch for HARMONY-6214, java.beans.XMLDecoder.XMLDecoder(InputStream inputStream, Object owner, ExceptionListener listener) should not throw IllegalArgumentException. by Zhou Kai · 16 years ago
- 8f53cf5 Make test output location variable name consistent. by Mark Hindess · 16 years ago
- cc70f7c replace local StringBuffer variables with StringBuilder in reset modules by Xu Rui Zhi · 16 years ago
- 530559c Apply patch for HARMONY-6206 ([classlib][beans] java.beans.EventSetDescriptor(String, Class<?> , MethodDescriptor[], Method, Method) throws a NullPointerException while RI doesn't) by Tim Ellison · 16 years ago
- 78506fe Apply patch HARMONY-6215 ([classlib][beans] java.beans.XMLEncoder.writeExpression(Expression null) should throw NullPointerException) by Tim Ellison · 16 years ago
- e5f884a Apply patch for HARMONY-6213 ([classlib][beans] XMLDecoder.readObject() should not invoke org.xml.sax.SAXParseException) by Tim Ellison · 16 years ago
- e679d5d Fix for HARMONY-6009 ([classlib][beans] NPE launching swingset2 example) by Oliver Deakin · 16 years ago
- 8acfef2 Apply patch for HARMONY-6177 ([classlib][beans] java.beans.PropertyDescriptor(String propertyName, Class<?> beanClass, String getterName, String setterName) sets the wrong write method) by Tim Ellison · 16 years ago
- e6cd779 Apply fix for HARMONY-6159 ([classlib][beans] java.beans.Statement.execute() throws java.lang.IllegalAccessException while RI doesn't) by Tim Ellison · 16 years ago
- 1c254e8 Apply patch for HARMONY-6160 ([classlib][beans] java.beans.XMLEncoder.writeObject(Object o) should not change the inner content of the given object) by Tim Ellison · 16 years ago
- 9e8c1a2 Apply patch HARMONY-6143 ([classlib][beans] java.beans.beancontext.BeanContextSupport.readChildren((ObjectInputStream) null) should throw NullPointerException) by Tim Ellison · 16 years ago
- 3f6a80e Apply patch for HARMONY-6050 (Don't go through Applet call path if not needed) by Tim Ellison · 16 years ago
- dc2c1e1 Apply for HARMONY-4602,([classlib][beans] Introspector.getBeanInfo(Class) will get wrong BeanInfo when there are same classes in different package) by Qiu Xia · 16 years ago
- 5ee9843 Apply for HARMONY-6015,([classlib] [beans] Exceptions should be thrown and handled in XMLDecoder.readObject() rather than XMLDecoder's constructors) by Qiu Xia · 16 years ago
- dbe5f73 defer the loading of class java.awt.Image, improve performance as well as modularity. by Wu Yue Hao · 16 years ago
- 8a67c62 Apply patch for HARMONY-6038, NPE in java.beans.Introspector.getBeanInfo by Chunrong Lai · 16 years ago
- ea81d61 use a temp file and clean it up; delete unnecessary junit methods by Nathan Beyer · 16 years ago
- 98ec1a7 Apply patch for HARMONY-5986 ([classlib][beans] XMLEncoder should check for null stat in recordStatement) by Sian January · 16 years ago
- 748bd48 Javadoc spelling fixes by Sian January · 16 years ago
- a30d8d2 Apply HARMONY-5995 - [classlib] - element type classpathentry must be terminated in .classpath by Nathan Beyer · 16 years ago
- 14358ba update eclipse classpath files to use JUnit container by Nathan Beyer · 16 years ago
- 3c54750 Apply for HARMONY-5982,([classlib] - serialVersionUID should be declared private.) by Qiu Xia · 16 years ago
- a087844 Use more efficient String.indexOf(int) rather than String.indexOf(String) by Mark Hindess · 16 years ago
- 174acf5 Apply for HARMONY-5974, ([classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified) by Qiu Xia · 16 years ago
- e743552 Apply patch HARMONY-5973 ([classlib] [beans] StandardBeanInfo fails to gain correct indexed read and write methods of a indexed property) by Tim Ellison · 16 years ago
- cfe2410 Apply for HARMONY-5915, ([beans] Introspector.getBeanInfo() will exclude public static methods.) by Qiu Xia · 16 years ago
- 53b6b06 Apply for HARMONY-5866, ([classlib][beans] java.beans.XMLDecoder(4) always use Thread.currentThread().getContextClassLoader()) by Qiu Xia · 17 years ago
- 69f22c5 enable assertions during junit tests by Nathan Beyer · 17 years ago
- c523770 Apply for HARMONY-2434, ([classlib][beans] EventHandler.invoke retrows exceptions incorrectly) by Qiu Xia · 17 years ago
- 750c3c9 Apply for HARMONY-4022, ([classlib][beans] Java assertions fail) by Qiu Xia · 17 years ago
- 935f724 Apply patch for HARMONY-5854, ( [classlib][beans] java.beans.Statement.findMethod() throw java.lang.NoSuchMethodException: Cannot decide which method to call) by Qiu Xia · 17 years ago
- 920a01a Applying patch from HARMONY-5840 ([classlib][beans] Exception when XMLDecoder array is missing length) by Qiu Xia · 17 years ago
- 084bbec Apply patch for HARMONY-5831 ([classlib][beans] XMLDecoder will throw exception for restrict method type check) by Wu Yue Hao · 17 years ago
- af69654 Applying patches from HARMONY-5675 ([classlib][beans] Introspector unable to determine set method correctly) by Alexei Zakharov · 17 years ago
- 1681529 Committing a workaround for HARMONY-5707 ([classlib][beans] dead loop in Encoder) by Alexei Zakharov · 17 years ago
- e50fabe Fix for HARMONY-5711 (Boolean Property editor returns true/false from getAsText(), but True/False from getTags()) by Tim Ellison · 17 years ago
- c35abbf Applying the patch from HARMONY-5558 [classlib][build] Class library build improvements. Jar compression is turned on by default, but can be changed with hy.jar.compress option. by Pavel Pervov · 17 years ago
- bb91705 The get/set method should be created as locale independent by Wu Yue Hao · 17 years ago
- a1dd251 HARMONY-5477 [classlib][beans][geronimo] PropertyEditorManager.findEditor() uses wrong classloader by Vasily Zakharov · 17 years ago
- 89b5d84 HARMONY-5477 [classlib][beans][geronimo] PropertyEditorManager.findEditor() used wrong classloader by Vasily Zakharov · 17 years ago
- 32ba1f5 Added regression tests for HARMONY-1829 ([classlib][beans] java.beans.BeanContextSupport.size() returns value different from RI) by Tim Ellison · 17 years ago
- c184a00 Simple Javadoc fixes. by Tim Ellison · 17 years ago
- b39508e Add exclude lists for x86_64 with an IBM VM. by Mark Hindess · 17 years ago
- e7226dc Apply regression test for HARMONY-2506 ([classlib][beans] BeanContextServiceRevokedEvent.getSourceAsBeanContextServices() throws unexpected ClassCastException) by Tim Ellison · 17 years ago
- 3096d32 Apply regression test for HARMONY-2490 ([classlib][beans] java.beans.DefaultPersistenceDelegate.initialize() does not throw NullPointerException (RI compatibility issue)) by Tim Ellison · 17 years ago
- 6d46599 EventHandler invocation should be in same security context as constructor. by Tim Ellison · 17 years ago
- 7d5701f Let JUnit deal with unexpected Exceptions rather than catching them ourselves. by Oliver Deakin · 17 years ago
- 282b694 Spelling fixes. by Mark Hindess · 17 years ago
- 0e8f607 Fix for HARMONY-4892 ([classlib][beans] Bean introspection should not find static methods) by Tim Ellison · 17 years ago
- 30c76e9 Apply patch Harmony-4855 ([classlib][beans] AwtScrollPanePersistenceDelegate is not in Encoder delegates map) by Wu Yue Hao · 17 years ago
- bf85bcb Apply patch Harmony-4852 with minor modification ([classlib][beans] ColorEditor.getAsText() throws NPE when color is null) by Wu Yue Hao · 17 years ago
- 5eb12ab Applying the patch from HARMONY-4861 ([classlib][beans] PropertyDescriptor.getReadMethod() violates spec). This commit was approved by the community. by Alexei Zakharov · 17 years ago
- 1e1eb56 Apply patch Harmony-4793 ( [classlib][beans] add some test cases for PersistenceDelegate) by Wu Yue Hao · 17 years ago
- 2a3d722 make the internal method be private by Wu Yue Hao · 17 years ago
- 01abe84 Apply patch Harmony-4792 ([classlib][beans] NullPersistenceDelegate.instantiate(Object, Encoder) should return null) by Wu Yue Hao · 17 years ago
- f77b952 Formatting changes. by Tim Ellison · 17 years ago
- 0d3d12a XMLDecoding empty String values should be empty string not null. by Tim Ellison · 17 years ago
- a9cfafc Remove the redundant package private classes in java.beans, they are not referenced any more by Yang Pu · 17 years ago
- 91549ef Apply patch for HARMONY-4272 ([classlib][beans] BeanContextServicesSupport.releaseService() throws unexpected NPE) by Tim Ellison · 17 years ago
- 58517b3 Adding missing license. by Mark Hindess · 17 years ago
- 4f6f5bf remove duplicate testcase, and a new one to test empty ser file by Wu Yue Hao · 17 years ago
- 7ec9652 Fix bugs: by Wu Yue Hao · 17 years ago
- 63c28ae Clean more thoroughly. by Mark Hindess · 17 years ago
- 03cecbf remove public declaration of this non-api class by Wu Yue Hao · 17 years ago
- fa3af4d Restore throws declaration on EventSetDescriptor constructors, as required by spec. (second attempt) by Tim Ellison · 17 years ago
- 6c10ba0 Back out changes in r561859, there are knock on effects I had not addressed. by Tim Ellison · 17 years ago