Difference between revisions of "Duplicates"

From Apache OpenOffice Wiki
Jump to: navigation, search
(updated)
Line 1: Line 1:
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]
 
Some issues get reported time and again.
 
Some issues get reported time and again.
 +
 +
[http://eis.services.openoffice.org/patchreport/favorites_index_open.html Open duplicate list ]
 +
[http://eis.services.openoffice.org/patchreport/favorites_index_all.html duplicate list of all issues]
  
 
[http://qa.openoffice.org/files/documents/77/899/oooduplist.sxc OOo frequent duplicates list, circa 2002]
 
[http://qa.openoffice.org/files/documents/77/899/oooduplist.sxc OOo frequent duplicates list, circa 2002]

Revision as of 20:38, 5 June 2007

Some issues get reported time and again.

Open duplicate list duplicate list of all issues

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