vivekkoya / classfiles

Methods must not be empty JAVA-W1004
Anti-pattern
Minor
a year ago2 years old
paintIcon should not be empty
11 class ShapeIcon implements Icon {
12
13	@Override
14	public void paintIcon(Component c, Graphics g, int x, int y) {15	}16
17	@Override
18	public int getIconWidth() {