Skip to content

Conversation

@Bananeweizen
Copy link
Contributor

Fixes #223.

Anything in particular you'd like reviewers to focus on?

The previously existing handling of parameterized types has been extracted to a method and gets reused for the (nested parameterized) type of annotated types. However, I'm not sure if that is the only legal way of how all the different type classes can contain each other. It might therefore be necessary to convert that to a recursive approach, if more complex structures of annotated types, parameterized types and type identifiers are possible.

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've read and applied the recipe conventions and best practices
  • I've used the IntelliJ IDEA auto-formatter on affected files

@timtebeek timtebeek added the bug Something isn't working label Nov 28, 2023
Copy link
Member

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for both reporting and fixing the issue so quickly!

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

Labels

bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

UseCollectionInterfaces brakes on annotated types

2 participants