History log of /openjdk9/langtools/test/tools/javac/diags/Example.java
Revision Date Author Comments
# 4094:98108b7d4cb6 10-Apr-2017 jlahoda

8178011: Automatic module warnings
Summary: Adding lints for automatic modules in requires and requires transitive directives.
Reviewed-by: jjg


# 3976:8be741555fa6 13-Feb-2017 jlahoda

8173777: Merge javac -Xmodule into javac--patch-module
Summary: Merging -Xmodule: functionality into --patch-module.
Reviewed-by: jjg, mchung, rfield


# 3898:63141c3a65a6 19-Jan-2017 jjg

8165102: incorrect message from javac
Reviewed-by: vromero


# 3889:fa270be31a31 18-Jan-2017 chegar

8171380: Remove all exports from jdk.jlink
Reviewed-by: alanb, mchung, sundar


# 3875:f94e974fe589 11-Jan-2017 jlahoda

8169197: Improve error reporting for compiling against unexported package
Summary: When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg


# 3741:1fc501869aa8 02-Nov-2016 jlahoda

8169074: Build is failing after JDK-8166538
Summary: Reverting d3dde3f775b8
Reviewed-by: darcy


# 3740:d3dde3f775b8 02-Nov-2016 jlahoda

8166538: Improve error reporting for compiling against unexported package
Summary: When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg


# 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


# 3408:e0bc2c27ecf3 18-May-2016 sadayapalam

8154997: Add examples for jigsaw diagnostics
Reviewed-by: jjg, jlahoda


# 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


# 2734:b96d74fa60aa 21-Nov-2014 jjg

8061876: replace java.io.File with java.nio.file.Path (again)
Reviewed-by: ksrini, jlahoda


# 2702:b9daa6475f12 05-Nov-2014 jjg

8062676: Tests which leak lots of file managers should be fixed (group 2)
Reviewed-by: darcy


# 1772:3d9750039fff 20-May-2013 vromero

7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
Reviewed-by: mcimadamore


# 1408:33abf479f202 14-Nov-2012 jjg

7021614: extend com.sun.source API to support parsing javadoc comments
Reviewed-by: ksrini, strarup


# 1096:497571d34112 22-Sep-2011 jjg

7075721: javac should have public enum for exit codes
Reviewed-by: mcimadamore


# 1072:f85d980faaf8 31-Aug-2011 jjg

7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
Reviewed-by: mcimadamore


# 893:23b64ad3eec8 25-Feb-2011 jjg

7022310: test/tools/javac/diags/Example: args added twice
Reviewed-by: mcimadamore


# 892:8f0dcb9499db 25-Feb-2011 jjg

7021650: fix Context issues
Reviewed-by: mcimadamore


# 841:3da26790ccb7 26-Jan-2011 jjg

7013272: Automatically generate info about how compiler resource keys are used
Reviewed-by: mcimadamore


# 688:77cc34d5e548 18-Sep-2010 mcimadamore

5088624: cannot find symbol message should be more intelligent
Summary: Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics
Reviewed-by: jjg


# 635:a31c511db424 16-Aug-2010 jjg

6976833: options included twice in Example SimpleCompiler
Reviewed-by: darcy


# 615:e79e8efe1b3e 29-Jul-2010 mcimadamore

6972747: CheckExamples fail when assertions are enabled
Summary: The test calls the wrong version of JavacMessage constructor
Reviewed-by: jjg


# 609:3640b60bd0f6 22-Jul-2010 jjg

6968063: provide examples of code that generate diagnostics
Reviewed-by: mcimadamore