Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Android Lists and Adapters (2015) Updating the Data Model Adding a New Data Model Object

Alan C
PLUS
Alan C
Courses Plus Student 537 Points

[SOLVED] Getter and Setter Generation

A small point but it does niggle me. When I generate my Getters and Setters (like we do here in the Hour class) they are generated in a random order. Ben's come out in the order the variables are declared which is a lot neater. Any idea how to fix that other than manually cutting and pasting?

Alan C
Alan C
Courses Plus Student 537 Points

Just realised, it's not random. The methods are generated alphabetically