blob: 152e7aebe2e33b0b532a970f1f468c93cb2e46b9 [file] [log] [blame]
//
// 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.
//
= Video of the Refactoring Options in NetBeans IDE
:page-layout: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:page-syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Video of the Refactoring Options in NetBeans IDE - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Video of the Refactoring Options in NetBeans IDE
|===
|This screencast demonstrates how you can refactor code in the NetBeans IDE Java Editor using the following refactoring operations available in the NetBeans IDE:
* Introduce Variable
* Introduce Constant
* Introduce Field
* Introduce Parameter
* Introduce Method
* Introduce Local Extension
This demonstration is based on the Refactoring project available in the link:https://netbeans.org/projects/samples/downloads/download/Samples/Java/refactoring.zip[+NetBeans Sample Code Library+].
Author: Alyona Stashkova
Time: 7:56
link:http://bits.netbeans.org/media/introduce-refactoring.swf[+Watch full size/Download+] (.swf) (Ctrl-Click to download, 5,6 MB)
xref:front::community/mailing-lists.adoc[Send Us Your Feedback]
|===
== Related links
* xref:./editor-inspect-transform.adoc[+Refactoring with Inspect and Transform in the NetBeans IDE Java Editor+]
* xref:./editor-codereference.adoc[+Code Assistance in the NetBeans IDE Java Editor: A Reference Guide+]
* xref:wiki::wiki/Refactoring.adoc[+Refactoring Simplified+]