b9e9ddd57946bbf3a6a5fdc32e8c6ef376e91d19
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type sampleSize : int to sampleSize : Expression in method public setSampleSize(sampleSize Expression) : void in class org.lealone.command.dml.Query | From | To | |
| Inline Method | 1 | ||
| Inline Method protected prepareCondition() : void inlined to public prepare() : void in class org.lealone.command.dml.Select | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute sampleSize : int to sampleSizeExpr : Expression in class org.lealone.command.dml.Query | From | To | |
| Extract Variable | 1 | ||
| Extract Variable newValues : Value[] in method private convert(values Value[], columnCount int) : Value[] from class org.lealone.command.dml.SelectUnion | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type sampleSize : int to sampleSizeExpr : Expression in class org.lealone.command.dml.Query | From | To |