Percentage computation rework and more fixes#11
Open
stieglma wants to merge 8 commits intomanoelcampos:masterfrom
Open
Percentage computation rework and more fixes#11stieglma wants to merge 8 commits intomanoelcampos:masterfrom
stieglma wants to merge 8 commits intomanoelcampos:masterfrom
Conversation
added 5 commits
January 18, 2018 08:36
…ding: - override annotations are now working for supertyes and interfaces (only supertypes before) - all interesting numbers are added to the report (some were left out before, e.g. enum constants) - changed htmlexporter a little bit to have a more logical structure
Author
|
Actually I thought a bit more about the logic for counting overridden methods and I think it is still not completely correct: when the super class/interface is not documented, the overriding method is still counted as fully documented. I will add a fix for that on this branch ,too |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
valuesandvalueOfwere always shown as undocumented although they are predefined and can't even be overridden by the userFeel free to add comments to the pull request where applicable. I was doing these changes in order to have a better view if my private/publicOnly changes were giving meaningful results.