Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFix
Packages that use IFix
Package
Description
-
Uses of IFix in com.e1c.g5.v8.dt.bsl.check.qfix
Classes in com.e1c.g5.v8.dt.bsl.check.qfix that implement IFixModifier and TypeClassDescriptionclass
Multi-variant xtext module fix definitionclass
Single variant xtext bsl module fix common class for multi-variant quick fixes -
Uses of IFix in com.e1c.g5.v8.dt.check.internal.md.check.fixs
Classes in com.e1c.g5.v8.dt.check.internal.md.check.fixs that implement IFixModifier and TypeClassDescriptionclass
The single-variant fix forBinaryDataStorageLocationUseFieldTypeCheck
allows to remove reference with incorrect type.class
The multi-variant fix forConfigurationStandaloneContentCheck
allows to remove bad content item from used, unused and priority items.class
The single-variant fix forDbObjectTabularSectionCheck
allows to set right length value.class
The single-variant fix forReferenceValueCheck
allows to remove unresolved reference value.class
The single-variant fix forReferenceValueCheckNonCritical
allows to remove unresolved reference value. -
Uses of IFix in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs
Classes in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs that implement IFixModifier and TypeClassDescriptionclass
XDTOPackage
extension package and namespace features dependency state check fix. -
Uses of IFix in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type IFixModifier and TypeMethodDescriptionMap<CheckUid,
Set<IFix<? extends IFixContext>>> IFixProvider.getFixes()
Gets all registered fixesMap<CheckUid,
Collection<IFix<? extends IFixContext>>> IFixRepository.getFixes()
Gets all registered fixes.Collection<IFix<? extends IFixContext>>
Provides the quick fixes collection by check UIDMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type IFixModifier and TypeMethodDescriptionvoid
IFixRepository.registerFix
(IFix<? extends IFixContext> fix) Manual addition of a pre-created fix to the repository -
Uses of IFix in com.e1c.g5.v8.dt.check.qfix.components
Classes in com.e1c.g5.v8.dt.check.qfix.components that implement IFixModifier and TypeClassDescriptionclass
BasicFix<C extends BasicFixContext>
Base implementation of {link IFix} for quick fixes.class
Multi-variant model fix definitionclass
SingleVariantBasicFix<C extends BasicFixContext>
Testing sample of API L2 that checks the capability to create the all-in-one fix with a single variantclass
SingleVariantModelBasicFix<OC extends org.eclipse.emf.ecore.EObject>
Variant with a single-point user context collection/fix definition -
Uses of IFix in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return types with arguments of type IFixModifier and TypeMethodDescriptionMap<CheckUid,
Set<IFix<? extends IFixContext>>> ExtensionFixProvider.getFixes()
Map<CheckUid,
Collection<IFix<? extends IFixContext>>> FixRepository.getFixes()
Collection<IFix<? extends IFixContext>>
Methods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type IFixModifier and TypeMethodDescriptionvoid
FixRepository.registerFix
(IFix<? extends IFixContext> fix)