Difference between revisions of "Duplicates"

From Apache OpenOffice Wiki
Jump to: navigation, search
(updated)
Line 12: Line 12:
 
[http://qa.openoffice.org/issues/buglist.cgi?issue_status=CLOSED&resolution=DUPLICATE&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=30&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query Recently active issues closed as duplicate]
 
[http://qa.openoffice.org/issues/buglist.cgi?issue_status=CLOSED&resolution=DUPLICATE&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=30&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query Recently active issues closed as duplicate]
  
[http://qa.openoffice.org/issues/buglist.cgi?issue_status=CLOSED&resolution=DUPLICATE&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfield=creation_ts&chfieldfrom=2005-10-20&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Issue+Number&Submit+query=Submit+query Issues created since 2005-10-20 closed as duplicate]
+
[http://qa.openoffice.org/issues/buglist.cgi?issue_status=CLOSED&resolution=DUPLICATE&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfield=creation_ts&chfieldfrom=2005-10-20&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Issue+Number&Submit+query=Submit+query Issues created since 2005-10-20 (the date 2.0 was released) closed as duplicate]
  
 
How to make a list of popular duplicates:
 
How to make a list of popular duplicates:
Line 26: Line 26:
 
(for HTML) or
 
(for HTML) or
  
<code>grep 'This issue has been marked as a duplicate' dupefilename.txt | cut --delim=' ' --fields=11  | sort | uniq -c | sort -nr | head -30</code>
+
<code>grep 'This issue has been marked as a duplicate' dupefilename.txt | cut -d ' ' -f 11  | sort | uniq -c | sort -nr | head -30</code>
  
 
(for text).
 
(for text).
  
Here's a list of duplicates popular since the release of 2.0, generated 2005-12-16:
+
Here's a list of duplicates popular since the release of 2.0, generated 2006-02-18:
  
    10 52888
+
  14 59499
      5 52775
+
  12 52888
      4 58368
+
  8 58850
      4 57834
+
  5 59598
      4 53634
+
  5 59345
      4 52629
+
  5 58368
      4 50824
+
  5 53243
      4 48789
+
  5 52775
      4 46683
+
  4 58758
      4 44177
+
  4 57834
      4 25680
+
  4 5658
      3 53243
+
  4 53634
      3 53223
+
  4 53223
      3 50626
+
  4 52629
      3 47323
+
  4 50824
      3 39622
+
  4 48789
      3 35830
+
  4 4854
      3 25391
+
  4 46683
      2 7088
+
  4 44177
      2 59037
+
  4 3997
      2 58850
+
  4 25680
      2 58777
+
  4 24969
      2 58758
+
  4 2235
      2 57816
+
  4 16280
      2 57349
+
  3 7747
      2 56916
+
  3 7088
      2 56898
+
  3 61492
      2 56651
+
  3 60322
      2 56598
+
  3 60315
      2 5658
+
  3 60310
  
Or [http://qa.openoffice.org/issues/buglist.cgi?email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=52888+52775+58368+57834+53634+52629+50824+48789+46683+44177+25680%0D%0A53243+53223+50626+47323+39622+35830+25391+7088+59037+58850+58777+58758%0D%0A57816+57349+56916+56898+56651+56598+5658&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query look at them in IssueZilla]
+
Or [http://qa.openoffice.org/issues/buglist.cgi?email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=59499+52888+58850+59598+59345+58368+53243+52775+58758+57834+5658+53634+53223+52629+50824+48789+4854+46683+44177+3997+25680+24969+2235+16280+7747+7088+61492+60322+60315+60310&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&issue_file_loc=&issue_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query look at them in IssueZilla]

Revision as of 15:36, 18 February 2006

Some issues get reported time and again.

OOo frequent duplicates list, circa 2002

Open issues which may have been reported more than once

Open issues which may have been reported more than twice

All issues which may have been reported more than twice

Recently active issues closed as duplicate

Issues created since 2005-10-20 (the date 2.0 was released) closed as duplicate

How to make a list of popular duplicates:

1. Query for set of issues closed as duplicate.

2. Hit "Long Form" button to get full text. Save as HTML "dupefilename.html" or text "dupefilename.html".

3. Process with something like

grep 'This issue has been marked as a duplicate' dupefilename.html | cut --delim=' ' --fields=11-12 | sort | uniq -c | sort -nr | head -30

(for HTML) or

grep 'This issue has been marked as a duplicate' dupefilename.txt | cut -d ' ' -f 11 | sort | uniq -c | sort -nr | head -30

(for text).

Here's a list of duplicates popular since the release of 2.0, generated 2006-02-18:

 14 59499
 12 52888
  8 58850
  5 59598
  5 59345
  5 58368
  5 53243
  5 52775
  4 58758
  4 57834
  4 5658
  4 53634
  4 53223
  4 52629
  4 50824
  4 48789
  4 4854
  4 46683
  4 44177
  4 3997
  4 25680
  4 24969
  4 2235
  4 16280
  3 7747
  3 7088
  3 61492
  3 60322
  3 60315
  3 60310

Or look at them in IssueZilla

Personal tools