You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Abhinav Khandelwal (JIRA)" <ji...@apache.org> on 2008/03/26 00:05:26 UTC

[jira] Created: (ABDERA-137) Rfractor AbstractProvider

Rfractor AbstractProvider
-------------------------

                 Key: ABDERA-137
                 URL: https://issues.apache.org/jira/browse/ABDERA-137
             Project: Abdera
          Issue Type: Improvement
            Reporter: Abhinav Khandelwal
             Fix For: 0.4.0
         Attachments: abdera.patch

I have refractored Abstract Provider so that custom post task operations can be performed by sub classes.
The current implementation of process function was too big. And if any subclass had to make any change over it. It would lead to unnecessary copy paste of code.

Can you get this change in (may be after 0.4.0 release, and not hold the release because of this small change). It does not have any visible effects. 


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


[jira] Updated: (ABDERA-137) Rfractor AbstractProvider

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

Abhinav Khandelwal updated ABDERA-137:
--------------------------------------

    Attachment: abdera.patch

Path for abstract provider

> Rfractor AbstractProvider
> -------------------------
>
>                 Key: ABDERA-137
>                 URL: https://issues.apache.org/jira/browse/ABDERA-137
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Abhinav Khandelwal
>             Fix For: 0.4.0
>
>         Attachments: abdera.patch
>
>
> I have refractored Abstract Provider so that custom post task operations can be performed by sub classes.
> The current implementation of process function was too big. And if any subclass had to make any change over it. It would lead to unnecessary copy paste of code.
> Can you get this change in (may be after 0.4.0 release, and not hold the release because of this small change). It does not have any visible effects. 

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


[jira] Resolved: (ABDERA-137) Rfractor AbstractProvider

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

James M Snell resolved ABDERA-137.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.4.0)
                   0.5.0

Checked in. Made some modifications to the patch

> Rfractor AbstractProvider
> -------------------------
>
>                 Key: ABDERA-137
>                 URL: https://issues.apache.org/jira/browse/ABDERA-137
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Abhinav Khandelwal
>             Fix For: 0.5.0
>
>         Attachments: abdera.patch
>
>
> I have refractored Abstract Provider so that custom post task operations can be performed by sub classes.
> The current implementation of process function was too big. And if any subclass had to make any change over it. It would lead to unnecessary copy paste of code.
> Can you get this change in (may be after 0.4.0 release, and not hold the release because of this small change). It does not have any visible effects. 

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