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 (JIRA)" <ji...@apache.org> on 2015/08/12 11:25:45 UTC

[jira] [Updated] (CELIX-249) Refactor most char * useage to const char *

     [ https://issues.apache.org/jira/browse/CELIX-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pepijn Noltes updated CELIX-249:
--------------------------------
    Fix Version/s: next

> Refactor most char * useage to const char *
> -------------------------------------------
>
>                 Key: CELIX-249
>                 URL: https://issues.apache.org/jira/browse/CELIX-249
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Priority: Minor
>             Fix For: next
>
>
> In most cases when char * is used in a function const char * should be used instead. 
> Example are bundleContext_registerService, properties_set, etc
> As result a lot of cast to char * can be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)