Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] How to search for bugs containing patches

Original credits should go to Frederic Fusier, our JDT search master.



                                                                           
             John Arthorne                                                 
             <John_Arthorne@ca                                             
             .ibm.com>                                                  To 
             Sent by:                  eclipse-dev@xxxxxxxxxxx             
             eclipse-dev-bounc                                          cc 
             es@xxxxxxxxxxx                                                
                                                                   Subject 
                                       [eclipse-dev] How to search for     
             09/28/2006 10:01          bugs containing patches             
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                 "General                                                  
                development                                                
              mailing list of                                              
                the Eclipse                                                
                 project."                                                 
             <eclipse-dev@ecli                                             
                 pse.org>                                                  
                                                                           
                                                                           





This question has come up a few times recently, so I thought it worth
passing along: You can find all bugs that contain patches using the
"Advanced Searching Using Boolean Charts" option at the bottom of the
bugzilla query page.  In the first radio box, select "Attachment is patch",
in the second box, select "is equal to", and in the third box type "1" (no
quotes).  Note that "patch" is different from whether a bug contains
arbitrary attachments such as screen shots.

For example, here is a query for all open bugs with patches in the
"Platform" component:

https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Eclipse&product=Platform&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=attachments.ispatch&type0-0-0=equals&value0-0-0=1


Thanks to Philippe Mulet for initially pointing out this useful (but
slightly hidden) feature. _______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top