Skip to content

Conversation

@ivan-ristovic
Copy link
Contributor

This PR implements basic methods of the Module class.

Change list:

  • Removed substitutions for methods such as canRead(), canUse() etc. because the JDK implementation can be reused
  • Removed @Delete annotation from ReflectionData, because it is used by JDK
  • Redefine the value of the ReflectionData.uses field, otherwise it will contain classes that were not nececarily discovered by analysis
  • Added an alias for java.lang.WeakHashMap, in order to redefine the ReflectionData.uses field

@olpaw olpaw self-requested a review May 18, 2021 13:03
@ivan-ristovic
Copy link
Contributor Author

I moved this PR to #3445 for better clarity.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.