OriginalCompleteBefore | OriginalCompleteAfter | Before | After | Project | Commit | CompilationUnit | LineNos | Names | TemplateVariableToCodeBefore | RelevantImports | TemplateVariableToCodeAfter | isRelevant | isSafe | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
if(schemaPath != null && !schemaPath.exists()) | if(schemaPaths != null && !schemaPaths.stream().allMatch(File::exists)) | schemaPath.exists() | schemaPath.stream().allMatch(File::exists) | voltdb | f7ba8b66db7bf97f9f2caece84fd643dfb4e60a8 | org.voltdb.compiler.VoltCompiler |
|
|
|
| Uses | True |