src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java

changeset 1358
fc123bdeddb8
parent 1348
573ceb23beeb
child 2525
2eb010b6cb22
equal deleted inserted replaced
1357:c75be5bc5283 1358:fc123bdeddb8
1 /* 1 /*
2 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
50 */ 50 */
51 public final class RawDiagnosticFormatter extends AbstractDiagnosticFormatter { 51 public final class RawDiagnosticFormatter extends AbstractDiagnosticFormatter {
52 52
53 /** 53 /**
54 * Create a formatter based on the supplied options. 54 * Create a formatter based on the supplied options.
55 * @param msgs 55 * @param options
56 */ 56 */
57 public RawDiagnosticFormatter(Options options) { 57 public RawDiagnosticFormatter(Options options) {
58 super(null, new SimpleConfiguration(options, 58 super(null, new SimpleConfiguration(options,
59 EnumSet.of(DiagnosticPart.SUMMARY, 59 EnumSet.of(DiagnosticPart.SUMMARY,
60 DiagnosticPart.DETAILS, 60 DiagnosticPart.DETAILS,

mercurial