Results 1 to 2 of 2
- 12-14-2007, 06:13 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 97
- Rep Power
- 0
Removing empty lines from code using Eclipse
I have a lot of Java classes with empty line feeds (block of line feeds). How can I remove those using Eclipse? Any easy way?
Java Code:System.out.println(); System.out.println("+===============================================+"); System.out.println("| *** *** |"); System.out.println("| *** ARRAY DECLARATION *** |"); System.out.println("| *** *** |"); System.out.println("+===============================================+"); System.out.println(); // Example 1 // --------- // First declare a reference and then construct it. int[] ExampleArray1; ExampleArray1 = new int[24];
- 12-14-2007, 09:21 PM #2
Senior Member
- Join Date
- Nov 2007
- Location
- Newport, WA
- Posts
- 141
- Rep Power
- 0
Similar Threads
-
Empty ResultSet
By Java Tip in forum Java TipReplies: 0Last Post: 02-09-2008, 08:36 PM -
Joining lines in Eclipse
By Java Tip in forum Java TipReplies: 0Last Post: 12-04-2007, 11:17 AM -
how to debug java code in eclipse
By rajesh058 in forum Advanced JavaReplies: 3Last Post: 07-25-2007, 11:19 PM -
Unify these 3 lines of code
By ulykidjoe in forum Advanced JavaReplies: 4Last Post: 07-13-2007, 01:15 PM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks