![]() |
#1 |
Участник
|
axcoder: Static code analysis using XLNT
Источник: http://axcoder.blogspot.com/2014/11/...sing-xlnt.html
============== In ax 2012 there is a code upgrade tool based on parser named XLNT - it allows to use syntax tree if X++ from .NET. I have written a small example of static analysis for X++ based on that technology http://1drv.ms/1u9Rs8x It detects code patters that are likely to be copy-and-paste errors (when somebody copies code but forget to change something in a copy) like: case X: some code ... case X: some code Код: if (x) { y } else { y } Источник: http://axcoder.blogspot.com/2014/11/...sing-xlnt.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. Последний раз редактировалось mazzy; 20.11.2014 в 11:30. |
|
|
|