Hi,
I am inside following code, and as you can see the "reporter" does not exist (yet..)
It is properly highlighted in red by IJ. Hitting alt-space a list of intentions comes up. Upon selecting "Create parameter reporter", IJ thinks a couple of seconds .. then does nothing.
Does this feature work for anyone?
@Override
protected boolean processSource(UrlMetaInfo meta) throws IOException {
String errMsg = null;
CrawlStatus status = null;
Market.AppsResponse resp = null;
String contents = null;
int statusCode = -2;
int numResults = -1;
if (androidInfo == null) {
androidInfo = AndroidUtils.getAndroidCredentials(getProps(),
reporter);
}
I am on 12.0.4 ultimate.