I have the following enum in a Java class:
enum
public enum Resolution { RES_32 (32), RES_64 (64); private final int asInt; private R
I would add the new value to the original enum and have the new classes just re-use it. Why can't they call the first one you posted? You have bigger issues than merely repeating a constructor if you copy and extend the first one.