Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] how to find out the bug number from the revision number of a file (AbstractImageBuilder.java)

If you find out the time&date of the change, then you can perform a CVS
comparison using dates (between couple minutes before / after).
Alternatively, if you can trace the change back to a bug report (usually we
would store bug number into CVS comment), then maybe a complete patch is
attached to the bugzilla entry (not always).



                                                                           
             Poornachandran                                                
             <chandran.poorna@                                             
             gmail.com>                                                 To 
             Sent by:                  jdt-core-dev@xxxxxxxxxxx            
             jdt-core-dev-boun                                          cc 
             ces@xxxxxxxxxxx                                               
                                                                   Subject 
                                       [jdt-core-dev] how to find out the  
             31/10/2007 12:19          bug number from the revision number 
                                       of a file                           
                                       (AbstractImageBuilder.java)         
             Please respond to                                             
             "Eclipse JDT Core                                             
             developers list."                                             
             <jdt-core-dev@ecl                                             
                 ipse.org>                                                 
                                                                           
                                                                           




Hi All,

I have a couple of basic questions here.

I wanted to find out the change which introduced
"filesDeclaringAnnotation" field into
org\eclipse\jdt\internal\core\builder\AbstractImageBuilder.java. I have
identified that this has been introduced with the revision number 1.78
of the file, but I do not see the bug id with the log message of that
change. So, has this not come from a bug?

Basically, for this change to work, there are few other files modified
as well, how do I find that out as well?

Thanks in advance.

regards,
~Poorna

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top