question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Processor claiming arguments not matching when they do in code

See original GitHub issue

Getting this error the first time I compile each time:

e: error: Factory method parameters do not match constructor @Assisted parameters.
  Missing:
   * androidx.lifecycle.SavedStateHandle handle
  Unknown:
   * androidx.lifecycle.SavedStateHandle arg0

The argument name does actually match, and this error goes away upon building a second time. Not sure interaction is causing this.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
TheRepratorcommented, Feb 13, 2020

I am also getting the same issue in a multi-module project,

Factory method parameters do not match constructor @Assisted parameters. Both parameter type and name must match. public UserAdminViewModal(@org.jetbrains.annotations.NotNull() ^ Declared by constructor, unmatched in factory method:

  • androidx.lifecycle.SavedStateHandle savedStateHandle Declared by factory method, unmatched in constructor:
  • androidx.lifecycle.SavedStateHandle arg0
0reactions
sunnykradityacommented, Feb 15, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Processor claiming arguments not matching when they do in ...
Getting this error the first time I compile each time: e: error: Factory method parameters do not match constructor @Assisted parameters.
Read more >
Expression Lambda error "Argument types do not match"
I resolved this! The problem was the IfThenElse expression neither does an implicit return like a Block does, nor does it allow an...
Read more >
Argument processing in Unix and Windows - Julio Merino
The program name in argv[0] , which we set as fake-name , does not match the name of the binary that ran the...
Read more >
Database Engine events and errors - SQL Server
Consult this MSSQL error code list to find explanations for error messages for SQL Server database engine events.
Read more >
Guidance on Coding and Billing Date of Service on ... - CMS
Providers need to determine the Medicare rules and regulations concerning the date of service and submit claims appropriately. Be sure your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found