Skip to content
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

null check needed on SnoopEERegistrationClient # 192 #11

Open
mulderbaba opened this issue Aug 6, 2017 · 1 comment
Open

null check needed on SnoopEERegistrationClient # 192 #11

mulderbaba opened this issue Aug 6, 2017 · 1 comment
Assignees
Labels

Comments

@mulderbaba
Copy link

if snoopee: is missing in snoopee.yml (and if it exists as snoop:) a NPE gets thrown.

Caused by: java.lang.NullPointerException
	at eu.agilejava.snoopee.scan.SnoopEERegistrationClient.lambda$null$11(SnoopEERegistrationClient.java:192)
@ivargrimstad
Copy link
Owner

That is actually a misconfiguration, and should at least give a warning at startup. The user clearly want som in-app config, but has made an error. It should be pretty straightforward to fix.

@ivargrimstad ivargrimstad self-assigned this Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants