[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: ¡¾how to obtain the detailed bug information¡¿
|
The bugs are available in Bugzilla: https://bugs.eclipse.org/bugs/
You can search for the bugs based on Product/Component/Target Milestone. I'm
pretty sure that Bugzilla will support some sort of API which you can use
for automated retrieval.
But I doubt that you might find information about a bug with respect to a
class or a line number.
- Prakash
--
http://blog.eclipse-tips.com
"haihaoshen " <haihaoshen@xxxxxxxxx> wrote in message
news:ed0a8c250c41a70b237ed7734e213ba5$1@xxxxxxxxxxxxxxxxxx
> 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.
>
> Thank you very much, and I will appreciate your help.
>
> Best,
>
> Haihao
>