Class SameMetadataObjectAndChildNamesDiagnostic
java.lang.Object
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
com.github._1c_syntax.bsl.languageserver.diagnostics.SameMetadataObjectAndChildNamesDiagnostic
- All Implemented Interfaces:
BSLDiagnostic
@DiagnosticMetadata(type=ERROR,
severity=CRITICAL,
minutesToFix=30,
tags={STANDARD,SQL,DESIGN},
modules={ManagerModule,ObjectModule,SessionModule},
scope=BSL,
canLocateOnProject=true)
public class SameMetadataObjectAndChildNamesDiagnostic
extends AbstractMetadataDiagnostic
-
Field Summary
Fields inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
diagnosticStorage, documentContext, info -
Method Summary
Methods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractMetadataDiagnostic
addDiagnostic, check, computeDiagnosticRangeMethods inherited from class com.github._1c_syntax.bsl.languageserver.diagnostics.AbstractDiagnostic
getDiagnostics, getInfo, setInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.languageserver.diagnostics.BSLDiagnostic
configure
-
Method Details
-
checkMetadata
- Specified by:
checkMetadatain classAbstractMetadataDiagnostic
-