Collections.EMPTY_SET, "", new Pattern[0], false);
StreamTaskListener taskListener = null; // this fails with NPE because of static Channel current(): StreamTaskListener.fromStdout();
this.callable = new CompareAgainstBaselineCallable(
new SVNRevisionState(null),
new SVNLogHandler( filter, taskListener),
"projectName", taskListener, null, Collections.<String,ISVNAuthenticationProvider>emptyMap(), "nodeName");
}