Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve public API typedef handling #969

Merged
merged 1 commit into from
Oct 13, 2016
Merged

improve public API typedef handling #969

merged 1 commit into from
Oct 13, 2016

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Oct 9, 2016

@guwirth guwirth added the bug label Oct 9, 2016
@guwirth guwirth added this to the 0.9.7 milestone Oct 9, 2016
@guwirth guwirth self-assigned this Oct 9, 2016
* support typedef union (close #921)
* support typedef enum (close #974)
* in case of struct, class, union; documentation only for typedef needed and not additional for type name
* add some more test cases
@guwirth guwirth merged commit c6e13cf into SonarOpenCommunity:master Oct 13, 2016
@ericross518
Copy link

Undocumented API detection does not appear to be working in Sonarqube 6.5. I assigned the rule "Public types, methods and fields (API) should be documented with Javadoc" to a Quality Profile and set it to the default profile for Java. After running sonar-scanner, nothing is flagged, even methods in the code are missing Javadoc.

@guwirth
Copy link
Collaborator Author

guwirth commented Oct 10, 2017

@ericross518 please open a new issue this PR is already closed.

@ericross518
Copy link

ericross518 commented Oct 10, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

typedef enum not supported by public API visitor typedef union not supported by public API visitor
2 participants