Feature - Metric names
## Description After changing to the entity structure we now use an enum to track the metric names. These are however only going back in the results object, in the analyzers themselves we still use hand written Strings. The enum should be applied throughout the whole project. ## Priority High - For consistency. ## Definition of done When there are no hand written Strings for metrics anymore, but they all use the same enum
issue