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
Its logic to test that GeneratesCodeProcessor had run before RequiresGeneratedCodeProcessor was incorrect. Specifically:
1. Filer.getResource() does not throw for nonexisting files if the location is the output location.
2. The resource to test should have a ".java" extension.
3. The filer fails if you even try to read a resource that exists.
Instead, we just keep track of whether the GeneratesCodeProcessor has run on elements and check that explicitly.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=92832468
0 commit comments