Archive for October, 2007

iComment: Finding bugs by parsing comments in code

I was at OOPSLA this week, and people were talking about a paper from this year’s SOSP. They applied natural language processing to the comments in code and compared what the comments said to how the program actually worked. If there was a mismatch, they considered that a bug. I haven’t read it yet, but it sounds incredibly cool.

Here’s the link:
/* iComment: Bugs or Bad Comments? */

Leave a Comment