Difference between revisions of "Duplicates"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 16: Line 16:
 
[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 (the date 2.0 was released) 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=2008-12-31&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) to 2008-12-31 closed as duplicate]
  
 
How to make a list of popular duplicates:
 
How to make a list of popular duplicates:

Revision as of 16:08, 30 December 2008

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