df7977de9668753989ee5bb4144482088243470a
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public onResume() : void renamed to public onStop() : void in class com.commonsware.android.fts.QuestionsFragment | From | To | |
| Rename Method public onEventBackgroundThread(event SearchRequestedEvent) : void renamed to public onSearchRequested(event SearchRequestedEvent) : void in class com.commonsware.android.fts.ModelFragment | From | To | |
| Rename Method public onPause() : void renamed to public onStart() : void in class com.commonsware.android.fts.QuestionsFragment | From | To | |
| Rename Method public onEventMainThread(event ModelLoadedEvent) : void renamed to public onModelLoaded(event ModelLoadedEvent) : void in class com.commonsware.android.fts.QuestionsFragment | From | To | |
| Move And Inline Method | 2 | ||
| Move And Inline Method public onPause() : void moved from class com.commonsware.android.fts.MainActivity to class com.commonsware.android.fts.QuestionsFragment & inlined to public onStart() : void | From | To | |
| Move And Inline Method public onResume() : void moved from class com.commonsware.android.fts.MainActivity to class com.commonsware.android.fts.QuestionsFragment & inlined to public onStop() : void | From | To | |
| Rename Variable | 1 | ||
| Rename Variable restAdapter : RestAdapter to retrofit : Retrofit in method public run() : void in class com.commonsware.android.fts.ModelFragment.FetchQuestionsThread | From | To | |
| Change Return Type | 1 | ||
| Change Return Type SOQuestions to Call<SOQuestions> in method public questions(tags String) : Call<SOQuestions> in class com.commonsware.android.fts.StackOverflowInterface | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type restAdapter : RestAdapter to retrofit : Retrofit in method public run() : void in class com.commonsware.android.fts.ModelFragment.FetchQuestionsThread | From | To |