return availableAlternativeNames(file,pattern).peek(countNumberOfFilesProcessedForPotentialErrorMessage).filter(f -> !backupExists(f)).findFirst().orElseThrow(() -> new RuntimeException(String.format(STR0,file,counter.get()))); | return availableAlternativeNames(file,pattern).peek(countNumberOfFilesProcessedForPotentialErrorMessage).filter(f -> !backupExists(f)).findFirst().orElseThrow(noFreeBackupLocation(file,counter)); | availableAlternativeNames(file,pattern).peek(countNumberOfFilesProcessedForPotentialErrorMessage).filter(f -> !backupExists(f)).findFirst().orElseThrow(() -> new RuntimeException(String.format(STR0,file,counter.get()))) | availableAlternativeNames(file,pattern).peek(countNumberOfFilesProcessedForPotentialErrorMessage).filter(f -> !backupExists(f)).findFirst().orElseThrow(noFreeBackupLocation(file,counter)) | neo4j | 0d14f84874fe67f67d5bff45a39637dd819693cb | org.neo4j.backup.BackupCopyService | | _1 | findAnAvailableBackupLocation |
---|
_2 | findAnAvailableBackupLocation |
---|
| v0 | availableAlternativeNames(file,pattern).peek(countNumberOfFilesProcessedForPotentialErrorMessage).filter(f -> !backupExists(f)).findFirst() |
---|
| | v0 | availableAlternativeNames(file,pattern).peek(countNumberOfFilesProcessedForPotentialErrorMessage).filter(f -> !backupExists(f)).findFirst() |
---|
| Returns | False |