You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/10/13 18:26:05 UTC

[jira] [Commented] (REEF-839) Fix typos in REEF.NET

    [ https://issues.apache.org/jira/browse/REEF-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955226#comment-14955226 ] 

Markus Weimer commented on REEF-839:
------------------------------------

For the cases where method *names* change, we might need to deprecate the old methods in 0.14 and remove them in 0.15 to keep our promise of not breaking users of {{public}} APIs between releases. For parameters, that doesn't apply, though.

> Fix typos in REEF.NET
> ---------------------
>
>                 Key: REEF-839
>                 URL: https://issues.apache.org/jira/browse/REEF-839
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF.NET
>    Affects Versions: 0.13
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Trivial
>
> The following list is not complete list, please see the PR. I will add a link soon.
> {code}
> -  public static string ByteArrarysToString(byte[] b)
> + public static string ByteArraysToString(byte[] b)
> -  private AvroHttpRequest CreatAvorHttpRequest()
> + private AvroHttpRequest CreateAvroHttpRequest()
> -  public static AvroHttpRequest FromBytesWithJoson(byte[] serializedBytes)
> + public static AvroHttpRequest FromBytesWithJson(byte[] serializedBytes)
> -  public static AvroHttpRequest FromJson(string josonString)
> + public static AvroHttpRequest FromJson(string jsonString)
> -  private AvroConfiguration AvroDeseriaize(string serializedConfig)
> + private AvroConfiguration AvroDeserialize(string serializedConfig)
> -  public const string ClassHierarachyBin = "clrClassHierarchy.bin";
> + public const string ClassHierarchyBin = "clrClassHierarchy.bin";
> -  public string ToComamndLineArguments()
> + public string ToCommandLineArguments()
> -  public void CanExtractDriverInformaiton()
> + public void CanExtractDriverInformation()
> -  private static void SetCustomTraceListners()
> + private static void SetCustomTraceListeners()
> - private static IConfiguration GetDefaulDataConverterConfig()
> 
+ private static IConfiguration GetDefaultDataConverterConfig()
> - private static IConfiguration GetDefaulReduceFuncConfig()

> + private static IConfiguration GetDefaultReduceFuncConfig()

> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)