* Codebase contains a lot of warnings and redundant code. Eg.The below code can have a private constructor, so an object can't be created. ```java public class Constants { public static final String AGENT_VERSION = "1.0.1"; } ```