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

Duplicate multi repeatable Description comments on java platform. #175

Closed
Rollczi opened this issue Jan 18, 2023 · 0 comments · Fixed by #176
Closed

Duplicate multi repeatable Description comments on java platform. #175

Rollczi opened this issue Jan 18, 2023 · 0 comments · Fixed by #176

Comments

@Rollczi
Copy link
Contributor

Rollczi commented Jan 18, 2023

Kotlin and Java implementations of AnnotatedMember have a different way of working.

When a repeatable annotation is used on:

  • Java - method AnnotatedMember#getAnnotationsByType return Description and Descriptions
  • Kotlin - method return only Descriptions
dzikoysk pushed a commit that referenced this issue Jan 19, 2023
…nnotatedMember#getAnnotationsByType implementations. (#176) (#176)

* Remove description resolver for Descriptions annotation. Fix AnnotatedMember#getAnnotationsByType implementations. Add junit tests for multiline comments for java and kotlin platform. (#175)

* Move MultiDescriptionJavaTest to kotlin package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant