Diagnostic Tags¶
Each diagnostic has a set of tags. They are groups in which diagnostics are included.
For the correct tag selection, their detailed description is given below.
ATTENTION: diagnostic can have from 1 to 3 tags
Tag Description¶
STANDARD
- Used in diagnosing violations of 1C COMPANY standardsLOCKINOS
- Feature may not work in other OSSQL
- Used in diagnosing any problems with 1C queriesPERFORMANCE
- Performance issue detectedBRAINOVERLOAD
- Difficult to understand codeBADPRACTICE
- Found use of bad programming practicesCLUMSY
- Used when detecting unnecessary algorithmic constructs or actionsDESIGN
- Errors in solution design, architectural problemsSUSPICIOUS
- Used to diagnose strange code that needs attentionUNPREDICTABLE
- Must be used when detecting working code that can behave unpredictablyDEPRECATED
- For diagnostics that detect the use of legacy functions, methods, method names, etc.ERROR
- Used when detecting code errors (using non-existent language constructs, methods, etc.).LOCALIZE
- For errors and possible problems when localizing the application in other languages