JetBrains-Research / astminer

A library for mining of path-based representations of code (and more)
MIT License
282 stars 80 forks source link

Fix for alternative array parameter #159

Closed illided closed 3 years ago

illided commented 3 years ago

When parsing public void f(int arr[])ANTLR Java function info can't find parameter name and crashes. This is a possible fix.