Brett PorterThoughts on Maven and Java from my corner of Sydney, AustraliaIntelliJ Tips Discovered after Weirdness in the Debugger- December 23, 2005 It's been a fruitful hour or so realising some things about how IntelliJ works and how the debugger behaves differently to running the code outright. Lesson 1: The appearance (or lack) of <Click to see difference> in Junit results is not random. It only appears when you are comparing Strings in assertEquals - for objects, you get the traditional "expected <....> but was <....>". So if your String methods are consistent with equals(), then you can put a .toString() in your...http://blogs.codehaus.org/people/brett/archives/001280_intellij_tips_discovered_after_weir... Time for ApacheCon- December 5, 2005 There'll no doubt be a flood of these on www.planetapache.org over the next few days, but I'll get in early. Tomorrow, I'm off to this year's ApacheCon. Still a few days to go yet, but I've got a long trip and a few stops to make first. This is actually the first opportunity I've had, so I'm looking forward to it, and I've never been to San Diego - good to be doing something different. Look forward to seeing you there!http://blogs.codehaus.org/people/brett/archives/001264_time_for_apachecon.html |