SlideShare a Scribd company logo
Code Smells And Automated Refactoring Janeve George [email_address] Amit Goyal [email_address] Presented By:
Few Instructions It's not a presentation !!!
Parking lot
Feedback stickies
Flow Of The Session The Problem
Code Refactoring
Automated Refactoring
Code Smells
Quiz
Refactoring Workshop
Flow Of The Session The Problem Code Refactoring
Automated Refactoring
Code Smells
Quiz
Refactoring Workshop
The Problem
Flow Of The Session The Problem
Code Refactoring Automated Refactoring
Code Smells
Quiz
Refactoring Workshop
Code Refactoring Series of small steps
Change in the internal structure
No change in the external behavior
java.util.Calendar c =  java.util.Calendar.getInstance(); c.set(2010, java.util.Calendar.APRIL, 25); Date today = c.getTime();
Date today = april(25, 2010);
double getPayAmount() { double result; if (_isDead) { // Get the dead amount result = getAmount1(); } else { if (_isSeparated)) { // Get the separated amount result = getAmount2(); } else { if (_isRetired) { // Get the retired amount result = getAmount3(); } else { // Get the normal amount result = getAmount4(); } } } return result; }
double getPayAmount() { if (_isDead) return deadAmount(); if (_isSeparated) return  separatedAmount(); if (_isRetired) return retiredAmount(); return normalPayment(); }
Flow Of The Session The Problem
Code Refactoring
Automated Refactoring Code Smells
Quiz
Refactoring Workshop
Automated Refactoring
Flow Of The Session The Problem
Code Refactoring
Automated Refactoring
Code Smells Quiz
Refactoring Workshop
Code Smells Duplicated Code
Long Method
Large Class

More Related Content

DOCX
Java Questions and Answers
PPTX
Refactoring and code smells
PDF
Refactoring
PPT
Move Accumulation To Collecting Parameter
PPTX
Builder pattern
DOC
Cs2312 OOPS LAB MANUAL
PPTX
Interpreter Design Pattern in Javascript
PPT
Java basic tutorial by sanjeevini india
Java Questions and Answers
Refactoring and code smells
Refactoring
Move Accumulation To Collecting Parameter
Builder pattern
Cs2312 OOPS LAB MANUAL
Interpreter Design Pattern in Javascript
Java basic tutorial by sanjeevini india

What's hot (20)

PPTX
20.4 Java interfaces and abstraction
PPTX
Java Tutorial: Part 1. Getting Started
PPT
Java ppt
PDF
02. functions & introduction to class
PDF
Functional Effects - Part 1
PPTX
DSA 103 Object Oriented Programming :: Week 4
PPTX
Java method
PPTX
Python Programming Essentials - M37 - Brief Overview of Misc Concepts
PDF
Thinking in Functions: Functional Programming in Python
PPTX
Java Programs
PPTX
Reading and writting v2
PDF
An Introduction to Functional Programming - DeveloperUG - 20140311
DOCX
Lab manual object oriented technology (it 303 rgpv) (usefulsearch.org) (usef...
ODP
Refactoring Techniques
PPTX
Mcq ppt Php- array
PDF
c++ lab manual
PDF
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
PPTX
Pruning your code
PPTX
Java method present by showrov ahamed
PPTX
TDD Training
20.4 Java interfaces and abstraction
Java Tutorial: Part 1. Getting Started
Java ppt
02. functions & introduction to class
Functional Effects - Part 1
DSA 103 Object Oriented Programming :: Week 4
Java method
Python Programming Essentials - M37 - Brief Overview of Misc Concepts
Thinking in Functions: Functional Programming in Python
Java Programs
Reading and writting v2
An Introduction to Functional Programming - DeveloperUG - 20140311
Lab manual object oriented technology (it 303 rgpv) (usefulsearch.org) (usef...
Refactoring Techniques
Mcq ppt Php- array
c++ lab manual
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
Pruning your code
Java method present by showrov ahamed
TDD Training
Ad

Viewers also liked (7)

PDF
Multi step automated refactoring for code smell
PPTX
Working Effectively With Legacy Code
PDF
Working Effectively with Legacy Code: Lessons in Practice
PDF
Unleashing the Power of Automated Refactoring with JDT
PPTX
Legacy: как победить в гонке (Joker)
PDF
Towards Improving Interface Modularity in Legacy Java Software Through Automa...
PPT
Working Effectively With Legacy Code
Multi step automated refactoring for code smell
Working Effectively With Legacy Code
Working Effectively with Legacy Code: Lessons in Practice
Unleashing the Power of Automated Refactoring with JDT
Legacy: как победить в гонке (Joker)
Towards Improving Interface Modularity in Legacy Java Software Through Automa...
Working Effectively With Legacy Code
Ad

Similar to Automated Refactoring (20)

PDF
Bad Smell In Codes 1
PPT
Bad Smell in Codes - Part 1
PPT
Refactoring - improving the smell of your code
PPTX
Code smells and remedies
PPTX
Baroda code smell and refactoring
PDF
Code Smells and Its type (With Example)
PDF
Bad Code Smells
PPTX
Software Craftsmanship - 2
PPT
Refactoring Tips by Martin Fowler
PDF
Introduction to refactoring
PDF
Refactoring: Improve the design of existing code
PPTX
Introduction to Refactoring
PPTX
refactoring code by clean code rules
PPTX
Refactoring
PPTX
Refactoring
PDF
Refactoring e Code Smells: Seu código está apodrecendo!
PPTX
Code smells
PPTX
Tech talks#6: Code Refactoring
PPTX
Code Smells and Refactoring - Satyajit Dey & Ashif Iqbal
PDF
Codesmells for AspectJ
Bad Smell In Codes 1
Bad Smell in Codes - Part 1
Refactoring - improving the smell of your code
Code smells and remedies
Baroda code smell and refactoring
Code Smells and Its type (With Example)
Bad Code Smells
Software Craftsmanship - 2
Refactoring Tips by Martin Fowler
Introduction to refactoring
Refactoring: Improve the design of existing code
Introduction to Refactoring
refactoring code by clean code rules
Refactoring
Refactoring
Refactoring e Code Smells: Seu código está apodrecendo!
Code smells
Tech talks#6: Code Refactoring
Code Smells and Refactoring - Satyajit Dey & Ashif Iqbal
Codesmells for AspectJ

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
MYSQL Presentation for SQL database connectivity
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
KodekX | Application Modernization Development
PPT
Teaching material agriculture food technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Review of recent advances in non-invasive hemoglobin estimation
MYSQL Presentation for SQL database connectivity
“AI and Expert System Decision Support & Business Intelligence Systems”
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
MIND Revenue Release Quarter 2 2025 Press Release
sap open course for s4hana steps from ECC to s4
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Building Integrated photovoltaic BIPV_UPV.pdf
Spectroscopy.pptx food analysis technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
KodekX | Application Modernization Development
Teaching material agriculture food technology

Automated Refactoring