QualiMaster / QM-IConf

The QualiMaster infrastructure configuration tool.
Apache License 2.0
2 stars 0 forks source link

RuntimeView (Error): Obserables are displayed mutliple times #110

Closed Elscha closed 8 years ago

Elscha commented 8 years ago

multipleobservables

Elscha commented 8 years ago

It seems that this happens when the RuntimeView is closed and oppened again.

Elscha commented 8 years ago

Potentialy the problem relies here: RuntimeEditor.java:791 Usage of a singlenton without cleaning it is problematic. Either

BTW:

eichelbe commented 8 years ago

As the full configuration is available, the IVML object model shall be used rather than parsing it again. Further, functions from ModelQuery shall be used rather than simple getters which may fail due to imports.

Nowatzki commented 8 years ago

Done.