package de.is24.deadcode4j.analyzer.constants; import static de.is24.deadcode4j.analyzer.constants.Constants.FOO; @SuppressWarnings("UnusedDeclaration") public class ClassCallingMethodOfStaticallyImportedConstantInField { private String foo = FOO.intern(); }