2012 Jul 20 3:44 PM
Hi Experts,
I was wondering if anybody knows where you can find the code inspectors definition.
I don't mean a list of check you can select.
For example:
for extended program check you have many different check options.
let's say we pick 'syntax check warnings'. What i want to know is, where can i find the rules specificly for this choice.
What is the norm for the code inspector?
I know you can go so SCI, and create a new variant and that you can see the different options.
But i need the actual rules behind them.
I'll grant points for every usefull answer.
Thanks in advance.
2012 Jul 20 4:24 PM
Hi Jonathan,
In SCI,the check classes are the area which does the corresponding validation.
If you navigate to the method Run of each of the classes you will find the corresponding validation.
2012 Jul 20 4:24 PM
Hi Jonathan,
In SCI,the check classes are the area which does the corresponding validation.
If you navigate to the method Run of each of the classes you will find the corresponding validation.