You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest I don't see what doesn't work for you. What's the difference between applying plugin once or multiple times? Could you explain what behavior do you expect?
Could you give an example of failing generated code? I tried your class structure and it worked fine. Generating a second time gave different code, but the differences were inconsequential. Here's my test. Granted, I ran against Robolectric and it could fail on the actual device.
Thanks for your plugin, it save us tons of work! But I found that, if I put an instance into an instance of the same type, like below:
public class A {
private int mInt;
@nullable private A mA;
}
and I have to apply this plugin twice to make it correct. Sometime someone forgot to apply it twice and make it crash or compile fail.
The text was updated successfully, but these errors were encountered: