Duplicates

From Apache OpenOffice Wiki
Revision as of 17:18, 16 December 2005 by Dridgway (Talk | contribs)

Jump to: navigation, search

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 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 "dupefilename.html" (or whatever you like).

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.

Personal tools