-
Sub-task
-
Resolution: Done
-
Minor
-
2.19.1.Final
-
None
At the moment to add a new constant to an enum we type :
java-new-enum-const VISA ;
To follow the other commands, it should have a named parameter
java-new-enum-const --named VISA ; java-new-enum-const --named MASTER_CARD ; java-new-enum-const --named AMERICAN_EXPRESS ;
Changing new to add we could end up with :
java-add-enum-const --named VISA ; java-add-enum-const --named MASTER_CARD ; java-add-enum-const --named AMERICAN_EXPRESS ;