-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parser NPE #30
Comments
Looks like params is null when it shouldn't. We should add a null check there, to skip that block, and get more meaningful info about the parsing error... |
I've fixed the |
I am still getting NPE, with a different stack trace this time:
Looks that the line with NPE: dcl.signature = dcl.javaName + params.signature; possibly |
The last commit (5c259e1) fixed the issue. Thanks. |
I am trying to create a new preset for Basler Pylon librarty. No files gets generated, only getting an error:
The text was updated successfully, but these errors were encountered: