Feb. 2, 2016
2 p.m.
On 02 Feb 2016, at 14:55, Nicolai Hess <nicolaihess@gmail.com> wrote:
2016-02-02 14:46 GMT+01:00 Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>>: Hello,
Yes. Another side effect is that you do not get all these âtempX is not used should it be removeâ messages when saving a method.
Instead, semantic analysis tags the variable as not used and the editor shows an icon/highlight.
What we need to do is to integrate this more with the code critique.
It would be good to have an action associated with the highlighted temp var for removing the unused var. Or does this already work ?
No, but it should be easy to add⦠Marcus