1af20c5e32efb82a8ea85ed40356b293b99d6eb3
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package getTagExpression() : TagExpression renamed to package getTagPredicate() : TagPredicate in class cucumber.runtime.rhino.RhinoHookDefinition | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type tagExpression : TagExpression to tagPredicate : TagPredicate in method public addAfterHook(tagPredicate TagPredicate, timeoutMillis long, order int, body Closure) : void in class cucumber.runtime.groovy.GroovyBackend | From | To | |
Change Parameter Type tagExpression : TagExpression to tagPredicate : TagPredicate in method public GroovyHookDefinition(tagPredicate TagPredicate, timeoutMillis long, order int, body Closure, location StackTraceElement, backend GroovyBackend) in class cucumber.runtime.groovy.GroovyHookDefinition | From | To | |
Change Parameter Type tagExpression : TagExpression to tagPredicate : TagPredicate in method public addBeforeHook(tagPredicate TagPredicate, timeoutMillis long, order int, body Closure) : void in class cucumber.runtime.groovy.GroovyBackend | From | To | |
Rename Variable | 1 | ||
Rename Variable tagExpression : TagExpression to tagPredicate : TagPredicate in method private addHook(tagsExpressionsAndBody Object[], before boolean) : void in class cucumber.api.groovy.Hooks | From | To | |
Change Return Type | 1 | ||
Change Return Type TagExpression to TagPredicate in method package getTagPredicate() : TagPredicate in class cucumber.runtime.rhino.RhinoHookDefinition | From | To | |
Rename Class | 1 | ||
Rename Class cucumber.runtime.TagExpression renamed to cucumber.runtime.TagExpressionOld | From | To | |
Rename Attribute | 6 | ||
Rename Attribute tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.jython.JythonHookDefinition | From | To | |
Rename Attribute tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.rhino.RhinoHookDefinition | From | To | |
Rename Attribute tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.java.Java8HookDefinition | From | To | |
Rename Attribute tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.groovy.GroovyHookDefinition | From | To | |
Rename Attribute tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.jruby.JRubyHookDefinition | From | To | |
Rename Attribute tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.java.JavaHookDefinition | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tagExpression : TagExpression to tagPredicate : TagPredicate in method private addHook(tagsExpressionsAndBody Object[], before boolean) : void in class cucumber.api.groovy.Hooks | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.jruby.JRubyHookDefinition | From | To | |
Change Attribute Type tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.java.JavaHookDefinition | From | To | |
Change Attribute Type tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.java.Java8HookDefinition | From | To | |
Change Attribute Type tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.rhino.RhinoHookDefinition | From | To | |
Change Attribute Type tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.jython.JythonHookDefinition | From | To | |
Change Attribute Type tagExpression : TagExpression to tagPredicate : TagPredicate in class cucumber.runtime.groovy.GroovyHookDefinition | From | To | |
Rename Parameter | 4 | ||
Rename Parameter tagExpression : TagExpression to tagPredicate : TagPredicate in method public addAfterHook(tagPredicate TagPredicate, timeoutMillis long, order int, body Closure) : void in class cucumber.runtime.groovy.GroovyBackend | From | To | |
Rename Parameter tagExpression : TagExpression to tagPredicate : TagPredicate in method public GroovyHookDefinition(tagPredicate TagPredicate, timeoutMillis long, order int, body Closure, location StackTraceElement, backend GroovyBackend) in class cucumber.runtime.groovy.GroovyHookDefinition | From | To | |
Rename Parameter tags : List<String> to tagExpressions : List<String> in method public TagPredicate(tagExpressions List<String>) in class cucumber.runtime.TagPredicate | From | To | |
Rename Parameter tagExpression : TagExpression to tagPredicate : TagPredicate in method public addBeforeHook(tagPredicate TagPredicate, timeoutMillis long, order int, body Closure) : void in class cucumber.runtime.groovy.GroovyBackend | From | To |