-
Notifications
You must be signed in to change notification settings - Fork 21
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
Handle invalid vendordep JSON files better #228
Comments
It looks like there's code to throw exceptions for many errors. Do you have examples of files that have NPEs? native-utils/src/main/java/edu/wpi/first/nativeutils/vendordeps/WPIVendorDepsExtension.java Lines 199 to 224 in d7a64d6
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing/incorrect keys usually results in a difficult to debug NPE when the value is accessed.
The text was updated successfully, but these errors were encountered: