Besides java.beans package, I am now investigating luni module. And find
some other missing classes and methods:

class:
java/util/ServiceLoader

method:
java.util.Properties

   public void *load*(Reader
<file:///D:/spark/java6doc/docs/api/java/io/Reader.html> reader)
         throws IOException
<file:///D:/spark/java6doc/docs/api/java/io/IOException.html>

   public Set <file:///D:/spark/java6doc/docs/api/java/util/Set.html><String
<file:///D:/spark/java6doc/docs/api/java/lang/String.html>>
*stringPropertyNames*()

   public void *store*(Writer
<file:///D:/spark/java6doc/docs/api/java/io/Writer.html> writer,
                 String
<file:///D:/spark/java6doc/docs/api/java/lang/String.html> comments)
          throws IOException
<file:///D:/spark/java6doc/docs/api/java/io/IOException.html>

java.util.PropertyResourceBundle

   public *PropertyResourceBundle*(Reader
<file:///D:/spark/java6doc/docs/api/java/io/Reader.html> reader)
                      throws IOException
<file:///D:/spark/java6doc/docs/api/java/io/IOException.html>

   protected Set
<file:///D:/spark/java6doc/docs/api/java/util/Set.html><String
<file:///D:/spark/java6doc/docs/api/java/lang/String.html>>
*handleKeySet*()

Just as beans, if no objection, I will add missing class and made
modification to util package.


2007/7/3, Tony Wu <[EMAIL PROTECTED]>:

On 7/3/07, Spark Shen <[EMAIL PROTECTED]> wrote:
> I find beans.XMLEncoder does not persist java.lang.reflect.Fieldproperly.
> And I suspect there are more classes not properly handled.
>

Yes, I think so.
> I have reported a JIRA:
> https://issues.apache.org/jira/browse/HARMONY-4321
>
> If no objection, I will go to implement those missing persistence
> functionality.
>

please go head:)
> --
> Spark Shen
> China Software Development Lab, IBM
>


--
Tony Wu
China Software Development Lab, IBM




--
Spark Shen
China Software Development Lab, IBM

Reply via email to