Community
Participate
Working Groups
Build ID: M20070921-1145 Steps To Reproduce: 1.public class Foo { List<Bar> bars = new ArrayList<Bar>(); } 2. Source > Generate Getters and Setters... 3. Gives: return bars; instead of return Collections.unmodifiableList(bars); More information: This is a feature request, not a bug, but I don't know how to specify that. I think this feature would promote a better programming practice. I don't know what "APT" is, but none of the other Component options seemed appropriate.
Reassigning component to 'TEXT' and severity to 'Enhancement'.
*** This bug has been marked as a duplicate of bug 85784 ***