SpoonLabs / coming

A tool for mining commits from Git repositories and diffs to automatically extract code change pattern instances and features with ast analysis
https://hal.inria.fr/hal-00861883/file/paper-short.pdf
MIT License
93 stars 33 forks source link

Fix issue #259 #260

Closed Sin-Mim closed 8 months ago

Sin-Mim commented 8 months ago

Handle null value of spoon.reflect.code.CtInvocation.getTarget() when Spoon fails to parse input accurately.

monperrus commented 8 months ago

thanks @Sin-Mim