f20adf218831eb8473fe419d0ab35d1521a59876
Files Diff
- Added: 6
- Removed: 5
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Source Folder | 1 | ||
Move Source Folder jre_emul/android/libcore/luni to jre_emul/apache_harmony/classlib/modules/nio_char | From | To | |
Change Return Type | 2 | ||
Change Return Type CharBuffer to String in method private decodeImpl(in ByteBuffer) : String in class com.google.j2objc.nio.charset.IOSCharsetDecoder | From | To | |
Change Return Type ByteBuffer to byte[] in method private encodeImpl(in CharBuffer) : byte[] in class com.google.j2objc.nio.charset.IOSCharsetEncoder | From | To | |
Move Class | 3 | ||
Move Class java.nio.charset.IOSCharsetEncoder moved to com.google.j2objc.nio.charset.IOSCharsetEncoder | From | To | |
Move Class java.nio.charset.IOSCharset moved to com.google.j2objc.nio.charset.IOSCharset | From | To | |
Move Class java.nio.charset.IOSCharsetDecoder moved to com.google.j2objc.nio.charset.IOSCharsetDecoder | From | To | |
Rename Attribute | 5 | ||
Rename Attribute maxBytesPerChar : float to maxBytes : float in class java.nio.charset.CharsetEncoder | From | To | |
Rename Attribute unmappableCharacterAction : CodingErrorAction to unmapAction : CodingErrorAction in class java.nio.charset.CharsetEncoder | From | To | |
Rename Attribute replacementBytes : byte[] to replace : byte[] in class java.nio.charset.CharsetEncoder | From | To | |
Rename Attribute averageBytesPerChar : float to averBytes : float in class java.nio.charset.CharsetEncoder | From | To | |
Rename Attribute malformedInputAction : CodingErrorAction to malformAction : CodingErrorAction in class java.nio.charset.CharsetEncoder | From | To | |
Extract Method | 1 | ||
Extract Method protected implFlush(out ByteBuffer) : CoderResult extracted from public flush(out ByteBuffer) : CoderResult in class java.nio.charset.CharsetEncoder | From | To |