History log of /openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocTool.java
Revision Date Author Comments
# 3900:7486e172ca65 20-Jan-2017 jlahoda

8171098: NPE when --add-modules java.corba is used
Summary: Block annotations queue until enter is done, to avoid flushing annotations during module resolution.
Reviewed-by: jjg


# 3770:d813bfb238a9 16-Nov-2016 jjg

8163190: Clarify JavaFileManager use of \"module location\"
Reviewed-by: jlahoda


# 3576:b9593e0ea1e0 11-Aug-2016 jlahoda

8133884: javac moduleName/className and moduleName/packageName options
8162711: javax.lang.model.util.Elements.getModuleElement returns null during annotation processing on class files
Summary: Adding a test for annotation processing for <module-name>/<class-name>; ensuring the <module-name> module is in the module graph.
Reviewed-by: jjg


# 3552:467ad69d5948 20-Jul-2016 ksrini

8154705: invalid use of ALL-MODULE-PATH causes crash
Summary: Introducing Modules.initModules as a clear point where the module graphs is initialized in javac
Reviewed-by: jjg, ksrini


# 3447:2fa4e0cc6e60 27-May-2016 vromero

8152785: Remove javac -XDnoModules
Reviewed-by: jjg


# 3445:6feb92d958ee 27-May-2016 jjg

8157606: deprecate com.sun.javadoc API
Reviewed-by: ksrini


# 3386:f92cc177314f 09-May-2016 jjg

8075703: jdk.javadoc module exports com.sun.tools.javadoc package which contains a lot of internal API.
Reviewed-by: ksrini