You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Al Byers (JIRA)" <ji...@apache.org> on 2008/03/24 17:13:24 UTC

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

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.


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

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ 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.