You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jürgen Weber (JIRA)" <ji...@apache.org> on 2008/11/26 13:52:46 UTC

[jira] Created: (DIRSTUDIO-431) LdifEnumeration should extend Iterable

LdifEnumeration should extend Iterable
--------------------------------------

                 Key: DIRSTUDIO-431
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-431
             Project: Directory Studio
          Issue Type: Improvement
          Components: studio-ldifeditor
            Reporter: Jürgen Weber


org.apache.directory.studio.ldifparser.model.LdifEnumeration (and maybe others?) should extend java.lang.Iterable to use it in a for loop.

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


[jira] Commented: (DIRSTUDIO-431) LdifEnumeration should extend Iterable

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651058#action_12651058 ] 

Emmanuel Lecharny commented on DIRSTUDIO-431:
---------------------------------------------

Any chance this parser and the LdifReader we already have in Shared could be merged ? LdifReader already implement Iterable<LdifEntry>

> LdifEnumeration should extend Iterable
> --------------------------------------
>
>                 Key: DIRSTUDIO-431
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-431
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-ldifeditor
>            Reporter: Jürgen Weber
>
> org.apache.directory.studio.ldifparser.model.LdifEnumeration (and maybe others?) should extend java.lang.Iterable to use it in a for loop.

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


[jira] Commented: (DIRSTUDIO-431) LdifEnumeration should extend Iterable

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651163#action_12651163 ] 

Emmanuel Lecharny commented on DIRSTUDIO-431:
---------------------------------------------

You're right, Stefan.

It's then just a matter of publish a better documentation about LdifReader for us :) (at least, let the users know that it exists !)

> LdifEnumeration should extend Iterable
> --------------------------------------
>
>                 Key: DIRSTUDIO-431
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-431
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-ldifeditor
>            Reporter: Jürgen Weber
>
> org.apache.directory.studio.ldifparser.model.LdifEnumeration (and maybe others?) should extend java.lang.Iterable to use it in a for loop.

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


[jira] Commented: (DIRSTUDIO-431) LdifEnumeration should extend Iterable

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651049#action_12651049 ] 

Stefan Seelmann commented on DIRSTUDIO-431:
-------------------------------------------

Hi Jürgen, could you provide a patch?


> LdifEnumeration should extend Iterable
> --------------------------------------
>
>                 Key: DIRSTUDIO-431
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-431
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-ldifeditor
>            Reporter: Jürgen Weber
>
> org.apache.directory.studio.ldifparser.model.LdifEnumeration (and maybe others?) should extend java.lang.Iterable to use it in a for loop.

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


[jira] Commented: (DIRSTUDIO-431) LdifEnumeration should extend Iterable

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651155#action_12651155 ] 

Stefan Seelmann commented on DIRSTUDIO-431:
-------------------------------------------

I think this is very similar why we also have a second filter parser within Studio, see DIRSTUDIO-47

I think what we could do is to use the Studio LDIF parser only for the LDIF Editor specific stuff. And the Shared one for the real import/export actions.


> LdifEnumeration should extend Iterable
> --------------------------------------
>
>                 Key: DIRSTUDIO-431
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-431
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-ldifeditor
>            Reporter: Jürgen Weber
>
> org.apache.directory.studio.ldifparser.model.LdifEnumeration (and maybe others?) should extend java.lang.Iterable to use it in a for loop.

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