Class NotUniqueTranslationKeyCheck
java.lang.Object
com.e1c.langtool.v8.dt.resourcestorage.validation.NotUniqueTranslationKeyCheck
- All Implemented Interfaces:
IDictionaryStorageCheck
Add Warning if few segments contain same key.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Constructor Details
-
NotUniqueTranslationKeyCheck
public NotUniqueTranslationKeyCheck()
-
-
Method Details
-
validate
public void validate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
validatein interfaceIDictionaryStorageCheck- Parameters:
row- - dictionary row, cannot benull.acceptor- - create issue in text editor, cannot benull.context- - check additional parameters, cannot benull.monitor- - build monitor, cannot benull.
-