df8663bf3c036867d69fb9d1f5a4ca7834a74a3a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public onClick(v View) : void renamed to public showQuestion(question Question) : void in class com.commonsware.android.databind.basic.QuestionController | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type v : View to question : Question in method public showQuestion(question Question) : void in class com.commonsware.android.databind.basic.QuestionController | From | To | |
Rename Parameter | 3 | ||
Rename Parameter v : View to question : Question in method public showQuestion(question Question) : void in class com.commonsware.android.databind.basic.QuestionController | From | To |