import java.util.*; public class ExtractMethodRecommenderComment { void testLongCommentBefore() { // We are creating a new Date object here and set it's to 12 hours // We are creating a new Date object here and set it's to 12 hours // We are creating a new Date object here and set it's to 12 hours Date d = new Date(); d.setHours(12); System.out.println(d); System.out.println(d); System.out.println(d); System.out.println(d); System.out.println(d); System.out.println(d); System.out.println(d); } }