test/tools/javac/api/T6306137.java

changeset 1546
2480aec9a3f1
parent 554
9d9f26857129
child 1553
b386b8c45387
equal deleted inserted replaced
1545:10619513f51a 1546:2480aec9a3f1
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6306137 26 * @bug 6306137
27 * @summary JSR 199: encoding option doesn't affect standard file manager 27 * @summary JSR 199: encoding option doesn't affect standard file manager
28 * @author Peter von der Ahé 28 * @author Peter von der Ahé
29 * @ignore
30 * Need to make the contentCache in JavacFileManager be aware of changes to the encoding.
31 * Need to propogate -source (and -encoding?) down to the JavacFileManager
32 */ 29 */
33 30
34 import java.io.File; 31 import java.io.File;
35 import java.util.Arrays; 32 import java.util.Arrays;
36 import javax.tools.*; 33 import javax.tools.*;

mercurial