test/tools/javac/diags/CheckExamples.java

changeset 708
c8b4a1e76089
parent 610
3640b60bd0f6
child 795
7b99f98b3035
equal deleted inserted replaced
707:33603a5fa84d 708:c8b4a1e76089
38 * it is run. 38 * it is run.
39 * -- together, the examples should cover the set of resource keys in the 39 * -- together, the examples should cover the set of resource keys in the
40 * compiler.properties bundle. A list of exceptions may be given in the 40 * compiler.properties bundle. A list of exceptions may be given in the
41 * not-yet.txt file. Entries on the not-yet.txt list should not be 41 * not-yet.txt file. Entries on the not-yet.txt list should not be
42 * covered by examples. 42 * covered by examples.
43 * When new keys are added to the resource buncle, it is strongly recommended 43 * When new keys are added to the resource bundle, it is strongly recommended
44 * that corresponding new examples be added here, if at all practical, instead 44 * that corresponding new examples be added here, if at all practical, instead
45 * of simply and lazily being added to the not-yet.txt list. 45 * of simply and lazily being added to the not-yet.txt list.
46 */ 46 */
47 public class CheckExamples { 47 public class CheckExamples {
48 /** 48 /**

mercurial