// bare literal used, warning:
new Font("Arial", 2)
// "magic" constant used, good:
new Font("Arial", Font.ITALIC)
org.intellij.lang.annotations.MagicConstant