-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Offending piece of code:
public Map<String, Number> getNewSampleValues() {
log(Level.DEBUG, "Getting %s", getUrl());
HttpClientStarter httpstarter = find(HttpClientStarter.class);
HttpClient cnx = httpstarter.getHttpClient();The method find() may return NULL if the class is not found.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels