History log of /openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/JavadocTool.java
Revision Date Author Comments
# 4053:0aaffc5096c0 13-Mar-2017 ksrini

8176539: javadoc ignores module-info files on the command line
Reviewed-by: jjg


# 4052:95d65add96a9 13-Mar-2017 ksrini

8175219: javadoc should exit when it encounters compilation errors.
Reviewed-by: jjg, bpatel


# 4033:917615c2abd9 07-Mar-2017 ksrini

8175860: javadoc crashes with incorrect module sourcepath
Reviewed-by: jjg


# 3904: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


# 3691:9ce68b2cff36 10-Oct-2016 ksrini

8151102: Cleanup javadoc exception handling
Reviewed-by: jjg


# 3595:81692f730015 18-Aug-2016 ksrini

8159305: Enhance the javadoc tool to support module related options
Reviewed-by: bpatel, jjg


# 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


# 3505:aa715dc7ead5 28-Jun-2016 ksrini

8160301: javadoc RootDoclmpl and DocEnv needs to be renamed
Reviewed-by: bpatel, jjg


# 3447:2fa4e0cc6e60 27-May-2016 vromero

8152785: Remove javac -XDnoModules
Reviewed-by: jjg


# 3294:9adfb22ff08f 17-Mar-2016 alanb

8142968: Module System implementation
Summary: Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Reviewed-by: jjg, jlahoda, vromero, mcimadamore, bpatel, ksrini, darcy, anazarov, dfuchs
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, jan.lahoda@oracle.com, vicente.romero@oracle.com, andreas.lundblad@oracle.com, andrey.x.nazarov@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, kumar.x.srinivasan@oracle.com, sundararajan.athijegannathan@oracle.com


# 3233:b5d08bc0d224 28-Nov-2015 ksrini

8035473: [javadoc] Revamp the existing Doclet APIs
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue
Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero