e05ac767eeacec72b291c06d7ce5b056d3b57676
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getKeys() : Pair<RSAPublicKey,RSAPrivateKey> renamed to public genKeyPair() : Pair<RSAPublicKey,RSAPrivateKey> in class com.shinemo.mpush.tools.crypto.RSAUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable unwarp : byte[] to rawData : byte[] in method public decodeBody(packet Packet) : HandShakeMessage in class com.shinemo.mpush.core.handler.HandShakeHandler | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public KEY_ALGORITHM : String in class com.shinemo.mpush.tools.crypto.RSAUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type HEART_HANDLER : HeartBeatHandler to HEART_HANDLER : MessageHandler in class com.shinemo.mpush.core.MessageReceiver | From | To |