Community
Participate
Working Groups
Related to bug 233228. build I20080522-1800 1) create X.java public class X { //handle the \\u\\u case manually into comment } 2) format public class X { // handle the \\u\\u case manually into comment } the extra space after \\u\\u is not removed if there is only one \\u public class X { //handle the \\u case manually into comment } the extra space is removed public class X { // handle the \\u case manually into comment }
This problem no longer occurs after the formatter redesign. *** This bug has been marked as a duplicate of bug 303519 ***