This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Commit 4b0006a
Use simple CompilePolicy in Nullsafe flavour
Summary:
See: https://www.javadoc.io/doc/io.earcam.wrapped/jdk.compiler/latest/com/sun/tools/javac/main/JavaCompiler.CompilePolicy.html
With simple compilation policy javac does same tasks on all files instead of doing all tasks on a one file or group of files. By doing that we make sure that all files will finish analyze task before starting generate one.
Reviewed By: artempyanykh
fbshipit-source-id: 3b3fa2f848a244bbf806e42806aaceadb16644f61 parent 382f4c9 commit 4b0006a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments