diff --git a/README b/README index 62da37c..48d4809 100644 --- a/README +++ b/README @@ -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