History log of /openjdk10/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/PackagesHelper.java
Revision Date Author Comments
# 1818:713ce238f9be 16-Nov-2016 jjg

8163190: Clarify JavaFileManager use of \"module location\"
Reviewed-by: jlahoda


# 1790:785843878cf7 07-Oct-2016 sundar

8167018: Nashorn and jjs should support --module-path and --add-modules options
Reviewed-by: jlaskey, hannesw


# 1717:64f922ff84bb 07-Jun-2016 sundar

8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too
Reviewed-by: hannesw, mhaupt


# 1567:2beaef2b6a88 11-Dec-2015 sundar

8145186: jjs package completion should have a fallback when javac is not available
Reviewed-by: hannesw, mhaupt


# 1474:f93753325c7b 19-Oct-2015 sundar

8139852: jjs interactive mode fails to work with security manager
Reviewed-by: attila, hannesw


# 1388:105d0051d37b 24-Aug-2015 sundar

8134279: jjs should support multiple line input to complete incomplete code
Reviewed-by: attila, hannesw


# 1385:a5a67511b22b 22-Aug-2015 sundar

8134255: Implement tab-completion for java package prefixes and package names
Reviewed-by: attila, mhaupt