Interface ICheckContributor


  • public interface ICheckContributor
    Single-point contributor for DT check subsystem artifacts, including checks and quickfixes. Implementations should be registered with the TODO extension point
    • Method Detail

      • contribute

        void contribute()
        Contributes the DT check subsystem artifacts. Called by the system in case if the Implementations are guaranteed to be called during the check subsystem initialization phase in a thread-safe manner. All registration procedures must be performed using the DT Check sumsystem programmatic configuration capabilities and not with the low-level manipulations (like extension registry overriding, etc)