dcd62c284f6d56c8e26e32793ee55cf881997896
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ImmutableList<Pair<Long,String>> to ImmutableList<SimpleEntry<Long,String>> in method public getSecretsNameOnly() : ImmutableList<SimpleEntry<Long,String>> in class keywhiz.service.daos.SecretDAO | From | To | |
Change Variable Type | 1 | ||
Change Variable Type results : List<Pair<Long,String>> to results : List<SimpleEntry<Long,String>> in method public getSecretsNameOnly() : ImmutableList<SimpleEntry<Long,String>> in class keywhiz.service.daos.SecretDAO | From | To |