6b44ee2a2c78e7bf3d3649726c1bb465b95cf05b
Files Diff
- Added: 116
- Removed: 14
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type out : ObjectOutputStream to s : java.io.ObjectOutputStream in method private writeObject(s java.io.ObjectOutputStream) : void in class javax.security.auth.x500.X500Principal | From | To | |
Change Parameter Type in : ObjectInputStream to s : java.io.ObjectInputStream in method private readObject(s java.io.ObjectInputStream) : void in class javax.security.auth.x500.X500Principal | From | To | |
Inline Method | 4 | ||
Inline Method private incorrectInputEncoding(e IOException) : IllegalArgumentException inlined to public X500Principal(is InputStream) in class javax.security.auth.x500.X500Principal | From | To | |
Inline Method private incorrectInputEncoding(e IOException) : IllegalArgumentException inlined to public X500Principal(name byte[]) in class javax.security.auth.x500.X500Principal | From | To | |
Inline Method private incorrectInputName(e IOException, name String) : IllegalArgumentException inlined to public X500Principal(name String, keywordMap Map<String,String>) in class javax.security.auth.x500.X500Principal | From | To | |
Inline Method private setPrompt(prompt String) : void inlined to public PasswordCallback(prompt String, echoOn boolean) in class javax.security.auth.callback.PasswordCallback | From | To | |
Rename Variable | 3 | ||
Rename Variable cf : CertificateFactory to f : KeyFactory in method protected readResolve() : Object in class java.security.KeyRep | From | To | |
Rename Variable hash : int to retval : int in method public hashCode() : int in class java.security.cert.Certificate | From | To | |
Rename Variable principal : X500Principal to other : X500Principal in method public equals(o Object) : boolean in class javax.security.auth.x500.X500Principal | From | To | |
Move Source Folder | 2 | ||
Move Source Folder jre_emul/android/libcore/luni/src/main to jre_emul/android/platform/libcore/ojluni/src/objc | From | To | |
Move Source Folder jre_emul/android/libcore/luni to jre_emul/android/platform/libcore/ojluni | From | To | |
Extract Class | 1 | ||
Extract Class sun.security.x509.X500Name from class javax.security.auth.x500.X500Principal | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class java.security.cert.Certificate.CertificateRep moved and renamed to java.security.KeyRep | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cf : CertificateFactory to f : KeyFactory in method protected readResolve() : Object in class java.security.KeyRep | From | To | |
Rename Parameter | 5 | ||
Rename Parameter in : InputStream to is : InputStream in method public X500Principal(is InputStream) in class javax.security.auth.x500.X500Principal | From | To | |
Rename Parameter message : String to msg : String in method public DestroyFailedException(msg String) in class javax.security.auth.DestroyFailedException | From | To | |
Rename Parameter out : ObjectOutputStream to s : ObjectOutputStream in method private writeObject(s ObjectOutputStream) : void in class javax.security.auth.x500.X500Principal | From | To | |
Rename Parameter in : ObjectInputStream to s : ObjectInputStream in method private readObject(s ObjectInputStream) : void in class javax.security.auth.x500.X500Principal | From | To | |
Rename Parameter message : String to msg : String in method public UnsupportedCallbackException(callback Callback, msg String) in class javax.security.auth.callback.UnsupportedCallbackException | From | To |