9d64b6e74be8fb7109b57481ee28649555ca7c95
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Variable | 2 | ||
| Inline Variable leastSigBits : long in method public uuid(buf ByteBuffer) : UUID from class org.rapidoid.serialize.TypeSpecificDeserializer | From | To | |
| Inline Variable mostSigBits : long in method public uuid(buf ByteBuffer) : UUID from class org.rapidoid.serialize.TypeSpecificDeserializer | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public fromBase64(base64 String, plusReplacement char, slashReplacement char) : byte[] extracted from public deserialize(token String) : Map<String,Serializable> in class org.rapidoid.util.Tokens & moved to class org.rapidoid.commons.Str | From | To | |
| Extract And Move Method public toBase64(data byte[], plusReplacement char, slashReplacement char) : String extracted from public serialize(token Map<String,Serializable>) : String in class org.rapidoid.util.Tokens & moved to class org.rapidoid.commons.Str | From | To |