6045c1b8f524064a492b0dae9fbfbe89a1dca232
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private generate(typeNode JavacNode, level AccessLevel, onConstructor List<JCAnnotation>, fields List<JavacNode>, allToDefault boolean, staticName String, skipIfConstructorExists SkipIfConstructorExists, source JavacNode, noArgs boolean) : void extracted from public generateConstructor(typeNode JavacNode, level AccessLevel, onConstructor List<JCAnnotation>, fields List<JavacNode>, allToDefault boolean, staticName String, skipIfConstructorExists SkipIfConstructorExists, source JavacNode) : void in class lombok.javac.handlers.HandleConstructor | From | To | |
Extract Method public upToTypeNode(node EclipseNode) : EclipseNode extracted from public constructorExists(node EclipseNode) : MemberExistsResult in class lombok.eclipse.handlers.EclipseHandlerUtil | From | To | |
Extract Method public generate(typeNode EclipseNode, level AccessLevel, fields List<EclipseNode>, allToDefault boolean, staticName String, skipIfConstructorExists SkipIfConstructorExists, onConstructor List<Annotation>, sourceNode EclipseNode, noArgs boolean) : void extracted from public generateConstructor(typeNode EclipseNode, level AccessLevel, fields List<EclipseNode>, allToDefault boolean, staticName String, skipIfConstructorExists SkipIfConstructorExists, onConstructor List<Annotation>, sourceNode EclipseNode) : void in class lombok.eclipse.handlers.HandleConstructor | From | To | |
Extract Method public upToTypeNode(node EclipseNode) : EclipseNode extracted from public fieldExists(fieldName String, node EclipseNode) : MemberExistsResult in class lombok.eclipse.handlers.EclipseHandlerUtil | From | To |