langtools/test/tools/javac/plugin/showtype/Test.java
changeset 17551 03f330c02d97
parent 14954 f8eea2960bcb
child 27319 030080f03e4f
equal deleted inserted replaced
17550:567df1379253 17551:03f330c02d97
     1 /*
     1 /*
     2  * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2013, 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.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  *  @test
    25  *  @test
    26  *  @bug 8001098 8004961
    26  *  @bug 8001098 8004961 8004082
    27  *  @summary Provide a simple light-weight "plug-in" mechanism for javac
    27  *  @summary Provide a simple light-weight "plug-in" mechanism for javac
    28  */
    28  */
    29 
    29 
    30 import java.io.File;
    30 import java.io.File;
    31 import java.io.FileWriter;
    31 import java.io.FileWriter;