History log of /openjdk10/langtools/test/tools/jdeps/Basic.java
Revision Date Author Comments
# 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


# 2942:08092deced3f 27-May-2015 mchung

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


# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 2808:3f816163cf59 27-Jan-2015 mchung

8068937: jdeps shows "not found" if target class has no reference other than its own package
Reviewed-by: alanb


# 2721:f7ce2cfa4cdb 03-Dec-2014 chegar

8049367: Modular Run-Time Images
Reviewed-by: jlahoda, ksrini
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com


# 2527:2b31e9278cd6 08-Jul-2014 mchung

8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API
8031092: jdeps does not recognize --help option.
8048063: (jdeps) Add filtering capability
Reviewed-by: alanb, dfuchs


# 2171:aa91bc6e8480 30-Oct-2013 mchung

8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*
Reviewed-by: alanb, dfuchs


# 2138:defadd528513 17-Oct-2013 mchung

8015912: jdeps support to output in dot file format
8026255: Switch jdeps to follow traditional Java option style
Reviewed-by: alanb


# 1637:fd3fdaff0257 14-Mar-2013 mchung

8005428: Update jdeps to read the same profile information as by javac
Reviewed-by: alanb


# 1576:88286a36bb34 14-Feb-2013 mchung

8006225: tools/jdeps/Basic.java failes with AssertionError
Reviewed-by: alanb


# 1471:0c244701188e 28-Dec-2012 mchung

8003562: Provide a CLI tool to analyze class dependencies
Reviewed-by: jjg, alanb, ulfzibis, erikj