Posts Categorized: Blogroll

Odd Behaviour in Groovy when Comparing Maps

Posted by & filed under , .

I came across this the other day and I ended up spending quite some time on it pulling my hair and I still couldn’t explain it in the end so I thoughtย  I’d post here to see if anyone can shed some light into it. In brief, it’s about Groovy’s (otherwise awesome!) feature of comparing […]

Tales from Ole’ Romania: Bucharest ID

Posted by & filed under , , .

I decided to continue my short (so far) series on “tales from pre-1989 Romania” as it seems my posts so far triggered quite a few reactions. Mostly, I gathered from the folks in the Western world, curiosity. It appears that my readers want to know more about some of these (really odd) things that back […]

Radio Yerevan Joke

Posted by & filed under , , , , .

Just spoke with an old Romanian friend of mine who told me this joke, which was famous in Romania during the “old times” and I thought I’d put it out here as it’s bloody hilarious. Quite likely “oldies” like me will laugh at this, but for the Romanian youngsters out there probably means nothing. Sic […]

Scripting

Cobertura Issue with Ignoring Annotated Methods

Posted by & filed under , .

I’ve decided to plug in Cobertura in (some) of my projects to have an idea on the unit test/code coverage going on. I use Gradle, so I started looking at the Cobertura Gradle plugin. It turns out it’s pretty good — and offers a lot of the functionality that I needed. However, I came across […]

@TupleConstructor in Groovy Language

Posted by & filed under , .

I find myself nowadays mixing a lot of JVM languages: I write a lot of “core” code in Java, as I prefer the verbosity of it somehow, but then I find myself a lot of times I just need a lot of utilities or “quickies” around this code — be it for unit testing purposes […]

Small Yet So Costly Java Mistake

Posted by & filed under , , .

OK so I felt like I needed to share this code with “the world” as I think it’s a good example of a few things: first of all nobody’s perfect — I know you read that in my website tag line ๐Ÿ™‚ but yeah nobody’s perfect… sadly, in this instance, myself included ๐Ÿ™‚ secondly, it […]