[jira] Created: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
Don't use ObjectType.NULL for in memory table in CacheLineTable
---------------------------------------------------------------

                 Key: OFBIZ-1303
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Adam Heath
            Priority: Minor
             Fix For: SVN trunk
         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch

This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.

This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1303:
------------------------------

    Attachment: framework-base-CacheLineTable-no-NULL-in-memory.patch

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533449 ]

Adam Heath commented on OFBIZ-1303:
-----------------------------------

This patch now also depends on ofbiz-1322

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1303:
------------------------------

    Attachment:     (was: framework-base-CacheLineTable-no-NULL-in-memory.patch)

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1303:
------------------------------

    Attachment: framework-base-CacheLineTable-no-NULL-in-memory.patch

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1303:
------------------------------

    Attachment:     (was: framework-base-CacheLineTable-no-NULL-in-memory.patch)

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1303:
------------------------------

    Attachment: framework-base-CacheLineTable-no-NULL-in-memory.patch

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adam Heath updated OFBIZ-1303:
------------------------------

    Assignee: Adam Heath

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1303) Don't use ObjectType.NULL for in memory table in CacheLineTable

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adam Heath closed OFBIZ-1303.
-----------------------------

    Resolution: Fixed

Version 585670 fixes this issue.

> Don't use ObjectType.NULL for in memory table in CacheLineTable
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-1303
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1303
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: framework-base-CacheLineTable-no-NULL-in-memory.patch
>
>
> This is another patch preparing for generics; storing different types in a container is frowned upon, so this patch only stores ObjectType.NULL into the disk-table, which isn't generified anyways.
> This patch depends on OFBIZ-1298 and OFBIZ-1302.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.