6058c8880d5ad7d2a83268d7e6936ec23cdf4b9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type coll : Collection to coll : Collection<?> in method public isNotEmpty(coll Collection<?>) : boolean in class org.pac4j.core.util.CommonHelper | From | To | |
| Change Parameter Type coll : Collection to coll : Collection<?> in method public isEmpty(coll Collection<?>) : boolean in class org.pac4j.core.util.CommonHelper | From | To | |
| Extract Method | 1 | ||
| Extract Method private getInputStreamViaHttp(name String) : InputStream extracted from public getInputStreamFromName(name String) : InputStream in class org.pac4j.core.util.CommonHelper | From | To |