* replace call to deprecated HSBType::getRGB() with ColorUtil::hsbTosRgb() * make constructors of abstract classes protected * use instanceof with pattern matching (JEP 305) * enhance switches with combined cases using comma-separated case expressions * remove unnecessary public modifiers in unit tests Signed-off-by: David Pace <dev@davidpace.de>