You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "David Calavera (JIRA)" <ji...@apache.org> on 2007/09/05 12:02:33 UTC

[jira] Created: (ABDERA-62) EntityTag.matches(EntityTag tag1, String tag2) doesn't work

EntityTag.matches(EntityTag tag1, String tag2) doesn't work
-----------------------------------------------------------

                 Key: ABDERA-62
                 URL: https://issues.apache.org/jira/browse/ABDERA-62
             Project: Abdera
          Issue Type: Bug
    Affects Versions: 0.3.0
            Reporter: David Calavera
            Priority: Trivial


The method EntityTag.matches(EntityTag tag1, String tag2) calls "equals" method with an EntityTag and String as parameters, it should generate the EntityTag with the String before call the "equals" method.

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


[jira] Resolved: (ABDERA-62) EntityTag.matches(EntityTag tag1, String tag2) doesn't work

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-62.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3.0

Fix applied to trunk and 0.3.0 branch

> EntityTag.matches(EntityTag tag1, String tag2) doesn't work
> -----------------------------------------------------------
>
>                 Key: ABDERA-62
>                 URL: https://issues.apache.org/jira/browse/ABDERA-62
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: David Calavera
>            Priority: Trivial
>             Fix For: 0.3.0
>
>         Attachments: EntityTag.java.diff
>
>
> The method EntityTag.matches(EntityTag tag1, String tag2) calls "equals" method with an EntityTag and String as parameters, it should generate the EntityTag with the String before call the "equals" method.

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


[jira] Updated: (ABDERA-62) EntityTag.matches(EntityTag tag1, String tag2) doesn't work

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

David Calavera updated ABDERA-62:
---------------------------------

    Attachment: EntityTag.java.diff

this patch fixes the bug

> EntityTag.matches(EntityTag tag1, String tag2) doesn't work
> -----------------------------------------------------------
>
>                 Key: ABDERA-62
>                 URL: https://issues.apache.org/jira/browse/ABDERA-62
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: David Calavera
>            Priority: Trivial
>         Attachments: EntityTag.java.diff
>
>
> The method EntityTag.matches(EntityTag tag1, String tag2) calls "equals" method with an EntityTag and String as parameters, it should generate the EntityTag with the String before call the "equals" method.

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