njit-jerse / specimin

SPECIfication MINimizer. A different kind of slicer for Java.
MIT License
0 stars 5 forks source link

Don't crash when encountering a field inside an enum #245

Closed kelloggm closed 3 months ago

kelloggm commented 3 months ago

...also required a corresponding change in target method finder visitor to allow us to target methods of enums properly. Why enums aren't a regular class I have no idea.

May does fix the crash in jdk-8288590 (I haven't checked yet, that's what CI is for)

Also makes jdk-8288590 compile (yay!)