Duplicates

From Apache OpenOffice Wiki
Revision as of 16:08, 30 December 2008 by Dridgway (Talk | contribs)

Jump to: navigation, search

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) to 2008-12-31 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