Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 383EA18195 for ; Mon, 25 Jan 2016 22:58:40 +0000 (UTC) Received: (qmail 91024 invoked by uid 500); 25 Jan 2016 22:58:40 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 90996 invoked by uid 500); 25 Jan 2016 22:58:40 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 90922 invoked by uid 99); 25 Jan 2016 22:58:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2016 22:58:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D187A2C1F5C for ; Mon, 25 Jan 2016 22:58:39 +0000 (UTC) Date: Mon, 25 Jan 2016 22:58:39 +0000 (UTC) From: "Dongjoon Hyun (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (REEF-1153) Fix typos in class/function names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated REEF-1153: -------------------------------- Description: This fixes the following typos in class/function names. *1. Deprecated `getEvaluatorDescriptorSring` in reef-bridge-java* {code} + public String getEvaluatorDescriptorString() { + final String descriptorString = Utilities.getEvaluatorDescriptorString(jactiveContext.getEvaluatorDescriptor()); + LOG.log(Level.FINE, "active context - serialized evaluator descriptor: " + descriptorString); + return descriptorString; + } + + /** + * @deprecated in 0.14. Use getEvaluatorDescriptorString instead. + */ + @Deprecated public String getEvaluatorDescriptorSring() { {code} *2. Replace ProbabilityOfSuccessfulIteration.java with ProbabilityOfSuccessfulIteration.java in reef-example* Also, the corresponding codes are fixed. *3. Fix typos in unittest function name* {code} - public void testMultipleInjectorInstaceWithSingleton() throws BindException, InjectionException { + public void testMultipleInjectorInstanceWithSingleton() throws BindException, InjectionException { {code} {code} - public void immutablilityTest() throws BindException, InjectionException { + public void immutabilityTest() throws BindException, InjectionException { {code} was: This fixes the following typos in class/function names. *1. Deprecated `getEvaluatorDescriptorSring` in reef-bridge-java* {code} + public String getEvaluatorDescriptorString() { + final String descriptorString = Utilities.getEvaluatorDescriptorString(jactiveContext.getEvaluatorDescriptor()); + LOG.log(Level.FINE, "active context - serialized evaluator descriptor: " + descriptorString); + return descriptorString; + } + + /** + * @deprecated in 0.14. Use getEvaluatorDescriptorString instead. + */ + @Deprecated public String getEvaluatorDescriptorSring() { {code} *2. Replace ProbabilityOfSuccessfulIteration.java with ProbabilityOfSuccessfulIteration.java in reef-example * Also, the corresponding codes are fixed. *3. Fix typos in unittest function name * {code} - public void testMultipleInjectorInstaceWithSingleton() throws BindException, InjectionException { + public void testMultipleInjectorInstanceWithSingleton() throws BindException, InjectionException { {code} {code} - public void immutablilityTest() throws BindException, InjectionException { + public void immutabilityTest() throws BindException, InjectionException { {code} > Fix typos in class/function names > --------------------------------- > > Key: REEF-1153 > URL: https://issues.apache.org/jira/browse/REEF-1153 > Project: REEF > Issue Type: Bug > Components: REEF Bridge, REEF Examples, Tang > Reporter: Dongjoon Hyun > Assignee: Dongjoon Hyun > Priority: Minor > > This fixes the following typos in class/function names. > *1. Deprecated `getEvaluatorDescriptorSring` in reef-bridge-java* > {code} > + public String getEvaluatorDescriptorString() { > + final String descriptorString = Utilities.getEvaluatorDescriptorString(jactiveContext.getEvaluatorDescriptor()); > + LOG.log(Level.FINE, "active context - serialized evaluator descriptor: " + descriptorString); > + return descriptorString; > + } > + > + /** > + * @deprecated in 0.14. Use getEvaluatorDescriptorString instead. > + */ > + @Deprecated > public String getEvaluatorDescriptorSring() { > {code} > *2. Replace ProbabilityOfSuccessfulIteration.java with ProbabilityOfSuccessfulIteration.java in reef-example* > Also, the corresponding codes are fixed. > *3. Fix typos in unittest function name* > {code} > - public void testMultipleInjectorInstaceWithSingleton() throws BindException, InjectionException { > + public void testMultipleInjectorInstanceWithSingleton() throws BindException, InjectionException { > {code} > {code} > - public void immutablilityTest() throws BindException, InjectionException { > + public void immutabilityTest() throws BindException, InjectionException { > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)