Skip to content

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Aug 29, 2011
1 parent b43a3a8 commit a3bfdb4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,12 @@ and associated documentation. The information is stored in XML format.

- java.security.Provider.put() : missing in jar2xml output.
maybe disappeared in the shade of Hashtable.put().
- java.net.ssl.KeyStoreBuilderParameters.Parameters and .ctor() : types differ
- generic list
- android.text.method.LinkMovementMethod.getInstance()
- disappeared in xml. Maybe this static method vanished in the shade of
ScrollingMovementMethod.getInstance() (same return, static).
- javax.net.ssl.SSLServerSocketFactory.getDefault() too
- javax.net.ssl.SSLSocketFactory.getDefault() too

** Postponed

- java.net.ssl.KeyStoreBuilderParameters.Parameters and .ctor() : types differ
- generic list

- Now there are some abstract methods that somehow lacked in AOSP XML
and it uncovered issues regarding overriden methods. While those overriden
methods are sometimes "final", which should be "sealed", they are not
Expand Down

0 comments on commit a3bfdb4

Please sign in to comment.