Static Analysis Tooling / Effective D

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 21 16:29:38 PDT 2014


I just added two new rules, a check for if/else blocks that are 
identical and a check for assign expressions where the left and 
right side of the '=' operator are the same.

It found two bugs in Phobos:

https://issues.dlang.org/show_bug.cgi?id=12609
https://issues.dlang.org/show_bug.cgi?id=12608


More information about the Digitalmars-d mailing list