Inside Fenway

Nice Day @ Fenway

I was lucky enough to take part in this year’s “Yaz Day” at Fenway Park. This is a fundraiser by The Genesis Fund where you get to go on the field at Fenway and take part in various baseball-y activities.

Chattin up the Manager

They said the infield was too wet for us to get on, so we were relegated to taking BP in the batting cages, but it was pretty cool regardless. Hopefully next year it will be drier!

Green Monster

Interesting Fact: The warning track is made of crushed red brick, not dirt. See more pics here.

Missing Java Annotations

@SelfExplanatory – I’d love to be able to turn on JavaDoc warnings in Eclipse, but I can’t. Why? Because 90% + of the code is self explanatory. Do I really need to see that getName() “Returns the name”, or that setName(String name) has the utter audacity to “Set the name”? No, I don’t. Put a @SelfExplanatory and JavaDoc can create these braindead comments without cluttering up my code, while Eclipse can reserve its warnings for the more interesting methods.

@NotNull – Other languages may have solved or avoided this problem, but I’d like to be able to dictate that a variable can be set to anything except null, and also that a method will never return null. It would just save so many headaches (of the onerous Runtime variety, no less), as well as lots of “if (foo == null)”…

The ulterior purpose of this post is to test the upgrade to WordPress 2.6.