146e47d668788d72c4fc54a61b7155eeeef508b6
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable mapKey : Statement to batchStatement : BatchStatement in method public putUuid(scope MapScope, key String, putUuid UUID) : void in class org.apache.usergrid.persistence.map.impl.MapSerializationImpl | From | To | |
Rename Variable columns : Map<String,ByteBuffer> to tokenDetails : Map<String,Object> in method private getTokenInfo(uuid UUID) : TokenInfo in class org.apache.usergrid.security.tokens.impl.TokenServiceImpl | From | To | |
Rename Variable rowKey : ByteBuffer to principalKeyBuffer : ByteBuffer in method private putTokenInfo(tokenInfo TokenInfo) : void in class org.apache.usergrid.security.tokens.impl.TokenServiceImpl | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.usergrid.persistence.token.TokenTestModule renamed to org.apache.usergrid.persistence.token.TestTokenModule | From | To | |
Move Class | 2 | ||
Move Class org.apache.usergrid.security.tokens.cassandra.TokenServiceImpl moved to org.apache.usergrid.security.tokens.impl.TokenServiceImpl | From | To | |
Move Class org.apache.usergrid.persistence.token.impl.TokenSerialization moved to org.apache.usergrid.persistence.token.TokenSerialization | From | To | |
Change Variable Type | 2 | ||
Change Variable Type mapKey : Statement to batchStatement : BatchStatement in method public putUuid(scope MapScope, key String, putUuid UUID) : void in class org.apache.usergrid.persistence.map.impl.MapSerializationImpl | From | To | |
Change Variable Type columns : Map<String,ByteBuffer> to tokenDetails : Map<String,Object> in method private getTokenInfo(uuid UUID) : TokenInfo in class org.apache.usergrid.security.tokens.impl.TokenServiceImpl | From | To |