opalj / opal

https://www.opal-project.de
Other
51 stars 27 forks source link

Reflection for fields #164

Closed errt closed 11 months ago

errt commented 11 months ago

Add field-related reflection methods to the ReflectionAllocationsAnalysis, so k-l-CFA can handle them.

Also, check class names from Class.forName, sometimes spurious strings appear here and we want to avoid creating wrong ObjectTypes and can prevent the exception there.