return warPath; | return Paths.get(warPath); | warPath | Paths.get(warPath) | geode | feb75670350806bb34f70db92d3fcc95407b450b | org.apache.geode.tools.pulse.tests.rules.ServerRule | | _1 | getPulseWarPath |
---|
_2 | getPulseWarPath |
---|
| | | | Returns | True |
return windowsDriveLetters.getAvailableDriveLetters().iterator().next() + STR0; | return Paths.get(windowsDriveLetters.getAvailableDriveLetters().iterator().next() + STR0); | windowsDriveLetters.getAvailableDriveLetters().iterator().next() + STR0 | Paths.get(windowsDriveLetters.getAvailableDriveLetters().iterator().next() + STR0) | cryptomator | b7d06783ddb59c2c6bf700a49493a4b54a29a673 | org.cryptomator.ui.model.DokanyVolume | | _1 | getMountPathString |
---|
_2 | getMountPoint |
---|
| v0 | windowsDriveLetters.getAvailableDriveLetters().iterator().next() + STR0 |
---|
| | v0 | windowsDriveLetters.getAvailableDriveLetters().iterator().next() + STR0 |
---|
| Returns | True |
return vaultSettings.winDriveLetter().get().charAt(0) + STR0; | return Paths.get(vaultSettings.winDriveLetter().get().charAt(0) + STR0); | vaultSettings.winDriveLetter().get().charAt(0) + STR0 | Paths.get(vaultSettings.winDriveLetter().get().charAt(0) + STR0) | cryptomator | b7d06783ddb59c2c6bf700a49493a4b54a29a673 | org.cryptomator.ui.model.DokanyVolume | | _1 | getMountPathString |
---|
_2 | getMountPoint |
---|
| v0 | vaultSettings.winDriveLetter().get().charAt(0) + STR0 |
---|
| | v0 | vaultSettings.winDriveLetter().get().charAt(0) + STR0 |
---|
| Returns | True |
final String dbDirectory=serverInstance.getDatabaseDirectory(); | final Path dbDirectoryPath=Paths.get(serverInstance.getDatabaseDirectory()); | serverInstance.getDatabaseDirectory() | Paths.get(serverInstance.getDatabaseDirectory()) | orientdb | 1d7e53c1b70634efcd930f2dbb2715aea95bc34e | com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | | _1 | dbDirectory |
---|
_2 | dbDirectoryPath |
---|
| v0 | serverInstance.getDatabaseDirectory() |
---|
| | v0 | serverInstance.getDatabaseDirectory() |
---|
| AssignedTo | True |
return walPath; | return Paths.get(walPath); | walPath | Paths.get(walPath) | orientdb | 91f66463a92bfe8a62f3f76c38646e9816952c6b | com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog | | _1 | calculateWalPath |
---|
_2 | calculateWalPath |
---|
| | | | Returns | True |