History log of /openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java
Revision Date Author Comments
# 4034:8a3382a9320f 07-Mar-2017 mchung

8176333: jdeps error message should include a proper MR jar file name
Reviewed-by: lancea


# 4001:9b2de82e7e49 15-Feb-2017 mchung

8173374: Update GenGraphs tool to generate dot graph with requires transitive edges
Reviewed-by: dfuchs, redestad


# 3854:7428762055ef 03-Jan-2017 mchung

8172212: jdeps --require and --check should detect the specified module in the image
Reviewed-by: psandoz, lancea


# 3840:e52b5bafd8b8 19-Dec-2016 mchung

8171418: Remove jdeps internal --include-system-modules option
Reviewed-by: dfuchs, lancea


# 3827:44bdefe64114 16-Dec-2016 mcimadamore

8181370: Convert anonymous inner classes into lambdas/method references
Reviewed-by: jjg, rfield, mchung


# 3793:5a2b9f22ba5d 01-Dec-2016 alanb

Merge


# 3792:d516975e8110 01-Dec-2016 alanb

8169069: Module system implementation refresh (11/2016)
Reviewed-by: mcimadamore, jjg, mchung, anazarov
Contributed-by: jonathan.gibbons@oracle.com, jan.lahoda@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com, bhavesh.x.patel@oracle.com, andrey.x.nazarov@oracle.com


# 3771:15019d9e68b4 16-Nov-2016 reinhapa

8169659: (jdeps) missing messages for localization
Reviewed-by: mchung


# 3762:c18249ecb690 12-Nov-2016 mchung

8169606: jdeps --list-reduced-deps should not show java.base as all modules require it
Reviewed-by: dfuchs


# 3761:768f685bceb7 11-Nov-2016 mchung

8168386: Fix jdeps verbose options
Reviewed-by: dfuchs, lancea


# 3733:117bd6e52035 31-Oct-2016 mchung

8167057: jdeps option to list modules and internal APIs for @modules for test dev
Reviewed-by: dfuchs


# 3703:2fd02a123cf0 12-Oct-2016 mchung

8167630: jdeps --generate-module-info forgets to close the resource after checking any unnamed package
Reviewed-by: lancea, ksrini


# 3683:d7c3ad383ed5 05-Oct-2016 mchung

8167014: jdeps: Missing message: warn.skipped.entry
Reviewed-by: alanb, lancea


# 3682:0eda7aaaf3d2 05-Oct-2016 mchung

8166846: jdeps fails to generate module info if there is any class in unnamed package
Reviewed-by: lancea


# 3672:36f470bd6765 29-Sep-2016 mchung

8166238: Update jdeps for GNU-style long form options
Reviewed-by: alanb


# 3665:9b0df83fb78c 26-Sep-2016 sdrach

8153654: Update jdeps to be multi-release jar aware
Reviewed-by: mchung


# 3628:047d4d42b466 30-Aug-2016 mchung

8160851: Remove old launcher module-related options
Reviewed-by: jjg, alanb


# 3573:c4a18ee691c4 10-Aug-2016 jjg

8136930: Simplify use of module-system options by custom launchers
8160489: Multiple -Xpatch lines ignored by javac
8156998: javac should support new option -XinheritRuntimeEnvironment
Reviewed-by: jlahoda, ksrini


# 3488:93cda5b92117 17-Jun-2016 mchung

8159524: jdeps -jdkinternals throws NPE when no replacement is known
Reviewed-by: dfuchs


# 3421:5d652ee92e99 20-May-2016 mchung

8153042: jdeps should continue to report JDK internal APIs that are removed/renamed in JDK
Reviewed-by: dfuchs


# 3419:d71cfeef72eb 20-May-2016 mchung

8157391: jdeps left JarFile open
Reviewed-by: alanb


# 3414:292a9489d20a 19-May-2016 mchung

8156575: Add jdeps -addmods, -system, -inverse options
Reviewed-by: dfuchs


# 3413:878e51dad07c 19-May-2016 mchung

8156680: jdeps implementation refresh
Reviewed-by: dfuchs


# 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


# 3170:dc017a37aac5 14-Dec-2015 vasya

8145342: Some copyright notices are inconsistently and ill formatted
Summary: Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad


# 2942:08092deced3f 27-May-2015 mchung

8074432: Move jdeps and javap to jdk.jdeps module
Reviewed-by: jjg, alanb, erikj