58c1417a1a6f7658fdeb3c6ef326b96066092910
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type packet : Packet to body : byte[] in method public decodeBody(body byte[]) : LoginMessage in class com.shinemo.mpush.core.handler.LoginHandler | From | To | |
Change Parameter Type packet : Packet to body : byte[] in method public decodeBody(body byte[]) : String in class com.shinemo.mpush.core.handler.BindHandler | From | To | |
Change Parameter Type packet : Packet to body : byte[] in method public decodeBody(body byte[]) : FastConnectMessage in class com.shinemo.mpush.core.handler.FastConnectHandler | From | To | |
Change Parameter Type packet : Packet to body : byte[] in method public decodeBody(body byte[]) : Void in class com.shinemo.mpush.core.handler.HeartBeatHandler | From | To | |
Inline Method | 2 | ||
Inline Method public decrypt(data byte[], offset int, length int, decryptKey byte[], iv byte[]) : byte[] inlined to public decrypt(data byte[], decryptKey byte[], iv byte[]) : byte[] in class com.shinemo.mpush.tools.crypto.AESUtils | From | To | |
Inline Method public encrypt(data byte[], offset int, length int, encryptKey byte[], iv byte[]) : byte[] inlined to public encrypt(data byte[], encryptKey byte[], iv byte[]) : byte[] in class com.shinemo.mpush.tools.crypto.AESUtils | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private RAS_KEY_SIZE : int in class com.shinemo.mpush.tools.crypto.RSAUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute PKCS_ALGORITHM : String to KEY_ALGORITHM_PADDING : String in class com.shinemo.mpush.tools.crypto.AESUtils | From | To | |
Rename Parameter | 4 | ||
Rename Parameter packet : Packet to body : byte[] in method public decodeBody(body byte[]) : String in class com.shinemo.mpush.core.handler.BindHandler | From | To | |
Rename Parameter packet : Packet to body : byte[] in method public decodeBody(body byte[]) : FastConnectMessage in class com.shinemo.mpush.core.handler.FastConnectHandler | From | To | |
Rename Parameter packet : Packet to body : byte[] in method public decodeBody(body byte[]) : Void in class com.shinemo.mpush.core.handler.HeartBeatHandler | From | To | |
Rename Parameter packet : Packet to body : byte[] in method public decodeBody(body byte[]) : LoginMessage in class com.shinemo.mpush.core.handler.LoginHandler | From | To |