For my Honours project at University this year I'm considering doing some research into which code metrics are useful in predicting where defects are likely to exist in code and what metrics map to what kind of defects. What large open source projects exist that have a substantial revision history and also use a bug tracking system?
The two best examples I've heard of thus far are Eclipse and the Mozilla Project. I'm interested in projects written in any programming language(s). Projects written in languages which already have good tooling for producing code metrics would be a plus though, as it means I could spend more time analyzing the metrics and less time trying to produce the metrics in the first place.