1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../../nbbuild/javadoctools/apichanges.dtd">
<apichanges>
<apidefs>
<apidef name="refactoring">Refactoring API</apidef>
</apidefs>
<changes>
<change id="ScopeProblem">
<api name="refactoring"/>
<summary>Let ScopeProvider report a Problem.</summary>
<version major="1" minor="44"/>
<date day="27" month="6" year="2015"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
When a ScopeProvider should be displayed, it returns true from the
initialize method, but it will not work or work as expected the
ScopeProvider can return a Problem. Added the method
getProblem() to ScopeProvider and getScopeProvider() to ScopePanel.
</p>
</description>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ScopeProvider"/>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ScopePanel"/>
<issue number="252995"/>
</change>
<change id="ScopeDependencies">
<api name="refactoring"/>
<summary>Add property to include dependencies in Scope.</summary>
<version major="1" minor="43"/>
<date day="27" month="6" year="2015"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Added the property dependencies in class Scope to include dependencies of the specified scope, like libraries, used by WhereUsedQuery.
</p>
</description>
<class package="org.netbeans.modules.refactoring.api" name="Scope"/>
<issue number="252993"/>
</change>
<change id="FilterSetSelected">
<api name="refactoring"/>
<summary>Introduce a way to update a filter's selected state after creation.</summary>
<version major="1" minor="36"/>
<date day="10" month="6" year="2013"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Added the method setSelected, to introduce a way to update a filter's selected state after creation.
</p>
</description>
<class package="org.netbeans.modules.refactoring.spi.ui" name="FiltersDescription"/>
<issue number="230538"/>
</change>
<change id="TransactionProgress">
<api name="refactoring"/>
<summary>RefactoringCommit implements the interface ProgressProvider.</summary>
<version major="1" minor="33"/>
<date day="27" month="11" year="2012"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
RefactoringCommit now implements the interface ProgressProvider
to notify the progress of the commit.
</p>
</description>
<class package="org.netbeans.modules.refactoring.spi" name="RefactoringCommit"/>
<issue number="221295"/>
</change>
<change id="ServerSideQueries">
<api name="refactoring"/>
<summary>Added support for Scope Providers and ExpandableTreeElements.</summary>
<version major="1" minor="30"/>
<date day="31" month="8" year="2012"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Added an ExpandableTreeElement and a declarative way to add new scopes.
</p>
</description>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ExpandableTreeElement"/>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ScopeProvider"/>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ScopeReference"/>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ScopeReferences"/>
<class package="org.netbeans.modules.refactoring.spi.ui" name="ScopePanel"/>
<issue number="217347"/>
</change>
<change id="RefactoringResultsFilters">
<api name="refactoring"/>
<summary>Added an API to support filters of the Find Usages results.</summary>
<version major="1" minor="29"/>
<date day="8" month="8" year="2012"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
This API allows refactoring plugins to add/enable filters to the
results window and refactoring elements to specify if they should
be included in the results.
</p>
</description>
<class package="org.netbeans.modules.refactoring.api" name="RefactoringElement"/>
<class package="org.netbeans.modules.refactoring.spi" name="FiltersManager"/>
<class package="org.netbeans.modules.refactoring.spi.ui" name="FiltersDescription"/>
<issue number="215361"/>
</change>
<change id="FinishSession">
<api name="refactoring"/>
<summary>Changed access level of #finish() to public.</summary>
<version major="1" minor="28"/>
<date day="4" month="7" year="2012"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Changed access level of #finish() to public.
</p>
</description>
<class package="org.netbeans.modules.refactoring.api" name="RefactoringSession"/>
<issue number="214926"/>
</change>
<change id="ContextRemove">
<api name="refactoring"/>
<summary>Added method to remove value from Context.</summary>
<version major="1" minor="24"/>
<date day="11" month="4" year="2012"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Added the method remove to the refactoring Context.
</p>
</description>
<class package="org.netbeans.modules.refactoring.api" name="Context"/>
<issue number="210673"/>
</change>
<change id="RefactoringCommit">
<api name="refactoring"/>
<summary>Added RefactoringCommit and ModificationResult SPI classes.</summary>
<version major="1" minor="23"/>
<date day="20" month="3" year="2011"/>
<author login="jbecicka"/>
<compatibility addition="yes"/>
<description>
<p>
Added RefactoringCommit and ModificationResult SPI classes.
</p>
</description>
<class package="org.netbeans.modules.refactoring.spi" name="ModificationResult"/>
<class package="org.netbeans.modules.refactoring.spi" name="RefactoringCommit"/>
<issue number="209110"/>
</change>
<change id="CopyRefactoring">
<api name="refactoring"/>
<summary>Added CopyRefactoring to support Copy of multiple files.</summary>
<version major="1" minor="21"/>
<date day="21" month="12" year="2011"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Added support to copy multiple files at once.
</p>
</description>
<class package="org.netbeans.modules.refactoring.api" name="CopyRefactoring"/>
<issue number="206623"/>
</change>
<change id="Scope">
<api name="refactoring"/>
<summary>Scope added to allow to specify a limited scope for WhereUsedQuery</summary>
<version major="1" minor="18"/>
<date day="30" month="6" year="2011"/>
<author login="ralphbenjamin"/>
<compatibility addition="yes"/>
<description>
<p>
Scope is used to limit the WhereUsedQuery to a specific scope.<br />
An instance is added to the context of WhereUsedQuery to limit the
scope. A custom scope can be any combination of source roots, folders
and files.
</p>
</description>
<class package="org.netbeans.modules.refactoring.api" name="Scope"/>
<issue number="199779"/>
</change>
<change id="ExplorerContext">
<api name="refactoring"/>
<summary>ExplorerContext added to allow handling of Explorer's Move, Copy, Delete and Rename actions</summary>
<version major="1" minor="2"/>
<date day="4" month="9" year="2007"/>
<author login="jbecicka"/>
<compatibility addition="yes"/>
<description>
<p>
ExplorerContext is refactoring specific context, which is passed via Lookup
to ContextAwareActions in following cases: <br/>
1. Instant rename in Explorer <br/>
2. Nodes are transfered using DnD. <br/>
3. Nodes are moved using Cut/Paste. <br/>
4. Nodes are copied using Copy/Paste. <br/>
5. Nodes are deleted from Explorer. <br/>
</p>
</description>
<class package="org.netbeans.modules.refactoring.api.ui" name="ExplorerContext"/>
<issue number="116857"/>
</change>
</changes>
<htmlcontents>
<head>
<title>Change History for the Refactoing API</title>
<link rel="stylesheet" href="prose.css" type="text/css"/>
</head>
<body>
<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>
<h1>Introduction</h1>
<p>This document lists changes made to the Refactoing API.</p>
<!-- The actual lists of changes, as summaries and details: -->
<hr/>
<standard-changelists module-code-name="$codebase"/>
<hr/><p>@FOOTER@</p>
</body>
</htmlcontents>
</apichanges>
|