36f16f0224aa744fb36ef68f24ccaa686e357d97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 4 | ||
Move Attribute private cipher : String from class org.lealone.db.Database to public cipher : String from class org.lealone.db.DbSettings | From | To | |
Move Attribute private fileEncryptionKey : byte[] from class org.lealone.db.Database to public fileEncryptionKey : byte[] from class org.lealone.db.DbSettings | From | To | |
Move Attribute private filePasswordHash : byte[] from class org.lealone.db.Database to public filePasswordHash : byte[] from class org.lealone.db.DbSettings | From | To | |
Move Attribute private pageSize : int from class org.lealone.db.Database to public pageSize : int from class org.lealone.db.DbSettings | From | To | |
Extract Method | 1 | ||
Extract Method public init(fullName String, databaseURL String) : void extracted from public init(ci ConnectionInfo) : void in class org.lealone.db.Database | From | To |