RFR: JDK-8255464: Cannot access ModuleTree in a CompilationUnitTree
Jonathan Gibbons
jjg at openjdk.java.net
Wed Jan 20 06:19:59 UTC 2021
Please review a small change to add an overdue missing method to access the `ModuleTree` when a `CompilationUnitTree` represents a modular compilation unit.
CSR is in progress.
-------------
Commit messages:
- JDK-8255464: Cannot access ModuleTree in a CompilationUnitTree
Changes: https://git.openjdk.java.net/jdk/pull/2155/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2155&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8255464
Stats: 179 lines in 5 files changed: 171 ins; 0 del; 8 mod
Patch: https://git.openjdk.java.net/jdk/pull/2155.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2155/head:pull/2155
PR: https://git.openjdk.java.net/jdk/pull/2155
More information about the compiler-dev
mailing list