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

Can we run SCI only on the code changes based on version management?

Former Member
0 Likes
387

We have a requirement to enhance Code Inspector to run the checks only on changed code (code changes between two versions). Please suggest if it is possible to enhance SCI so that it runs only on the changed code instead of complete program.

Thanks & Regards,

Vijayshree.

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
328

I bet not, because the changes are not stored explicitely, they only become visible when comparing two versions of the complete code. Also, even unchanged code might become invalid for example if you remove a field declaration elsewhere, so you better always check the whole enchilada.

What would be the rationale behind this anyway?

Thomas