langtools/src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java
changeset 14259 fb94a1df0d53
parent 14058 c7ec7facdd20
equal deleted inserted replaced
14258:8d2148961366 14259:fb94a1df0d53
     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,