August 2015
Beginner
284 pages
6h 32m
English

The refactoring tools in NetBeans IDE are so good that they’ve replaced a huge amount of what I used to do with the editor. Using them is not an occasional thing for me.
—James Gosling,founder of Java
CHAPTER 6
![]()
Analysis and Refactoring
NetBeans IDE has out-of-the-box tools for refactoring Java code. The term “refactoring” refers to the process of renaming and rearranging code without changing what the code does.
Over the years of its existence, code can become messy and, while it may work as expected, it may not be well structured. This is ...
Read now
Unlock full access