5bef562ef4f3a923eec6ef07a53704b77d694909
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private init(op Operator, cond Collection<? extends Condition>) : void renamed to private add(op Operator, condition Condition) : void in class org.jooq.impl.CombinedCondition | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type cond : Collection<? extends Condition> to condition : Condition in method private add(op Operator, condition Condition) : void in class org.jooq.impl.CombinedCondition | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter cond : Collection<? extends Condition> to condition : Condition in method private add(op Operator, condition Condition) : void in class org.jooq.impl.CombinedCondition | From | To |