[jira] Created: (OFBIZ-1718) ModelReader.getEntityNames in ModelEntityChecker

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

[jira] Created: (OFBIZ-1718) ModelReader.getEntityNames in ModelEntityChecker

Nicolas Malin (Jira)
ModelReader.getEntityNames in ModelEntityChecker
------------------------------------------------

                 Key: OFBIZ-1718
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1718
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Al Byers


In the latest svn trunk, in ModelEntityChecker, line 54, when compiling with 5.0, I had to make the following change:

        //Collection<String> ec = reader.getEntityNames();
        Set<String> ec = reader.getEntityNames();

I hesitate to fix anything in this area since I have not worked there.

-Al


--
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-1718) ModelReader.getEntityNames in ModelEntityChecker

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586070#action_12586070 ]

Scott Gray commented on OFBIZ-1718:
-----------------------------------

Hi Al,

Are you sure there's a problem here?  I'm not having any trouble compiling

> ModelReader.getEntityNames in ModelEntityChecker
> ------------------------------------------------
>
>                 Key: OFBIZ-1718
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1718
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Al Byers
>
> In the latest svn trunk, in ModelEntityChecker, line 54, when compiling with 5.0, I had to make the following change:
>         //Collection<String> ec = reader.getEntityNames();
>         Set<String> ec = reader.getEntityNames();
> I hesitate to fix anything in this area since I have not worked there.
> -Al

--
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-1718) ModelReader.getEntityNames in ModelEntityChecker

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

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

Scott Gray closed OFBIZ-1718.
-----------------------------

    Resolution: Cannot Reproduce
      Assignee: Scott Gray

I couldn't find anything wrong on this one

> ModelReader.getEntityNames in ModelEntityChecker
> ------------------------------------------------
>
>                 Key: OFBIZ-1718
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1718
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Al Byers
>            Assignee: Scott Gray
>
> In the latest svn trunk, in ModelEntityChecker, line 54, when compiling with 5.0, I had to make the following change:
>         //Collection<String> ec = reader.getEntityNames();
>         Set<String> ec = reader.getEntityNames();
> I hesitate to fix anything in this area since I have not worked there.
> -Al

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