[jira] [Created] (OFBIZ-4523) trivial update to ModelViewEntity.java

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

[jira] [Created] (OFBIZ-4523) trivial update to ModelViewEntity.java

Nicolas Malin (Jira)
trivial update to ModelViewEntity.java
--------------------------------------

                 Key: OFBIZ-4523
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4523
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon
            Priority: Trivial
             Fix For: SVN trunk


Since the relFieldName of ViewConditionExpr object could never been null, so correct comparation "this.relFieldName == null" to "UtilValidate.isEmpty(this.relFieldName)".
 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4523) trivial update to ModelViewEntity.java

Nicolas Malin (Jira)

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

Leon updated OFBIZ-4523:
------------------------

    Attachment: OFBIZ-4523.patch
   

> trivial update to ModelViewEntity.java
> --------------------------------------
>
>                 Key: OFBIZ-4523
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4523
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4523.patch
>
>
> Since the relFieldName of ViewConditionExpr object could never been null, so correct comparation "this.relFieldName == null" to "UtilValidate.isEmpty(this.relFieldName)".
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4523) trivial update to ModelViewEntity.java

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

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

Jacques Le Roux closed OFBIZ-4523.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Leon,

Your patch is in trunk r1195042

Too much conflicts since r1139875 to apply on releases

               

> trivial update to ModelViewEntity.java
> --------------------------------------
>
>                 Key: OFBIZ-4523
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4523
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4523.patch
>
>
> Since the relFieldName of ViewConditionExpr object could never been null, so correct comparation "this.relFieldName == null" to "UtilValidate.isEmpty(this.relFieldName)".
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira