JetBrains-Research / astminer

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

Localized language-specific tree-splitting logic. FunctionInfo #137

Closed Furetur closed 3 years ago

Furetur commented 3 years ago

This PR chronologically follows #135. Firstly, please, resolve that PR

  1. Replaced MethodInfo with FunctionInfo localizing language-specific logic.
  2. Implemented FunctionInfo extraction for existing parsers
Furetur commented 3 years ago

Thanks for detecting all these naming issues. Its pretty hard to find them all after changing the project's terminology. There's a possibility that some methodInfos are still out there hiding in the dark