Code Analysis

Naming convention rules

NC001a – TRANSACTION names that are allowed 

Allowed names can be listed in Rule Customization.

Learn more about this rule

NC001d – TRANSACTION names that are disallowed 

THROW should be avoided as a transaction name to avoid keyword name conflict.

Disallowed names must be listed in Rule Customization using regex syntax.

Eg, THROW|UnwantedName2|UnwantedName3

Learn more about this rule


Didn't find what you were looking for?