You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Scanner checker throws null-pointer-exception when the checker is not activated.
To Reproduce
Steps to reproduce the behavior:
Build the project when the config file is not passed as error prone flag.
Expected behavior
When the config file is not passed, the checker should not terminate with exception, instead it should silently quit from every method.
The text was updated successfully, but these errors were encountered:
This PR is a follow up to GH-18 and resolves#17. With this PR, an exception will be thrown at the time a wrong configuration for the Scanner checker (null value for Output or ConfigPath) and will prevent propagation of null value through the program.
Describe the bug
Scanner
checker throwsnull-pointer-exception
when the checker is not activated.To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the config file is not passed, the checker should not terminate with exception, instead it should silently quit from every method.
The text was updated successfully, but these errors were encountered: