James
Member
Are there any plans to integrate Code compliance checks into PLSQL developer / Add-ons?
The Beautifier already suggests variables that are redundant;
it would be nice to highlight any variables / program units that do not meet the naming standards of the company.... and make recommendations
eg prefix rules
Exceptions = x_%
Constants = k_%
Parameter Variables = i_%,o_%,io_%
Local Variables = v_%
Global Variables = g_%
Procedures = get%,set%
etc...
The Beautifier already suggests variables that are redundant;
it would be nice to highlight any variables / program units that do not meet the naming standards of the company.... and make recommendations
eg prefix rules
Exceptions = x_%
Constants = k_%
Parameter Variables = i_%,o_%,io_%
Local Variables = v_%
Global Variables = g_%
Procedures = get%,set%
etc...