Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

"Create parameter" code intention not working

$
0
0

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.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>