I would rather have put this under "code generation", but I did not see that as a category.
CURRENT STATE OF AFFAIRS:
Currently under the menu code-->generate selecting the getter/setter will present fields to generate getter /setters for; the generation is ignorant about what kind of field is involved.
PROPOSED IMPROVEMENT:
It would be valuable and have a high "wow" factor if , when generate-->getter setter was applied to a Map, the getter wrote a function that took an instance of the key, and returned an instance of the value, for parameterized Collection types.
COMMENT:
This is probably what the user wants anyway, since rarely are whole Collections are rarely exposed outside of the class.
Thanks and let me know if I am posting suggestions to the wrong place.
Thanks.