Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Handle class renames #15

Open
pingpongboss opened this issue Nov 1, 2016 · 0 comments
Open

Handle class renames #15

pingpongboss opened this issue Nov 1, 2016 · 0 comments

Comments

@pingpongboss
Copy link
Contributor

For sure, this is a problem on android. Not sure about apple.

See example output:

## ContinuousPerformance

*removed* interface: `ContinuousPerformance`

*removed* method: `void setIsActiveTokenGenerator(IsActiveTokenGenerator)`

## ContinuousPerforming

*new* interface: `ContinuousPerforming`

*new* method: `void setIsActiveTokenGenerator(IsActiveTokenGenerator)`

apidiff has no way of knowing that ContinuousPerformance was renamed to ContinuousPerforming. The only context it has is that ContinuousPerformance was removed and ContinuousPerforming was added. Ideally, the output should show that ContinuousPerformance was modified to ContinuousPerforming.

One possibility is to allow the user to specify renames on the command line.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant