b921055cfdcdce2eeb7c46ae7e47c8d4299aeb67
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isNullable() : boolean renamed to public isNullableSelf() : boolean in class com.speedment.runtime.join.stage.JoinType | From | To | |
Rename Variable | 1 | ||
Rename Variable i : int to j : int in method private findNullOffset(table Table, stage Stage<?>, field HasComparableOperators<?,?>) : int in class com.speedment.runtime.join.internal.component.stream.sql.JoinSqlUtil | From | To | |
Rename Attribute | 1 | ||
Rename Attribute nullable : boolean to nullableSelf : boolean in class com.speedment.runtime.join.stage.JoinType | From | To | |
Extract Method | 2 | ||
Extract Method private findNullOffset(table Table, stage Stage<?>, field HasComparableOperators<?,?>) : int extracted from public resultSetMapper(project Project, identifier TableIdentifier<T>, stages List<Stage<?>>, stageIndex int, sqlAdapterMapper SqlAdapterMapper) : SqlFunction<ResultSet,T> in class com.speedment.runtime.join.internal.component.stream.sql.JoinSqlUtil | From | To | |
Extract Method private renderJoin(naming DatabaseNamingConvention, sqlStages List<SqlStage>, stages List<Stage<?>>, stageIndex int, joinType JoinType) : String extracted from private renderJoin(naming DatabaseNamingConvention, sqlStages List<SqlStage>, stages List<Stage<?>>, stageIndex int) : String in class com.speedment.runtime.join.internal.component.stream.sql.JoinSqlUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nullable : boolean to nullableSelf : boolean in method private JoinType(sql String, nullableSelf boolean, nullableOther boolean) in class com.speedment.runtime.join.stage.JoinType | From | To |