I realize many IDEs do this, but I felt like writing a few lines of script to spit this out instead. This will grab every line marked “private”, whether method or member variable and generates a default getter/setter. Note: it doesn’t insert the code for you or even capture to a file. Maybe next I’ll [...]
Archives for January 2012
Trying to Dig a Little More In-Depth With Maven
I’ve been reading Maven: The Definitive Guide (affiliate link) as a Kindle eBook and finally got to the point of trying the first example project. The book had mentioned that maven might be installed on Mac OS X already (due to usage with some versions of XCode). Magically, it’s there: So far, I like the [...]
Posts