kieker-monitoring / kieker

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

[KIEKER-920] Null as project context #971

Open rju opened 3 weeks ago

rju commented 3 weeks ago

JIRA Issue: KIEKER-920 Null as project context Original Reporter: Nils Christian Ehmke


Currently the plugins complain if something else than an AnalysisController is given as project context
- but not if it is null. If I remember correctly this was possible for compatibility with the old constructor (create plugin + register explicitly). Do we still want to allow plugins without project context?

Checklist:

rju commented 3 weeks ago

author Jan Waller -- Sun, 21 Apr 2013 17:44:02 +0200

no

rju commented 3 weeks ago

author nils-christian -- Sun, 21 Apr 2013 17:58:24 +0200

All plugins (readers, repositories, filters) refuse everything that is not an AnalysisController since f84b3600ca7ecf262512d6e15946a90f3ed62f30.