fabiojavamarcos / openSourceParser

Parser to identify libraries in source code. Research project with a huge pipeline that starts with this parser.
MIT License
1 stars 0 forks source link

Cpp #13

Closed fabiojavamarcos closed 2 years ago

fabiojavamarcos commented 2 years ago

parser is ok for c++ sources.

Fix problem when the class java has less than 2 characters. Changed to less than 1. Also the method now returns " " instead of null, allowing the processing to insert a blank class name. This will be rejected by the DB or it need to be cleaned after. But this is better than raise an exception.