RFR: 8303755: Clean up around JavacElements.getAllMembers [v3]
Jan Lahoda
jlahoda at openjdk.org
Thu Mar 9 10:50:45 UTC 2023
On Thu, 9 Mar 2023 10:43:45 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Where in the test tree would you normally put such a unit test?
>
> My guess would be to create a directory test/langtools/tools/javac/util/iterators, or some such.
I'd use `test/langtools/tools/javac/util`, as I don't think we'll have so many tests for iterators. (Although even the `iterators` subdirectory would not be bad/problematic, subdirectories should be cheap, AFAIK.)
-------------
PR: https://git.openjdk.org/jdk/pull/12904
More information about the compiler-dev
mailing list