Hi there,

I would like the get-set template to follow my rules a bit closer. The
idea to split the code with the fields first and the get-set methods
afterwards is definitely a good one I think, but I find myself actually
redoing things by hand a bit too much:

-It should check if such a field is already declared.
-In the javadoc, there should be a {@link #fieldName} instead of
fieldName. Or at least a * @see fieldName .
-If the variable type is an array, a copy of it should be handed out.
BTW, how is that done in JDE, there should be a template to duplicate an
array, that's something I do all the time...

Regards,

                Christian Mercat

Reply via email to