-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I use CC.com, enabled this engine with duplication functionality that I like a lot, and I couldn't find a mass numbers where they were on the old CC duplication analysis system (right next to an issue's title, in smaller text), and I thought that this wasn't implemented yet or a bug, but then I've found pull request #45 and concluded that mass numbers were removed on purpose.
So I have a question as a user:
This makes the value accessible without unduly cluttering the description with that value.
Were there so many negative feedbacks about this thing, that @wfleming called it "unduly cluttering the description"? I mean, just look at the random screenshot with the result of this engine:
What can I say about it as a user:
Every duplication issue's title has text in bold "Similar code found in N other location(s)", and actually it's rather (if not completely) useless now, because
- it's the only text duplication issues can have, and there's no way to list all issues, where it's title with "Similar code" text would be useful to distinguish duplication category issues from another;
- the meaningful info about a number of other locations is duplicated (oh, the irony) right there after the code block.
- at this point there's no easy way to at least estimate a mass of a chunk of code without additional actions, like
- click on Read Up button (a mass is written there, ok, but how should I know that in the first place? I learned that only after finding that pull request I mentioned and hardly thinking about what "Read Up Contents" is, maybe that's because english is not my native language), then read a load of text just searching a number of mass: Blah-blah-blah-blah oh! the mass number!
- click on "View more" button and then be frightened because an issue may be several screens long.
Why a user should know a mass in the first place? To determine severity of an issue, and it seems that before this pull-request this vital information wasn't even there!
So I want you to consider returning a mass number to issues titles or descriptions or anywhere where it could be found it without additional actions (like mouse clicks).
I guess for now I'll write a small userscript just for issues to look as they were before (with mass numbers, I mean).
Thanks for your attention, and for all the good you've brought to this world. 👍