Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Refactoring to Java Streams and Lambdas
1. Welcome To The Age Of Monolithic Legacy
1.1 Welcome (1:12)
1.1.1 Slides
1.1.2 Exercises
1.2 Refactoring (3:48)
1.3 Setting Up Your IDE (6:14)
1.4 Building the OFBiz Project (6:32)
1.5 Analyzing Code for Refactoring in IDEA (12:01)
2. Cleaning Up Some Pre-Java 5 Dinosaur Code
2.1 Refactoring to Java 5 (2:04)
2.2 Getting Rid of Unnecessary Boxing:Unboxing (9:37)
2.3 Changing StringBuffer to StringBuilder (1:30)
2.4 String.contains() instead of indexOf() (4:19)
2.5 Replace 'for' Loop With Java 5 for-in (9:47)
2.6 Replace 'while' Loop With Java 5 for-in (10:22)
3. Moving to Java 7, Our Code is Entering the Age of Mammals
3.1 More Java 5 Refactorings (8:18)
3.2 Java 7 Refactorings, Diamond Operator (5:18)
3.3 Java 7 Collapsing try-catch Blocks (2:38)
3.4 Java 7 Refactoring to try-with-resource (13:11)