Inline boolean returns in ObjectType
------------------------------------ Key: OFBIZ-1336 URL: https://issues.apache.org/jira/browse/OFBIZ-1336 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Adam Heath Priority: Trivial Fix For: SVN trunk Attachments: framework-base-ObjectType-inline-true-false.patch Use ?: trinary instead of the more verbose if/else block for returning boolean values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Heath updated OFBIZ-1336: ------------------------------ Attachment: framework-base-ObjectType-inline-true-false.patch > Inline boolean returns in ObjectType > ------------------------------------ > > Key: OFBIZ-1336 > URL: https://issues.apache.org/jira/browse/OFBIZ-1336 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Adam Heath > Priority: Trivial > Fix For: SVN trunk > > Attachments: framework-base-ObjectType-inline-true-false.patch > > > Use ?: trinary instead of the more verbose if/else block for returning boolean values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Heath updated OFBIZ-1336: ------------------------------ Assignee: Adam Heath > Inline boolean returns in ObjectType > ------------------------------------ > > Key: OFBIZ-1336 > URL: https://issues.apache.org/jira/browse/OFBIZ-1336 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Adam Heath > Assignee: Adam Heath > Priority: Trivial > Fix For: SVN trunk > > Attachments: framework-base-ObjectType-inline-true-false.patch > > > Use ?: trinary instead of the more verbose if/else block for returning boolean values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Heath closed OFBIZ-1336. ----------------------------- Resolution: Fixed This is closed by revision 585589. > Inline boolean returns in ObjectType > ------------------------------------ > > Key: OFBIZ-1336 > URL: https://issues.apache.org/jira/browse/OFBIZ-1336 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Adam Heath > Assignee: Adam Heath > Priority: Trivial > Fix For: SVN trunk > > Attachments: framework-base-ObjectType-inline-true-false.patch > > > Use ?: trinary instead of the more verbose if/else block for returning boolean values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |