You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2022/09/03 21:55:00 UTC

[jira] [Updated] (THRIFT-5618) More consistent naming of container classes

     [ https://issues.apache.org/jira/browse/THRIFT-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-5618:
-------------------------------
    Description: 
We have
 * IThriftContainer
 * IThriftList<T>
 * IThriftDictionary<K,V>

and

 * IHashSet<T>

The latter should be IThriftHashSet<T>

  was:
We have
 * IThriftContainer
 * IThriftList<T>
 * IThriftDictionary<K,V>
and
 * IHashSet<T>

The latter should be IThriftHashSet<T>


> More consistent naming of container classes
> -------------------------------------------
>
>                 Key: THRIFT-5618
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5618
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Delphi - Compiler
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>
> We have
>  * IThriftContainer
>  * IThriftList<T>
>  * IThriftDictionary<K,V>
> and
>  * IHashSet<T>
> The latter should be IThriftHashSet<T>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)