fe7424d7e18af6640df86ce9b2a739e836322b2c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type s : String to s : CharSequence in method public checkNotNullOrEmpty(s CharSequence, message String) : CharSequence in class org.assertj.core.util.Preconditions | From | To | |
| Change Parameter Type s : String to s : CharSequence in method public checkNotNullOrEmpty(s CharSequence) : CharSequence in class org.assertj.core.util.Preconditions | From | To | |
| Change Return Type | 2 | ||
| Change Return Type String to CharSequence in method public checkNotNullOrEmpty(s CharSequence) : CharSequence in class org.assertj.core.util.Preconditions | From | To | |
| Change Return Type String to CharSequence in method public checkNotNullOrEmpty(s CharSequence, message String) : CharSequence in class org.assertj.core.util.Preconditions | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result : String to result : CharSequence in method public should_return_string_if_it_is_not_null_nor_empty() : void in class org.assertj.core.util.Preconditions_checkNotNullOrEmpty_String_Test | From | To | |
| Change Variable Type result : String to result : CharSequence in method public should_return_string_if_it_is_not_null_nor_empty() : void in class org.assertj.core.util.Preconditions_checkNotNullOrEmpty_String_String_Test | From | To |