The attribute ```java private final Color COLOR; ``` conflicts with the SonarQube rule [squid:S00116](https://sonarqube.com/coding_rules#q=squid%3AS00116). ### Solution Adapt Arctic Ice Studio Java code style. ```java private final Color color; ```