fekaputra / shacl-plugin

SHACL4Protege - SHACL constraint validation plugin for Protégé
https://semantic-systems.org
MIT License
34 stars 8 forks source link

usage across different windows #20

Open Locke opened 5 years ago

Locke commented 5 years ago

When working with multiple Protégé windows (i.e. open one ontology, then open second one and select "No" to open that second one in a new window) the validation results are shared across both windows / clicking validate in one window updates the table in the other window as well.

image

image

NOTE: I have not debugged this yet, but want to record the behavior as a reminder to do so (or for anybody else who might want to investigate). I assume that the same ShaclValidation Observable is used from both ShaclConstraintViolationPanels. The described issue might not be the only problem when working with multiple windows.