9f196bafe904c8125a59f22d9db82f9949bcc33f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method public subscribe(user User, url String, title String, category FeedCategory, position int) : Feed extracted from public subscribe(user User, url String, title String, category FeedCategory) : Feed in class com.commafeed.backend.service.FeedSubscriptionService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter category : FeedCategory to parent : FeedCategory in method public subscribe(user User, url String, title String, parent FeedCategory) : Feed in class com.commafeed.backend.service.FeedSubscriptionService | From | To |