kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-923] Not exported properties result in AnalysisConfigurationException #947

Open rju opened 6 days ago

rju commented 6 days ago

JIRA Issue: KIEKER-923 Not exported properties result in AnalysisConfigurationException Original Reporter: Nils Christian Ehmke


This is related to KIEKER-867 Done . The WebGUI uses the property annotation of a plugin to find the available properties. If the plugin doesn't export all of its properties (in the getCurrentConfiguration method), the MetaModelHandler throws an exception while checking the configuration. It this the desired behavior? Shouldn't the MetaModelHandler check the property-annotations as well?

Checklist:

rju commented 2 days ago

author Jan Waller -- Thu, 6 Jun 2013 12:47:20 +0200

It should check the PropertiesList (or maybe both)

rju commented 2 days ago

author nils-christian -- Mon, 10 Jun 2013 21:20:32 +0200

Corrected in 8edfb2952f60977ffec6d752320f32ec8e65126c. The set of potential property keys is enriched with the list of annotated properties.