ef6b165178aaa2782e95f39215fdb4818485b614
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private accept2(ctx Context<?>, statements List<Statement>, wrapInBeginEnd boolean) : void renamed to private acceptNonDeclarations(ctx Context<?>, statements List<Statement>, wrapInBeginEnd boolean) : void in class org.jooq.impl.BlockImpl | From | To | |
Extract Method | 1 | ||
Extract Method private end(ctx Context<?>) : void extracted from private accept2(ctx Context<?>, statements List<Statement>, wrapInBeginEnd boolean) : void in class org.jooq.impl.BlockImpl | From | To |