879de51206ddef132c092ee21e8b6c6e5976a56e
Files Diff
- Added: 11
- Removed: 5
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Source Folder | 1 | ||
Move Source Folder hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice to hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common | From | To | |
Change Return Type | 1 | ||
Change Return Type TimelineDelegationTokenSecretManagerService to TimelineV1DelegationTokenSecretManagerService in method private createTimelineDelegationTokenSecretManagerService(conf Configuration) : TimelineV1DelegationTokenSecretManagerService in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter renamed to org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterForV1 | From | To | |
Rename Class org.apache.hadoop.yarn.server.timeline.security.TimelineDelegationTokenSecretManagerService renamed to org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.hadoop.yarn.server.timeline.security.TimelineDelegationTokenSecretManagerService.TimelineDelegationTokenSecretManager moved and renamed to org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService from classes [org.apache.hadoop.yarn.server.timeline.security.TimelineV1DelegationTokenSecretManagerService] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute testRootDir : File to TEST_ROOT_DIR : File in class org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterForV1 | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type secretManagerService : TimelineDelegationTokenSecretManagerService to secretManagerService : TimelineV1DelegationTokenSecretManagerService in class org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer | From | To | |
Change Attribute Type secretManager : TimelineDelegationTokenSecretManager to secretManager : AbstractDelegationTokenSecretManager<TimelineDelegationTokenIdentifier> in class org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilter | From | To |