[vwnc] Smarter "Messages implemented but not sent"

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

[vwnc] Smarter "Messages implemented but not sent"

Holger Kleinsorgen-3
Howdy,

has anyone already implemented a smarter "Messages implemented but not
sent" check that detects messages sent only by itself?
Currently, code critic won't find this method:

FooBar>>fooBar
   ^ 1

Thingy>>fooBar
   ^ super fooBar + 1
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc