5a12bd6475f2cb8903e65365fa917269ffc51589
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 48
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type user : String to identity : Identity in method public FullConnectorSession(identity Identity, timeZoneKey TimeZoneKey, locale Locale, startTime long, properties Map<String,String>, catalog String, sessionPropertyManager SessionPropertyManager) in class com.facebook.presto.FullConnectorSession | From | To | |
Change Parameter Type user : String to identity : Identity in method public Session(identity Identity, source Optional<String>, catalog String, schema String, timeZoneKey TimeZoneKey, locale Locale, remoteUserAddress Optional<String>, userAgent Optional<String>, startTime long, systemProperties Map<String,String>, catalogProperties Map<String,Map<String,String>>, sessionPropertyManager SessionPropertyManager) in class com.facebook.presto.Session | From | To | |
Change Parameter Type user : String to identity : Identity in method public FullConnectorSession(identity Identity, timeZoneKey TimeZoneKey, locale Locale, startTime long) in class com.facebook.presto.FullConnectorSession | From | To | |
Move Method | 2 | ||
Move Method public getUser() : String from class com.facebook.presto.FullConnectorSession to public getUser() : String from class com.facebook.presto.spi.security.Identity | From | To | |
Move Method public getUser() : String from class com.facebook.presto.testing.TestingConnectorSession to public getUser() : String from class com.facebook.presto.spi.security.Identity | From | To | |
Move Attribute | 4 | ||
Move Attribute private user : String from class com.facebook.presto.testing.TestingConnectorSession to private user : String from class com.facebook.presto.spi.security.Identity | From | To | |
Move Attribute private user : String from class com.facebook.presto.Session to private user : String from class com.facebook.presto.spi.security.Identity | From | To | |
Move Attribute private user : String from class com.facebook.presto.Session.SessionBuilder to private user : String from class com.facebook.presto.spi.security.Identity | From | To | |
Move Attribute private user : String from class com.facebook.presto.FullConnectorSession to private user : String from class com.facebook.presto.spi.security.Identity | From | To | |
Extract Class | 3 | ||
Extract Class com.facebook.presto.spi.security.Identity from class com.facebook.presto.FullConnectorSession | From | To | |
Extract Class com.facebook.presto.spi.security.Identity from class com.facebook.presto.Session | From | To | |
Extract Class com.facebook.presto.spi.security.Identity from class com.facebook.presto.testing.TestingConnectorSession | From | To | |
Rename Attribute | 3 | ||
Rename Attribute user : String to identity : Identity in class com.facebook.presto.Session | From | To | |
Rename Attribute user : String to identity : Identity in class com.facebook.presto.Session.SessionBuilder | From | To | |
Rename Attribute user : String to identity : Identity in class com.facebook.presto.FullConnectorSession | From | To | |
Extract Variable | 1 | ||
Extract Variable propertyName : QualifiedName in method public execute(statement SetSession, session Session, metadata Metadata, accessControl AccessControl, stateMachine QueryStateMachine) : void from class com.facebook.presto.execution.SetSessionTask | From | To | |
Extract Method | 1 | ||
Extract Method protected assertQuery(session Session, sql String) : void extracted from protected assertQuery(sql String) : void in class com.facebook.presto.tests.AbstractTestQueryFramework | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type user : String to identity : Identity in class com.facebook.presto.Session | From | To | |
Change Attribute Type user : String to identity : Identity in class com.facebook.presto.Session.SessionBuilder | From | To | |
Change Attribute Type user : String to identity : Identity in class com.facebook.presto.FullConnectorSession | From | To | |
Rename Parameter | 3 | ||
Rename Parameter user : String to identity : Identity in method public FullConnectorSession(identity Identity, timeZoneKey TimeZoneKey, locale Locale, startTime long) in class com.facebook.presto.FullConnectorSession | From | To | |
Rename Parameter user : String to identity : Identity in method public FullConnectorSession(identity Identity, timeZoneKey TimeZoneKey, locale Locale, startTime long, properties Map<String,String>, catalog String, sessionPropertyManager SessionPropertyManager) in class com.facebook.presto.FullConnectorSession | From | To | |
Rename Parameter user : String to identity : Identity in method public Session(identity Identity, source Optional<String>, catalog String, schema String, timeZoneKey TimeZoneKey, locale Locale, remoteUserAddress Optional<String>, userAgent Optional<String>, startTime long, systemProperties Map<String,String>, catalogProperties Map<String,Map<String,String>>, sessionPropertyManager SessionPropertyManager) in class com.facebook.presto.Session | From | To |