4a728bb6158d61d85aa92d5f7f3d9a2faf44d13f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable byteStream : ByteArrayOutputStream to out : ByteArrayOutputStream in method public compress(data byte[]) : byte[] in class com.shinemo.mpush.tools.IOUtils | From | To | |
Rename Variable in : InflaterInputStream to zipIn : InflaterInputStream in method public uncompress(data byte[]) : byte[] in class com.shinemo.mpush.tools.IOUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method private toHex(bytes byte[]) : String in class com.shinemo.mpush.tools.crypto.MD5Utils | From | To | |
Inline Variable | 2 | ||
Inline Variable info : SessionContext in method protected decodeBody() : void from class com.shinemo.mpush.common.message.BaseMessage | From | To | |
Inline Variable result : byte[] in method protected decodeBody() : void from class com.shinemo.mpush.common.message.BaseMessage | From | To |