Commit 81ad499 Andrew Lu
committed
1 parent 98586bb commit 81ad499 Copy full SHA for 81ad499
File tree 6 files changed +6
-6
lines changed
test/langtools/tools/javac/Paths
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
* Converted from Class-Path.sh, originally written by Martin Buchholz.
37
37
*
38
38
* For the last version of the original, Class-Path.sh, see
39
- * https://github.com/ openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path.sh
39
+ * https://git. openjdk.org /jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path.sh
40
40
*
41
41
* This class primarily tests that the Class-Path attribute in jar files
42
42
* is handled the same way by javac and java. It also has various tests
Original file line number Diff line number Diff line change 34
34
* Converted from Class-Path2.sh, originally written by Martin Buchholz.
35
35
*
36
36
* For the last version of the original, Class-Path2.sh, see
37
- * https://github.com/ openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path2.sh
37
+ * https://git. openjdk.org /jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Class-Path2.sh
38
38
*
39
39
* This class provides additional tests for the Class-Path attribute in jar
40
40
* files, when the entries are not in the same directory.
Original file line number Diff line number Diff line change 35
35
* Converted from Diagnostics.sh, originally written by Martin Buchholz.
36
36
*
37
37
* For the last version of the original, Diagnostics.sh, see
38
- * https://github.com/ openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Diagnostics.sh
38
+ * https://git. openjdk.org /jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Diagnostics.sh
39
39
*
40
40
* This class primarily tests that javac generates warnings or errors
41
41
* as appropriate for various input conditions.
Original file line number Diff line number Diff line change 32
32
* Converted from Help.sh, originally written by Martin Buchholz
33
33
*
34
34
* For the last version of the original, Help.sh, see
35
- * https://github.com/ openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Help.sh
35
+ * https://git. openjdk.org /jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/Help.sh
36
36
*
37
37
* This class provides rudimentary tests of the javac command-line help.
38
38
*/
Original file line number Diff line number Diff line change 35
35
* Converted from MineField.sh, originally written by Martin Buchholz.
36
36
*
37
37
* For the last version of the original, MineField.sh, see
38
- * https://github.com/ openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/MineField.sh
38
+ * https://git. openjdk.org /jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/MineField.sh
39
39
*
40
40
* This class primarily tests that javac and the java launcher provide
41
41
* equivalent handling of all path-related options, like {@code -classpath}.
Original file line number Diff line number Diff line change 34
34
* Converted from wcMineField.sh, originally written by Martin Buchholz.
35
35
*
36
36
* For the last version of the original, wcMineField.sh, see
37
- * https://github.com/ openjdk/jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/wcMineField.sh
37
+ * https://git. openjdk.org /jdk/blob/jdk-19%2B36/test/langtools/tools/javac/Paths/wcMineField.sh
38
38
*
39
39
* This class primarily tests support for "classpath wildcards", which is a feature
40
40
* by which elements of a classpath option ending in {@code *} are expanded into
You can’t perform that action at this time.
0 commit comments