This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 150022 - Tranzitivity of duplicates (cumulative duplicity)
Summary: Tranzitivity of duplicates (cumulative duplicity)
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Horvath
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 09:10 UTC by Lukas Hasik
Modified: 2008-12-04 00:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-14 09:10:17 UTC
-have an Ex.report 1 with 20 duplicates
-have Ex.report 2 with 5 duplcates
-when you make Ex2 duplicate of Ex1 then the number of duplicates of Ex1 is 21
->but it should be 26 => 20(Ex1) + 1(Ex2) + 5(duplicates of Ex2)

this will allow us to build chain(tree) of duplicates
Comment 1 Marian Mirilovic 2008-11-02 09:26:30 UTC
This is pretty serious in my opinion. We need to do such change to be sure that really issues with higher number of
duplicates are reported ... so far it's a hole.

I would like to see also recalculation of existing data ... means count duplicates by this rule once again.
Comment 2 Jan Horvath 2008-12-04 00:41:10 UTC
fixed