You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2010/07/12 16:24:50 UTC

[jira] Created: (DIRSTUDIO-678) LdapEntryAnalyzer.getClassName() should check if created class name is valid

LdapEntryAnalyzer.getClassName() should check if created class name is valid
----------------------------------------------------------------------------

                 Key: DIRSTUDIO-678
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-678
             Project: Directory Studio
          Issue Type: Bug
          Components: studio-persistence-tooling
            Reporter: Stefan Seelmann


For example for the object class "certificationAuthority-V2" the dash must be removed, because it is not allowed in a Java identiier.

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


[jira] Assigned: (DIRSTUDIO-678) LdapEntryAnalyzer.getClassName() should check if created class name is valid

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kasun Lakpriya reassigned DIRSTUDIO-678:
----------------------------------------

    Assignee: Kasun Lakpriya

> LdapEntryAnalyzer.getClassName() should check if created class name is valid
> ----------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-678
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-678
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-persistence-tooling
>            Reporter: Stefan Seelmann
>            Assignee: Kasun Lakpriya
>
> For example for the object class "certificationAuthority-V2" the dash must be removed, because it is not allowed in a Java identiier.

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


[jira] Commented: (DIRSTUDIO-678) LdapEntryAnalyzer.getClassName() should check if created class name is valid

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

Stefan Seelmann commented on DIRSTUDIO-678:
-------------------------------------------

Added test in http://code.google.com/p/dirstudio-ldap-tooling/source/detail?r=59


> LdapEntryAnalyzer.getClassName() should check if created class name is valid
> ----------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-678
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-678
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-persistence-tooling
>            Reporter: Stefan Seelmann
>
> For example for the object class "certificationAuthority-V2" the dash must be removed, because it is not allowed in a Java identiier.

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


[jira] Commented: (DIRSTUDIO-678) LdapEntryAnalyzer.getClassName() should check if created class name is valid

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887664#action_12887664 ] 

Kasun Lakpriya commented on DIRSTUDIO-678:
------------------------------------------

Modify the getClassName() to check the class name consists of only valid Java identifiers. Added code http://code.google.com/p/dirstudio-ldap-tooling/source/detail?r=62

> LdapEntryAnalyzer.getClassName() should check if created class name is valid
> ----------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-678
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-678
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-persistence-tooling
>            Reporter: Stefan Seelmann
>
> For example for the object class "certificationAuthority-V2" the dash must be removed, because it is not allowed in a Java identiier.

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


[jira] Resolved: (DIRSTUDIO-678) LdapEntryAnalyzer.getClassName() should check if created class name is valid

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kasun Lakpriya resolved DIRSTUDIO-678.
--------------------------------------

    Resolution: Fixed

Resolved: http://code.google.com/p/dirstudio-ldap-tooling/source/detail?r=63

> LdapEntryAnalyzer.getClassName() should check if created class name is valid
> ----------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-678
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-678
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-persistence-tooling
>            Reporter: Stefan Seelmann
>            Assignee: Kasun Lakpriya
>
> For example for the object class "certificationAuthority-V2" the dash must be removed, because it is not allowed in a Java identiier.

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