Hi,
Recently, I do some research work on developing an automatic bug-finding
tool. To validate the effectiveness of our tool, we would like to run
the real-world, well-tested projects, e.g., Eclipse. I have checked out
some source codes in Eclipse , however, I DO NOT know where there are
real bugs in source code because of the false positives reported in my
tool. Thus, I plan to compare the bug reported by our tool with the real
bugs stored in your bug database.
So, I am wondering whether you could do me a favor to tell me how to
know the existing bugs in some release of Eclipse, e.g., Eclipse 3.4M. I
want to know the detailed bug information, such as the version of
Eclipse, the package name, the class name, the method name, or the line
number of the bug.