4004cc2c091b74e2960c05f565c6dc6d59ef3415
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type methods : Iterable<FacadeMethod<T>> to methods : Consumer<T>[] in method public assertFacadeMethodsThrowAfterTerminate(methods Consumer<T>[]) : void in class org.neo4j.graphdb.AbstractMandatoryTransactionsTest | From | To | |
| Change Parameter Type methods : Iterable<FacadeMethod<T>> to methods : Consumer<T>[] in method public assertFacadeMethodsThrowNotInTransaction(entity T, methods Consumer<T>[]) : void in class org.neo4j.graphdb.AbstractMandatoryTransactionsTest | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private FOO : RelationshipType from class org.neo4j.graphdb.NodeFacadeMethods to public FOO : RelationshipType from class org.neo4j.graphdb.FacadeMethod | From | To | |
| Move Attribute private BAR : RelationshipType from class org.neo4j.graphdb.NodeFacadeMethods to public BAR : RelationshipType from class org.neo4j.graphdb.FacadeMethod | From | To | |
| Move Attribute private INDEX_DEFINITION : IndexDefinition from class org.neo4j.graphdb.SchemaFacadeMethods to public INDEX_DEFINITION : IndexDefinition from class org.neo4j.graphdb.FacadeMethod | From | To | |
| Move Attribute private QUUX : Label from class org.neo4j.graphdb.NodeFacadeMethods to public QUUX : Label from class org.neo4j.graphdb.FacadeMethod | From | To | |
| Move Attribute private LABEL : Label from class org.neo4j.graphdb.SchemaFacadeMethods to public LABEL : Label from class org.neo4j.graphdb.FacadeMethod | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type method : FacadeMethod<T> to method : Consumer<T> in method public assertFacadeMethodsThrowNotInTransaction(entity T, methods Consumer<T>[]) : void in class org.neo4j.graphdb.AbstractMandatoryTransactionsTest | From | To | |
| Change Variable Type method : FacadeMethod<T> to method : Consumer<T> in method public assertFacadeMethodsThrowAfterTerminate(methods Consumer<T>[]) : void in class org.neo4j.graphdb.AbstractMandatoryTransactionsTest | From | To |