|
Rename Method public accept(item RECORD) : boolean renamed to public test(item RECORD) : boolean in class org.neo4j.test.LogTestUtils.CountingLogHook |
From |
To |
|
Rename Method public accept(extension Object) : boolean renamed to public test(extension Object) : boolean in class org.neo4j.kernel.extension.KernelExtensions.TypeFilter |
From |
To |
|
Rename Method public accept(thread Thread) : boolean renamed to public test(thread Thread) : boolean in class org.neo4j.test.OtherThreadExecutor.AnyThreadState |
From |
To |
|
Rename Method public accept(item Path) : boolean renamed to public test(item Path) : boolean in class org.neo4j.kernel.impl.traversal.TestMultipleFilters.MustBeConnectedToNodeFilter |
From |
To |
|
Rename Method public accept(record T) : boolean renamed to public test(record T) : boolean in class org.neo4j.consistency.checking.full.CountsBuilderDecorator.MultiPassAvoidanceCondition |
From |
To |
|
Rename Method public accept(item Relationship) : boolean renamed to public test(item Relationship) : boolean in class org.neo4j.shell.kernel.apps.Ls.LimitPerTypeFilter |
From |
To |
|
Change Parameter Type specification : Predicate<? super T> to specification : org.neo4j.function.Predicate<? super T> in method public FilterIterable(iterable Iterable<T>, specification org.neo4j.function.Predicate<? super T>) in class org.neo4j.helpers.collection.Iterables.FilterIterable |
From |
To |
|
Change Parameter Type processFilter : Predicate<String> to processFilter : Matcher<String> in method public doThreadDump(processFilter Matcher<String>) : void in class org.neo4j.qa.tooling.DumpProcessInformation |
From |
To |
|
Change Parameter Type filter : Predicate<String> to filter : Matcher<String> in method public getJPids(filter Matcher<String>) : Collection<Pair<Long,String>> in class org.neo4j.qa.tooling.DumpProcessInformation |
From |
To |
|
Change Parameter Type processFilter : Predicate<String> to processFilter : Matcher<String> in method public otherVm(processFilter Matcher<String>, baseDir File) : Dump in class org.neo4j.qa.tooling.DumpProcessInformationRule |
From |
To |
|
Change Parameter Type predicate : Predicate<String> to matcher : Matcher<String> in method private fileContains(file File, matcher Matcher<String>) : boolean in class org.neo4j.kernel.impl.util.StringLoggerTest |
From |
To |
|
Change Parameter Type predicate : Predicate<? super Node> to predicate : org.neo4j.function.Predicate<? super Node> in method package NodeFilter(predicate org.neo4j.function.Predicate<? super Node>) in class org.neo4j.kernel.StandardExpander.NodeFilter |
From |
To |