83ad74b6b9b6cace3419560a72cec028cfd18550
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private init() : void from class org.eclipse.jgit.util.sha1.SHA1 to package init() : void from class org.eclipse.jgit.util.sha1.SHA1.State | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.jgit.util.sha1.SHA1.State from class org.eclipse.jgit.util.sha1.SHA1 | From | To | |
Inline Variable | 5 | ||
Inline Variable temp : int in method private compress(block byte[], p int) : void from class org.eclipse.jgit.util.sha1.SHA1 | From | To | |
Extract Method | 2 | ||
Extract Method package save(a1 int, b1 int, c1 int, d1 int, e1 int) : void extracted from private init() : void in class org.eclipse.jgit.util.sha1.SHA1.State | From | To | |
Extract Method private initBlock(block byte[], p int) : void extracted from private compress(block byte[], p int) : void in class org.eclipse.jgit.util.sha1.SHA1 | From | To |