069c1d0e091a135d8062642f4c6e186398f235f9
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 50
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 18 | ||
Rename Method public onEventMainThread(event QuestionClickedEvent) : void renamed to public onQuestion(question Question) : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Rename Method public onResume() : void renamed to public onStop() : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Rename Method public failure(exception RetrofitError) : void renamed to public onFailure(call Call<SOQuestions>, exception Throwable) : void in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Rename Method public onPause() : void renamed to public onStart() : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Rename Method public success(questions SOQuestions, response Response) : void renamed to public onResponse(call Call<SOQuestions>, response Response<SOQuestions>) : void in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Rename Method public onEventMainThread(event QuestionClickedEvent) : void renamed to public onQuestionClicked(event QuestionClickedEvent) : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Change Parameter Type | 12 | ||
Change Parameter Type error : RetrofitError to error : Throwable in method private onError(error Throwable) : void in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Change Parameter Type exception : RetrofitError to exception : Throwable in method public onFailure(call Call<SOQuestions>, exception Throwable) : void in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Change Parameter Type response : Response to response : Response<SOQuestions> in method public onResponse(call Call<SOQuestions>, response Response<SOQuestions>) : void in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Change Parameter Type event : QuestionClickedEvent to question : Question in method public onQuestion(question Question) : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Inline Method | 32 | ||
Inline Method public onResume() : void inlined to public onStop() : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Inline Method public onPause() : void inlined to public onStart() : void in class com.commonsware.android.databind.basic.MainActivity | From | To | |
Rename Variable | 2 | ||
Rename Variable restAdapter : RestAdapter to retrofit : Retrofit in method public onCreateView(inflater LayoutInflater, container ViewGroup, savedInstanceState Bundle) : View in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Change Variable Type | 2 | ||
Change Variable Type restAdapter : RestAdapter to retrofit : Retrofit in method public onCreateView(inflater LayoutInflater, container ViewGroup, savedInstanceState Bundle) : View in class com.commonsware.android.databind.basic.QuestionsFragment | From | To | |
Rename Parameter | 2 | ||
Rename Parameter event : QuestionClickedEvent to question : Question in method public onQuestion(question Question) : void in class com.commonsware.android.databind.basic.MainActivity | From | To |