<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:53:25 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[YANGTOOLS-496] yang-model-api: Cleanup TypeDefinition</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-496</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;The model API&apos;s interface class hierarchy regarding types is confusing for users. There are three basic concepts, which are intertwined:&lt;/p&gt;

&lt;p&gt;TypeDefinition, which is the top-level interface&lt;br/&gt;
ExtendedType, which is a public non-final class implementing it&lt;br/&gt;
DerivedType, which is an attempt to clean up TypeDefiniton and ExtendedType relationship.&lt;/p&gt;

&lt;p&gt;This is not accurate as to what is actually going on, what we really have are two sets of interfaces:&lt;/p&gt;

&lt;p&gt;1) TypeSemantics, which equals TypeDefinition without getBaseType(), and defines the basic semantic group (integer, string, etc.), but not things like range of allowed values.&lt;/p&gt;

&lt;p&gt;2) TypeDefinition, which defines the actual type, with ranges and other restrictions. It also provides a getTypeSemantics() method, which returns a TypeSemantics which this particular TypeDefinition follows.&lt;/p&gt;

&lt;p&gt;There is also a DerivedTypeDefinition, which is a subclass of TypeDefinition, which adds a getSuperType() method &amp;#8211; this returns the TypeDefinition from which this type is derived.&lt;/p&gt;

&lt;p&gt;All user-defined types implement DerivedTypeDefinition. All built-in types implement TypeDefinition only.&lt;/p&gt;

&lt;p&gt;This is a strawman proposal, which needs to be fleshed out, especially the individual concepts need to be made clear.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22916">YANGTOOLS-496</key>
            <summary>yang-model-api: Cleanup TypeDefinition</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Mon, 7 Sep 2015 13:11:38 +0000</created>
                <updated>Sun, 10 Apr 2022 18:35:36 +0000</updated>
                            <resolved>Sun, 16 Oct 2016 20:35:47 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="43488" author="rovarga" created="Wed, 18 Nov 2015 19:51:54 +0000"  >&lt;p&gt;Length/range constraint clarifications:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/29883&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29883&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/29884&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29884&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="43489" author="rovarga" created="Wed, 8 Jun 2016 23:45:56 +0000"  >&lt;p&gt;This has been implemented in model.util.type package. The only remaining task is to remove DerivedType, ExtendedType and all the public base types in model.util.&lt;/p&gt;</comment>
                            <comment id="43490" author="rovarga" created="Sun, 16 Oct 2016 20:35:47 +0000"  >&lt;p&gt;Fixed in Boron.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="22967">YANGTOOLS-547</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4268</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=4268]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10319"><![CDATA[Task]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10309"><![CDATA[Boron]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i027l3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>