Eclipse Tips: using the Source menu


Everyone knows - or at least suspects - that most of the Eclipse goodies live under the Refactoring menu. However, there’s also a lot of goodness under the Source menu too.

In this quick tip, I’m using another example from my little Java TDD course, demonstrating how to quickly write an immutable value type using a bunch of those Source menu items.

March 30, 2013 eclipse how-to java screencast