Toggle navigation
Home
java.util.function.Consumer to java.util.function.BiConsumer
No. of Instances - 40
No. of Commits - 10
No. of Projects - {'JGroups', 'framework', 'CoreNLP', 'flink', 'junit5', 'Chronicle-Queue', 'speedment'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Update argument list (Method invocation)
accept
to
accept
accept
to
accept
Other
"Skipping " + file.getName() + ": output file "+ finalOutputFilename+ " as it already exists. Don't use the noClobber option to override this."
to
finishedAnnotation
Cascading Type Change (Different)
Pair<Annotation,InputStream>
to
Throwable
Add or Remove Method invocation
forceTrack("Processing file " + file.getAbsolutePath() + " ... writing to "+ finalOutputFilename)
to
print.accept(finishedAnnotation,finalOutputFilename)
file.getAbsolutePath().endsWith(".ser.gz")
to
finishedAnnotation
loadSerializer(inputSerializerClass,inputSerializerName,properties)
to
finishedAnnotation.get(CoreAnnotations.ExceptionAnnotation.class)
IOUtils.closeIgnoringExceptions(is)
to
print.accept(finishedAnnotation,finalOutputFilename)
forceTrack("Annotating file " + file.getAbsoluteFile())
to
print.accept(finishedAnnotation,finalOutputFilename)
err("Error annotating " + file.getAbsoluteFile(),ex)
to
err("Error annotating " + file.getAbsoluteFile() + ": "+ ex)
endTrack("Annotating file " + file.getAbsoluteFile())
to
print.accept(finishedAnnotation,finalOutputFilename)
print.accept(annotation,finalOutputFilename)
to
print.accept(finishedAnnotation,finalOutputFilename)
warn("Error annotating " + file.getAbsoluteFile() + " not saved to "+ finalOutputFilename)
to
print.accept(finishedAnnotation,finalOutputFilename)
endTrack("Processing file " + file.getAbsolutePath() + " ... writing to "+ finalOutputFilename)
to
print.accept(finishedAnnotation,finalOutputFilename)