the reason is somewhat amusing: something has come up at work and I find myself needing/wanting to know how many lines of code we've written in a form that can be compared to other projects i.e. projects written in Java. fastest way to do that would be to just pipe the output of the decompiler over the entire project into
wc -l
and then add back in comment lines