Hi, it would be nice if CCCP would not only check modified code but also already existing code. Alex
We have a batch file & exe combination which automatically creates a workspace to our CommonCode folder, gets all the custom check-in policies, and then calls the exe which adds the registry entry ...
The class comment is not found if the class attributes are contained in a "#region". This sometimes is necessary to hide the attributes, if you have a lot of them. Try this example: using Syste...
The code comment checking policy currently checks all source code files that are being checked in based on a rather simple logic inside method CCCPTfsPolicy::IsVerifyableFileType. However, it woul...
Do not check classes that live in excluded namespaces. Why would you exclude a namespace? Autogenerated code eg.
The MSBuild task will enable the following: * calculating the "comment coverage" * outputting a detailed list of methods, etc that don't have proper code comments * possible to run it as part of T...
Add option to not check virtual or abstract overrides. Base class provides documentation for those. Sample: public class BaseClass { public virtual SomeMethod() } public class DerivedClass:BaseCl...