RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

ZEN-4176 Prevent validation from running multiple times #456

Closed tfesenko closed 6 years ago

tfesenko commented 6 years ago

The "Update KaiZen Editor validation markers" job now cancels other validations on the current file if a new validation is initiated.

In general, validation is invoked:

Extracted a lightweight ValidationOperation which: