blob: 43d2925a8c0e9aab19bb9a765a48c7dd3c4b6ce5 [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
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
: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)
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20Refactoring%20Options%20in%20NetBeans%20IDE[+Send Feedback on This Tutorial+]
|===
== Related links
* link:editor-inspect-transform.html[+Refactoring with Inspect and Transform in the NetBeans IDE Java Editor+]
* link:editor-codereference.html[+Code Assistance in the NetBeans IDE Java Editor: A Reference Guide+]
* link:http://wiki.netbeans.org/Refactoring[+Refactoring Simplified+]