File otherFile=new File(other,originalFile.getName()); | Path otherFile=other.resolve(originalFile.getFileName()); | originalFile.getName() | originalFile.getFileName() | neo4j | 152d3f630f13649f74f3a7a7f97dfd07773fc3ef | org.neo4j.kernel.impl.storemigration.MigrationTestUtils | | _1 | originalFile |
---|
_2 | originalFile |
---|
| | | | Uses | True |
OLogManager.instance().warn(this,STR0 + file.getName() + STR1,ie); | OLogManager.instance().warn(this,STR0 + file.getFileName() + STR1,ie); | file.getName() | file.getFileName() | orientdb | dc9057c849e4200c42c2422e65f89bd69c3f9f8c | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile | | | | | | Uses | True |
OLogManager.instance().error(this,STR0 + file.getName(),ioe); | OLogManager.instance().error(this,STR0 + file.getFileName(),ioe); | file.getName() | file.getFileName() | orientdb | dc9057c849e4200c42c2422e65f89bd69c3f9f8c | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile | | | | | | Uses | True |
OLogManager.instance().error(this,STR0 + file.getName()); | OLogManager.instance().error(this,STR0 + file.getFileName()); | file.getName() | file.getFileName() | orientdb | dc9057c849e4200c42c2422e65f89bd69c3f9f8c | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile | | | | | | Uses | True |
OLogManager.instance().warn(this,STR0 + file.getName() + STR1,ie); | OLogManager.instance().warn(this,STR0 + file.getFileName() + STR1,ie); | file.getName() | file.getFileName() | orientdb | dc9057c849e4200c42c2422e65f89bd69c3f9f8c | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile | | | | | | Uses | True |
OLogManager.instance().error(this,STR0 + file.getName(),ioe); | OLogManager.instance().error(this,STR0 + file.getFileName(),ioe); | file.getName() | file.getFileName() | orientdb | dc9057c849e4200c42c2422e65f89bd69c3f9f8c | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile | | | | | | Uses | True |
OLogManager.instance().error(this,STR0 + file.getName()); | OLogManager.instance().error(this,STR0 + file.getFileName()); | file.getName() | file.getFileName() | orientdb | dc9057c849e4200c42c2422e65f89bd69c3f9f8c | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OSegmentFile | | | | | | Uses | True |
builder.append(osFile.getName()); | builder.append(osFile.getFileName()); | osFile.getName() | osFile.getFileName() | orientdb | de410aa8d3455b55f3c39e49780136c0b6c5e64b | com.orientechnologies.orient.core.storage.fs.OFileClassic | | | | | | Uses | True |
OLogManager.instance().debug(this,STR0 + osFile.getName() + STR1); | OLogManager.instance().debug(this,STR0 + osFile.getFileName() + STR1); | osFile.getName() | osFile.getFileName() | orientdb | de410aa8d3455b55f3c39e49780136c0b6c5e64b | com.orientechnologies.orient.core.storage.fs.OFileClassic | | | | | | Uses | True |