hg: jdk9/dev/langtools: 8033414: javac Plugin to receive notification (before and) after the compilation.

jan.lahoda at oracle.com jan.lahoda at oracle.com
Mon Jun 9 08:24:08 UTC 2014


Changeset: 8d6a76a38178
Author:    jlahoda
Date:      2014-06-09 10:17 +0200
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/8d6a76a38178

8033414: javac Plugin to receive notification (before and) after the compilation.
Summary: Introducing TaskEvent.Kind.COMPILATION, sending this event before and after compilation.
Reviewed-by: jjg, jfranck
Contributed-by: joel.franck at oracle.com, jan.lahoda at oracle.com

! src/share/classes/com/sun/source/util/TaskEvent.java
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! test/tools/javac/T6358024.java
! test/tools/javac/T6395974.java
! test/tools/javac/T6403466.out
+ test/tools/javac/api/taskListeners/CompileEvent.java
! test/tools/javac/api/taskListeners/TestSimpleAddRemove.java



More information about the jdk9-dev-changes mailing list