sandbox/java.hints/spi.java.hints/apichanges.xml
branchdonation_review
changeset 1043 57843026e60b
parent 1027 205b7632914c
parent 1040 f7b6892fd754
child 1044 7feb751ba76b
     1.1 --- a/sandbox/java.hints/spi.java.hints/apichanges.xml	Mon Dec 19 11:37:36 2016 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,139 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8"?>
     1.5 -<!--
     1.6 -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.7 -
     1.8 -Copyright 2012 Oracle and/or its affiliates. All rights reserved.
     1.9 -
    1.10 -Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.11 -Other names may be trademarks of their respective owners.
    1.12 -
    1.13 -The contents of this file are subject to the terms of either the GNU
    1.14 -General Public License Version 2 only ("GPL") or the Common
    1.15 -Development and Distribution License("CDDL") (collectively, the
    1.16 -"License"). You may not use this file except in compliance with the
    1.17 -License. You can obtain a copy of the License at
    1.18 -http://www.netbeans.org/cddl-gplv2.html
    1.19 -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.20 -specific language governing permissions and limitations under the
    1.21 -License.  When distributing the software, include this License Header
    1.22 -Notice in each file and include the License file at
    1.23 -nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    1.24 -particular file as subject to the "Classpath" exception as provided
    1.25 -by Oracle in the GPL Version 2 section of the License file that
    1.26 -accompanied this code. If applicable, add the following below the
    1.27 -License Header, with the fields enclosed by brackets [] replaced by
    1.28 -your own identifying information:
    1.29 -"Portions Copyrighted [year] [name of copyright owner]"
    1.30 -
    1.31 -If you wish your version of this file to be governed by only the CDDL
    1.32 -or only the GPL Version 2, indicate your decision by adding
    1.33 -"[Contributor] elects to include this software in this distribution
    1.34 -under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.35 -single choice of license, a recipient has the option to distribute
    1.36 -your version of this file under either the CDDL, the GPL Version 2 or
    1.37 -to extend the choice of license to its licensees as provided above.
    1.38 -However, if you add GPL Version 2 code and therefore, elected the GPL
    1.39 -Version 2 license, then the option applies only if the new code is
    1.40 -made subject to such option by the copyright holder.
    1.41 -
    1.42 -Contributor(s):
    1.43 -
    1.44 -Portions Copyrighted 2012 Sun Microsystems, Inc.
    1.45 --->
    1.46 -<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../nbbuild/javadoctools/apichanges.dtd">
    1.47 -<apichanges>
    1.48 -    <apidefs>
    1.49 -        <apidef name="JavaHintsSPI">Java Hints SPI</apidef>
    1.50 -    </apidefs>
    1.51 -    <changes>
    1.52 -        <change id="ProjectHintsJava">
    1.53 -            <api name="JavaHintsSPI"/>
    1.54 -            <summary>Defining system filesystem folder for per-project Java hints customizers</summary>
    1.55 -            <version major="1" minor="16"/>
    1.56 -            <date day="24" month="4" year="2013"/>
    1.57 -            <author login="jlahoda"/>
    1.58 -            <compatibility addition="yes"/>
    1.59 -            <description>
    1.60 -                <p>
    1.61 -                    Defining <code>Project/hints/java-based</code> folder, where provider for
    1.62 -                    hints customizers for Java-based projects should be stored.
    1.63 -                </p>    
    1.64 -            </description>
    1.65 -<!--            <issue number="227959"/>-->
    1.66 -        </change>
    1.67 -        <change id="IntegerOption">
    1.68 -            <api name="JavaHintsSPI"/>
    1.69 -            <summary>Added support for integer options. Hints can be declared to appear only in inspect &amp; transform</summary>
    1.70 -            <version major="1" minor="14"/>
    1.71 -            <date day="3" month="4" year="2013"/>
    1.72 -            <author login="sdedic"/>
    1.73 -            <compatibility addition="yes"/>
    1.74 -            <description>
    1.75 -                <p>
    1.76 -                    Added declarative support for integer options. <code>@IntegerOption</code> can
    1.77 -                    be used with option name field, similar to <code>@BooleanOption</code>.
    1.78 -                </p>    
    1.79 -                <p>
    1.80 -                    An option was added to <code>Hint.Options</code>, so that hint can declare
    1.81 -                    to be only shown in Inspect &amp; transform dialog. Useful for computation-intensive
    1.82 -                    hints, which should only run on demand.
    1.83 -                </p>    
    1.84 -            </description>
    1.85 -            <class package="org.netbeans.spi.java.hints" name="IntegerOption"/>
    1.86 -            <class package="org.netbeans.spi.java.hints" name="Hint"/>
    1.87 -            <issue number="227822"/>
    1.88 -            <issue number="227959"/>
    1.89 -        </change>
    1.90 -        <change id="ErrorDescriptionFactory.forSpan">
    1.91 -            <api name="JavaHintsSPI"/>
    1.92 -            <summary>Introducing ErrorDescriptionFactory.forSpan.</summary>
    1.93 -            <version major="1" minor="9"/>
    1.94 -            <date day="19" month="12" year="2012"/>
    1.95 -            <author login="jlahoda"/>
    1.96 -            <compatibility addition="yes"/>
    1.97 -            <description>
    1.98 -                <p>
    1.99 -                    Added ErrorDescriptionFactory.forSpan to create the correct
   1.100 -                    Java-enhanced ErrorDescription from a span.
   1.101 -                </p>    
   1.102 -            </description>
   1.103 -            <class package="org.netbeans.spi.java.hints" name="ErrorDescriptionFactory"/>
   1.104 -            <issue number="223723"/>
   1.105 -        </change>
   1.106 -        <change id="TransformationSupport">
   1.107 -            <api name="JavaHintsSPI"/>
   1.108 -            <summary>Added support for using jackpot patterns from other modules (e.g. refactoring).</summary>
   1.109 -            <version major="1" minor="1"/>
   1.110 -            <date day="29" month="3" year="2012"/>
   1.111 -            <author login="jbecicka"/>
   1.112 -            <compatibility addition="yes"/>
   1.113 -            <description>
   1.114 -                <p>
   1.115 -                    Added support for using jackpot patterns from other modules (e.g. refactoring).
   1.116 -                </p>    
   1.117 -            </description>
   1.118 -            <class package="org.netbeans.spi.java.hints.support" name="TransformationSupport"/>
   1.119 -            <issue number="210262"/>
   1.120 -        </change>
   1.121 -    </changes>
   1.122 -    <htmlcontents>
   1.123 -        <head>
   1.124 -            <title>Change History for the Java Hints SPI</title>
   1.125 -            <link rel="stylesheet" href="prose.css" type="text/css"/>
   1.126 -        </head>
   1.127 -        <body>
   1.128 -            <p class="overviewlink">
   1.129 -                <a href="overview-summary.html">Overview</a>
   1.130 -            </p>
   1.131 -            <h1>Introduction</h1>
   1.132 -            <p>This document lists changes made to the Java Hints SPI.</p>
   1.133 -            
   1.134 -            <!-- The actual lists of changes, as summaries and details: -->
   1.135 -            <hr/>
   1.136 -            <standard-changelists module-code-name="$codebase"/>
   1.137 -            
   1.138 -            <hr/>
   1.139 -            <p>@FOOTER@</p>
   1.140 -        </body>
   1.141 -    </htmlcontents>
   1.142 -</apichanges>