Community
Participate
Working Groups
1. Create a new Workspace 2. Create a new java-project 3. Create a Class 4. Create a main-method 5. Add this line to the main Method: System.out.write("((?\"{\\\"\\\":\"+()+\",\":\"ss\").());try {"); 6. Place the curser between the two s and hit the key "{". Expected behaviour: The line must be System.out.write("((?\"{\\\"\\\":\"+()+\",\":\"s{s\").());try {"); Problem The line is: System.out.write("((?\"{\\\"\\\":\"+()+\",\":\"ss\").());try { {"); Even with copy-and-paste the { moves behind the ";try". Workaround: Copy the line into an external editor. Place the { between the two s. Copy it in the external editor again and paste it into eclipse.
*** This bug has been marked as a duplicate of bug 520081 ***