deprecation warning in code critic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

deprecation warning in code critic

Peter Uhnak
Hi,

is there a deprecation warning option in the code critic?

Thanks,

Peter
Reply | Threaded
Open this post in threaded view
|

Re: deprecation warning in code critic

Marcus Denker-4

> On 19 Mar 2015, at 00:01, Peter Uhnák <[hidden email]> wrote:
>
> Hi,
>
> is there a deprecation warning option in the code critic?
>

only for calls to globals. As code critic analysis statically and does
not even try to do call graph interference (which is hard).

What people sometimes do is to provide specific rules when the deprecrate.

        Marcus


Reply | Threaded
Open this post in threaded view
|

Re: deprecation warning in code critic

Peter Uhnak
Thank you for the explanation, makes more sense now. :)

Peter

On Thu, Mar 19, 2015 at 7:46 AM, Marcus Denker <[hidden email]> wrote:

> On 19 Mar 2015, at 00:01, Peter Uhnák <[hidden email]> wrote:
>
> Hi,
>
> is there a deprecation warning option in the code critic?
>

only for calls to globals. As code critic analysis statically and does
not even try to do call graph interference (which is hard).

What people sometimes do is to provide specific rules when the deprecrate.

        Marcus