61e7936d793f90d85e5c3f58be474f4fc3741cdd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable userPrincipal : Principal to username : String in method public create(newAlbum Album, username String) : Response in class org.keycloak.example.photoz.album.AlbumService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type userPrincipal : Principal to username : String in method public create(newAlbum Album, username String) : Response in class org.keycloak.example.photoz.album.AlbumService | From | To | |
Extract Method | 1 | ||
Extract Method public createAlbum(name String, buttonId String) : void extracted from public createAlbum(name String) : void in class org.keycloak.testsuite.adapter.page.PhotozClientAuthzTestApp | From | To |