61e4f1665221626cfd31a5826bff527ef7ce5719
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Attribute | 2 | ||
Extract Attribute private NULL_MARKER : byte in class org.eclipse.jgit.lib.ObjectIdSerializer | From | To | |
Extract Attribute private NON_NULL_MARKER : byte in class org.eclipse.jgit.lib.ObjectIdSerializer | From | To | |
Extract Variable | 1 | ||
Extract Variable marker : byte in method public read(in InputStream) : ObjectId from class org.eclipse.jgit.lib.ObjectIdSerializer | From | To | |
Extract Method | 2 | ||
Extract Method public readWithoutMarker(in InputStream) : ObjectId extracted from public read(in InputStream) : ObjectId in class org.eclipse.jgit.lib.ObjectIdSerializer | From | To | |
Extract Method public writeWithoutMarker(out OutputStream, id AnyObjectId) : void extracted from public write(out OutputStream, id AnyObjectId) : void in class org.eclipse.jgit.lib.ObjectIdSerializer | From | To |