uber / motif

A simple DI API for Android / Java
Apache License 2.0
533 stars 43 forks source link

Issues with inner classes in generated code #225

Open idanakav opened 3 years ago

idanakav commented 3 years ago

We observed two different issues with inner classes in generated code (see f390eb3c4971046322dd1a07f50eed97c42c571f 6a2e7821ae6ffd41e8bae692a00bb498f9c3541b).

While this is an edge case which is not reproducible in every environment it would still be nice to know:

  1. What other call sites may experience similar issues?
  2. Is there a broader solution for the issue?