Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Consider including the number of usages of each API in the portability score #233

Closed
dsplaisted opened this issue Jan 15, 2016 · 1 comment

Comments

@dsplaisted
Copy link
Member

The portability score reported by APIPort is based on the number of distinct APIs used by the assembly being analyzed. This means that an unsupported API that is used 1000 times has the same effect on the score as one that's only used once. It also means that if you remove 999 usages of an unsupported API, but there's one left over, the portability score won't change at all.

It would probably be more useful if it reported a score based on the number of times each API was used in the assembly.

@conniey
Copy link
Member

conniey commented Feb 4, 2016

Duplicate of #103

@conniey conniey closed this as completed Feb 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants