| Assertion a=validator.validate(ticket,confRedirectURI); | Assertion a=validator.validate(ticket,confRedirectURI.toString()); | confRedirectURI | confRedirectURI.toString() | guacamole-client | 704c7b6d81a94b7f9ecd1cdfc3890b3a2d2940c6 | org.apache.guacamole.auth.cas.ticket.TicketValidationService | | | _1 | confRedirectURI |
|---|
| _2 | confRedirectURI |
|---|
| | | | Uses | True |
| mRawOutputStream=mUfs.create(mCurrentLogPath,CreateOptions.defaults().setEnsureAtomic(false).setCreateParent(true)); | mRawOutputStream=mUfs.create(mCurrentLog.toString(),CreateOptions.defaults().setEnsureAtomic(false).setCreateParent(true)); | mCurrentLogPath | mCurrentLogPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream | | | _1 | mCurrentLogPath |
|---|
| _2 | mCurrentLog |
|---|
| | | | Uses | True |
| mRawOutputStream=mUfs.create(mCurrentLogPath,CreateOptions.defaults().setEnsureAtomic(false).setCreateParent(true)); | mRawOutputStream=mUfs.create(mCurrentLog.toString(),CreateOptions.defaults().setEnsureAtomic(false).setCreateParent(true)); | mCurrentLogPath | mCurrentLogPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter.EntryOutputStream | | | _1 | mCurrentLogPath |
|---|
| _2 | mCurrentLog |
|---|
| | | | Uses | True |
| mCheckpointOutputStream=new CheckpointOutputStream(new DataOutputStream(mUfs.create(mTempCheckpointPath))); | mCheckpointOutputStream=new CheckpointOutputStream(new DataOutputStream(mUfs.create(mTempCheckpoint.toString()))); | mTempCheckpointPath | mTempCheckpointPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter | | | _1 | mTempCheckpointPath |
|---|
| _2 | mTempCheckpoint |
|---|
| | TCIVar | mTempCheckpointPath |
|---|
| | | TCIVar | mTempCheckpointPath |
|---|
| Uses | True |
| UnderFileSystemUtils.deleteFileIfExists(mTempCheckpointPath); | UnderFileSystemUtils.deleteFileIfExists(mTempCheckpoint.toString()); | mTempCheckpointPath | mTempCheckpointPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter | | | _1 | mTempCheckpointPath |
|---|
| _2 | mTempCheckpoint |
|---|
| | TCIVar | mTempCheckpointPath |
|---|
| | | TCIVar | mTempCheckpointPath |
|---|
| Uses | True |
| mUfs.renameFile(currentLog,completedLog); | mUfs.renameFile(currentLog.toString(),completedLog.toString()); | completedLog | completedLog.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter | | | _1 | completedLog |
|---|
| _2 | completedLog |
|---|
| | | | Uses | True |
| if(!mUfs.isFile(currentLog)) | if(!mUfs.isFile(currentLog.toString())) | currentLog | currentLog.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter | | | | | | Uses | True |
| mUfs.renameFile(currentLog,completedLog); | mUfs.renameFile(currentLog.toString(),completedLog.toString()); | currentLog | currentLog.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalWriter | | | | | | Uses | True |
| if(!mUfs.isFile(mCheckpointPath)) | if(!mUfs.isFile(mCheckpoint.toString())) | mCheckpointPath | mCheckpointPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalReader | | | _1 | mCheckpointPath |
|---|
| _2 | mCheckpoint |
|---|
| | | | Uses | True |
| mCheckpointLastModifiedTime=mUfs.getModificationTimeMs(mCheckpointPath); | mCheckpointLastModifiedTime=mUfs.getModificationTimeMs(mCheckpoint.toString()); | mCheckpointPath | mCheckpointPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalReader | | | _1 | mCheckpointPath |
|---|
| _2 | mCheckpoint |
|---|
| | | | Uses | True |
| JournalInputStream jis=mJournal.getJournalFormatter().deserialize(mUfs.open(mCheckpointPath)); | JournalInputStream jis=mJournal.getJournalFormatter().deserialize(mUfs.open(mCheckpoint.toString())); | mCheckpointPath | mCheckpointPath.toString() | alluxio | c2233051fa7b5321d07a8eb817b2c5624b346a45 | alluxio.master.journal.ufs.UfsJournalReader | | | _1 | mCheckpointPath |
|---|
| _2 | mCheckpoint |
|---|
| | | | Uses | True |
| return Collections.singleton(headerFile); | return Collections.singleton(headerFile.toString()); | headerFile | headerFile.toString() | checkstyle | 292ad0ebf2d18e1d8131127d60b3fde99aa0adf0 | com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck | | | | | | Uses | True |