9f7222a662d441cd67d9ee78c4f329dddd914d70
Files Diff
- Added: 145
- Removed: 304
- Renamed: 0
- Modified: 231
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 32 | ||
| Rename Method public onEventMainThread(event BookLoadedEvent) : void renamed to public onBookLoaded(event BookLoadedEvent) : void in class com.commonsware.empublite.EmPubLiteActivity | From | To | |
| Rename Method public onResume() : void renamed to public onStart() : void in class com.commonsware.empublite.EmPubLiteActivity | From | To | |
| Rename Method public onEventBackgroundThread(event BookUpdatedEvent) : void renamed to public onBookUpdated(event BookUpdatedEvent) : void in class com.commonsware.empublite.ModelFragment | From | To | |
| Rename Method public onResume() : void renamed to public onStop() : void in class com.commonsware.empublite.NoteFragment | From | To | |
| Rename Method public onPause() : void renamed to public onStart() : void in class com.commonsware.empublite.NoteFragment | From | To | |
| Rename Method public onPause() : void renamed to public onStop() : void in class com.commonsware.empublite.EmPubLiteActivity | From | To | |
| Rename Method public onEventMainThread(event NoteLoadedEvent) : void renamed to public onNoteLoaded(event NoteLoadedEvent) : void in class com.commonsware.empublite.NoteFragment | From | To | |
| Rename Variable | 2 | ||
| Rename Variable restAdapter : RestAdapter to retrofit : Retrofit in method private getUpdateUrl() : String in class com.commonsware.empublite.DownloadCheckService | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder EmPubLite-AndroidStudio/T5-Progress to EmPubLite-AndroidStudio/T5-Layout | From | To | |
| Change Return Type | 1 | ||
| Change Return Type BookUpdateInfo to Call<BookUpdateInfo> in method public update() : Call<BookUpdateInfo> in class com.commonsware.empublite.BookUpdateInterface | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type restAdapter : RestAdapter to retrofit : Retrofit in method private getUpdateUrl() : String in class com.commonsware.empublite.DownloadCheckService | From | To | |
| Change Attribute Type | 11 | ||
| Change Attribute Type contents : BookContents to contents : AtomicReference<BookContents> in class com.commonsware.empublite.ModelFragment | From | To | |
| Change Attribute Type prefs : SharedPreferences to prefs : AtomicReference<SharedPreferences> in class com.commonsware.empublite.ModelFragment | From | To |