|
Rename Method public getToken(platformInfo String, oldToken String) : GetTokenResult renamed to public getWorkerName(platformInfo String, oldWorker String) : GetWorkerNameResult in class com.graphicsfuzz.server.FuzzerServiceImpl |
From |
To |
|
Rename Method public willRejectTokenWithChangedPlatformInfo() : void renamed to public willRejectWorkerNameWithChangedPlatformInfo() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Method public willSanitizeValueOnOldToken() : void renamed to public willSanitizeValueOnOldWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Method public noTokenAllowedInCustomReduction() : void renamed to public noWorkerNameAllowedInCustomReduction() : void in class com.graphicsfuzz.reducer.tool.GlslReduceTest |
From |
To |
|
Rename Method public willRejectAnInvalidToken() : void renamed to public willRejectAnInvalidWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Method public getTokenSet() : Set<String> renamed to public getWorkerSet() : Set<String> in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Method public containsToken(token String) : boolean renamed to public containsWorker(worker String) : boolean in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Method public willPutManufacturerAndModelIntoToken() : void renamed to public willPutManufacturerAndModelIntoWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Method public setToken(token String, platformInfo String) : boolean renamed to public setWorkerName(worker String, platformInfo String) : boolean in class com.graphicsfuzz.glesworker.JobGetter |
From |
To |
|
Rename Variable tokenDir : File to workerDir : File in method public getWorkerName(platformInfo String, oldWorker String) : GetWorkerNameResult in class com.graphicsfuzz.server.FuzzerServiceImpl |
From |
To |
|
Rename Variable token : String to worker : String in method public getServerState() : ServerInfo in class com.graphicsfuzz.server.FuzzerServiceManagerImpl |
From |
To |
|
Rename Variable token : String to worker : String in method public willErrorOnAMismatchedJobId() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable getTokenResult : GetTokenResult to getWorkerNameResult : GetWorkerNameResult in method public setWorkerName(worker String, platformInfo String) : boolean in class com.graphicsfuzz.glesworker.JobGetter |
From |
To |
|
Rename Variable token : String to worker : String in method private reduce(request HttpServletRequest, response HttpServletResponse) : void in class com.graphicsfuzz.server.webui.WebUi |
From |
To |
|
Rename Variable tokens : Set<String> to workerSet : Set<String> in method public getServerState() : ServerInfo in class com.graphicsfuzz.server.FuzzerServiceManagerImpl |
From |
To |
|
Rename Variable token : String to worker : String in method private viewResult(request HttpServletRequest, response HttpServletResponse) : void in class com.graphicsfuzz.server.webui.WebUi |
From |
To |
|
Rename Variable tokenOK : boolean to workerNameOK : boolean in method private initClient() : boolean in class com.graphicsfuzz.glesworker.Main |
From |
To |
|
Rename Variable token : String to worker : String in method public mainHelper(args String[], managerOverride FuzzerServiceManager.Iface) : void in class com.graphicsfuzz.reducer.tool.GlslReduce |
From |
To |
|
Rename Variable token : String to worker : String in method public willGetASubmittedJob() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable tokenFile : FileHandle to workerNameFile : FileHandle in method private initClient() : boolean in class com.graphicsfuzz.glesworker.Main |
From |
To |
|
Rename Variable getTokenResult : GetTokenResult to getWorkerNameResult : GetWorkerNameResult in method public willRejectAnInvalidWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable getTokenResult : GetTokenResult to getWorkerNameResult : GetWorkerNameResult in method public willPutManufacturerAndModelIntoWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable getTokenResult : GetTokenResult to getWorkerNameResult : GetWorkerNameResult in method public willRejectWorkerNameWithChangedPlatformInfo() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable getTokenResult : GetTokenResult to getWorkerNameResult : GetWorkerNameResult in method public willRejectANonObjectPlatformInfo() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable token : String to worker : String in method public willSetSkippedAfterFailures() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable oldToken : String to oldWorkerName : String in method public willRejectWorkerNameWithChangedPlatformInfo() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable token : String to worker : String in method protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class com.graphicsfuzz.server.FileDownloadServlet |
From |
To |
|
Rename Variable defaultToken : String to defaultWorker : String in method private initClient() : boolean in class com.graphicsfuzz.glesworker.Main |
From |
To |
|
Rename Variable token : String to worker : String in method private clear(request HttpServletRequest, response HttpServletResponse) : void in class com.graphicsfuzz.server.webui.WebUi |
From |
To |
|
Rename Variable oldToken : String to oldWorkerName : String in method public willSanitizeValueOnOldWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Variable token : String to worker : String in method public queueCommand(name String, command List<String>, queueName String, logFile String) : void in class com.graphicsfuzz.server.FuzzerServiceManagerImpl |
From |
To |
|
Rename Variable token : String to worker : String in method public mainHelper(args String[], managerOverride FuzzerServiceManager.Iface) : void in class com.graphicsfuzz.shadersets.RunShaderFamily |
From |
To |
|
Rename Variable getTokenResult : GetTokenResult to getWorkerNameResult : GetWorkerNameResult in method public willSanitizeValueOnOldWorkerName() : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Parameter token : String to worker : String in method public processDownload(pathInfo String, worker String) : File in class com.graphicsfuzz.server.FileDownloadServlet.DownloadProcessor |
From |
To |
|
Rename Parameter token : String to worker : String in method public RemoteShaderDispatcher(url String, worker String, fuzzerServiceManager Iface, jobCounter AtomicLong, retryLimit int) in class com.graphicsfuzz.shadersets.RemoteShaderDispatcher |
From |
To |
|
Rename Parameter token : String to worker : String in method public getWorkQueue(worker String) : WorkQueue in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter token : String to worker : String in method package getReductionDir(worker String, shaderSet String, variant String) : File in class com.graphicsfuzz.server.webui.ReductionFilesHelper |
From |
To |
|
Rename Parameter token : String to worker : String in method private getAJob(worker String) : Job in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Parameter token : String to worker : String in method public putIfAbsent(worker String, session Session) : boolean in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter token : String to worker : String in method public isLive(worker String) : boolean in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter token : String to worker : String in method private clientRepeatedlyCrashes(worker String, maxCrashes int) : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Parameter token : String to worker : String in method public replace(worker String, oldSession Session, session Session) : void in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter token : String to worker : String in method public RemoteShaderDispatcher(url String, worker String, fuzzerServiceManager Iface, jobCounter AtomicLong) in class com.graphicsfuzz.shadersets.RemoteShaderDispatcher |
From |
To |
|
Rename Parameter token : String to worker : String in method public jobDone(worker String, job Job) : void in class com.graphicsfuzz.server.FuzzerServiceImpl |
From |
To |
|
Rename Parameter token : String to worker : String in method private htmlReductionForm(shaderJobFilePath String, output String, worker String, referenceResultPath String, variantShaderJobResultFileNoExtension String, resultStatus String) : void in class com.graphicsfuzz.server.webui.WebUi |
From |
To |
|
Rename Parameter token : String to worker : String in method public containsWorker(worker String) : boolean in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter token : String to worker : String in method public ShaderConsumer(limit int, queue BlockingQueue<Pair<ShaderJob,ShaderJob>>, outputDir File, server String, worker String, shadingLanguageVersion ShadingLanguageVersion, crashStringsToIgnore Set<String>, onlyVariants boolean, fileOps ShaderJobFileOperations) in class com.graphicsfuzz.generator.ShaderConsumer |
From |
To |
|
Rename Parameter forClient : String to worker : String in method public submitJob(job Job, worker String, retryLimit int) : Job in class com.graphicsfuzz.server.FuzzerServiceManagerImpl |
From |
To |
|
Rename Parameter token : String to worker : String in method private submitJob(worker String, job Job, retryLimit int) : Future<Job> in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Parameter token : String to worker : String in method public Session(worker String, platformInfo String, executorService ExecutorService) in class com.graphicsfuzz.server.SessionMap.Session |
From |
To |
|
Rename Parameter token : String to worker : String in method public RemoteShaderDispatcher(url String, worker String) in class com.graphicsfuzz.shadersets.RemoteShaderDispatcher |
From |
To |
|
Rename Parameter token : String to worker : String in method public setWorkerName(worker String, platformInfo String) : boolean in class com.graphicsfuzz.glesworker.JobGetter |
From |
To |
|
Rename Parameter token : String to worker : String in method private getReductionStatus(worker String, shaderSet String, shader String) : ReductionStatus in class com.graphicsfuzz.server.webui.WebUi |
From |
To |
|
Rename Parameter token : String to worker : String in method public lockSessionAndExecute(worker String, sessionWorker SessionWorkerEx<T,E>) : T in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter token : String to worker : String in method private clientRuns(worker String, client ClientAction) : void in class com.graphicsfuzz.server.FuzzerServerIntegrationTests |
From |
To |
|
Rename Parameter token : String to worker : String in method public remove(worker String) : void in class com.graphicsfuzz.server.SessionMap |
From |
To |
|
Rename Parameter oldToken : String to oldWorker : String in method public getWorkerName(platformInfo String, oldWorker String) : GetWorkerNameResult in class com.graphicsfuzz.server.FuzzerServiceImpl |
From |
To |
|
Rename Parameter token : String to worker : String in method package getLatestReductionImage(worker String, shaderset String, shader String, fileOps ShaderJobFileOperations) : Optional<File> in class com.graphicsfuzz.server.webui.ReductionFilesHelper |
From |
To |
|
Rename Parameter token : String to worker : String in method public getJob(worker String) : Job in class com.graphicsfuzz.server.FuzzerServiceImpl |
From |
To |