Bug 131005 - prepare-Changelog reports a reordered method implementation as Edited + Deleted
Summary: prepare-Changelog reports a reordered method implementation as Edited + Deleted
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 20:31 PDT by Brian Burg
Modified: 2014-03-31 20:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Burg 2014-03-31 20:31:17 PDT
If you move a C++ method implementation from one part of the file to another part, it will add a changelog entry for the destination line as if it were edited, and also add a changelog entry as if the old source line was deleted.

I think it would be safest to filter out "deleted" entries if there is a corresponding "edited" entry for the method.