Java/What I hate about Java
From Sidvind
- Not possible to use enum in switch-cases. [1]
- No default parameter values. Yes, I see why; and I know more than a few workarounds; it is still annoying.
- "inner classes cannot have static declarations"