Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspector definition.

Former Member
0 Likes
339

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
311

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.

1 REPLY 1
Read only

Former Member
0 Likes
312

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.