You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Pepijn Noltes (Created) (JIRA)" <ji...@apache.org> on 2012/01/19 13:31:45 UTC

[jira] [Created] (CELIX-26) inconsistency service_tracker.h

inconsistency service_tracker.h
-------------------------------

                 Key: CELIX-26
                 URL: https://issues.apache.org/jira/browse/CELIX-26
             Project: Celix
          Issue Type: Improvement
            Reporter: Pepijn Noltes
            Priority: Trivial


The service_tracker has some inconsistencies. For example:
celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);

Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Updated] (CELIX-26) inconsistency service_tracker.h

Posted by Alexander Broekhuis <a....@gmail.com>.
Please ignore the comments added/removed to this issue. They where supposed
to go to CELIX-27.


2012/11/15 Alexander Broekhuis (JIRA) <ji...@apache.org>

>
>      [
> https://issues.apache.org/jira/browse/CELIX-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Alexander Broekhuis updated CELIX-26:
> -------------------------------------
>
>     Fix Version/s:     (was: 0.0.2-incubating)
>
> > inconsistency service_tracker.h
> > -------------------------------
> >
> >                 Key: CELIX-26
> >                 URL: https://issues.apache.org/jira/browse/CELIX-26
> >             Project: Celix
> >          Issue Type: Improvement
> >            Reporter: Pepijn Noltes
> >            Assignee: Alexander Broekhuis
> >            Priority: Trivial
> >
> > The service_tracker has some inconsistencies. For example:
> > celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char *
> service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> > celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char *
> filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> > Every service_tracker function should start with serviceTracker.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>



-- 
Met vriendelijke groet,

Alexander Broekhuis

[jira] [Updated] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis updated CELIX-26:
-------------------------------------

    Comment: was deleted

(was: Hi Pepijn,

Could you please verify this one, and close if all is ok?)
    
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis reopened CELIX-26:
--------------------------------------

    
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis closed CELIX-26.
------------------------------------

    
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>             Fix For: 0.0.1-incubating
>
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis resolved CELIX-26.
--------------------------------------

       Resolution: Implemented
    Fix Version/s: 0.0.1-incubating

Has already been implemented in the past. Closing as "implemented".
                
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>             Fix For: 0.0.1-incubating
>
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis updated CELIX-26:
-------------------------------------

    Comment: was deleted

(was: Fixed on trunk

-------------------------
Author: abroekhuis
Date: Thu Nov 15 13:54:30 2012
New Revision: 1409783

URL: http://svn.apache.org/viewvc?rev=1409783&view=rev
Log:
CELIX-27: added an ADT for the ServiceTrackerCustomizer.)
    
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis reassigned CELIX-26:
----------------------------------------

    Assignee: Alexander Broekhuis
    
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>             Fix For: 0.0.2-incubating
>
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis resolved CELIX-26.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.0.2-incubating

Fixed on trunk

-------------------------
Author: abroekhuis
Date: Thu Nov 15 13:54:30 2012
New Revision: 1409783

URL: http://svn.apache.org/viewvc?rev=1409783&view=rev
Log:
CELIX-27: added an ADT for the ServiceTrackerCustomizer.
                
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>             Fix For: 0.0.2-incubating
>
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CELIX-26) inconsistency service_tracker.h

Posted by "Alexander Broekhuis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CELIX-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498024#comment-13498024 ] 

Alexander Broekhuis commented on CELIX-26:
------------------------------------------

Hi Pepijn,

Could you please verify this one, and close if all is ok?
                
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>             Fix For: 0.0.2-incubating
>
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CELIX-26) inconsistency service_tracker.h

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

Alexander Broekhuis updated CELIX-26:
-------------------------------------

    Fix Version/s:     (was: 0.0.2-incubating)
    
> inconsistency service_tracker.h
> -------------------------------
>
>                 Key: CELIX-26
>                 URL: https://issues.apache.org/jira/browse/CELIX-26
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Alexander Broekhuis
>            Priority: Trivial
>
> The service_tracker has some inconsistencies. For example:
> celix_status_t serviceTracker_create(BUNDLE_CONTEXT context, char * service, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> celix_status_t tracker_createWithFilter(BUNDLE_CONTEXT context, char * filter, SERVICE_TRACKER_CUSTOMIZER customizer, SERVICE_TRACKER *tracker);
> Every service_tracker function should start with serviceTracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira