463c8be59ff2d6b729ec2eb2bc5e40991a06d9fc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public getSession(originalSession ServerSession, url String) : Session inlined to public getCommand(originalSession ServerSession, prepared PreparedStatement, url String, sql String) : Command in class org.lealone.db.SessionPool | From | To | |
Rename Variable | 2 | ||
Rename Variable fs : Session to s : Session in method public validate(localTransactionName String) : boolean in class org.lealone.db.ServerSession | From | To | |
Rename Variable s : ServerSession to currentSession : ServerSession in method private executeDefineStatement(defineStatement DefineStatement) : int in class org.lealone.aose.router.P2pRouter | From | To |