Login  Register

Re: deprecation warning in code critic

Posted by Marcus Denker-4 on Mar 19, 2015; 6:36am
URL: https://forum.world.st/deprecation-warning-in-code-critic-tp4813026p4813049.html


> 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