### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.model Index: workspace/Formatter/test522/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test522/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test522/A_out.java 21 Oct 2004 18:28:22 -0000 1.1 +++ workspace/Formatter/test522/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -6,7 +6,6 @@ class Example { static int[] fArray = { 1, 2, 3, 4, 5 }; - Listener fListener = new Listener() { }; Index: workspace/Formatter/test580/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test580/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test580/A_out.java 2 Jun 2005 19:56:38 -0000 1.1 +++ workspace/Formatter/test580/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -3,7 +3,6 @@ static class Point { static class Float { float x; - float y; } } Index: workspace/Formatter/test579/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test579/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test579/A_out.java 2 Jun 2005 19:56:38 -0000 1.1 +++ workspace/Formatter/test579/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -3,7 +3,6 @@ static class Point { static class Float { float x; - float y; } } Index: workspace/Formatter/test607/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test607/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test607/A_out.java 3 Oct 2005 19:12:45 -0000 1.1 +++ workspace/Formatter/test607/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -20,19 +20,13 @@ * */ public class SmtpServerParser { private static final int DIGITS = 0; - private static final int LINE_MODE_CHAR = 1; - private static final int SKIP_TO_EOL_AND_FINISH = 2; - private static final int SKIP_TO_EOL = 3; int state = DIGITS; - int code; - int pos; - boolean wellFormed = true; public SmtpServerParser() { Index: workspace/Formatter/test506/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test506/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test506/A_out.java 25 Jul 2004 01:53:10 -0000 1.1 +++ workspace/Formatter/test506/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -1,6 +1,5 @@ class Seq { E head; - Seq tail; Seq() { @@ -48,7 +47,6 @@ class Pair { A fst; - B snd; Pair(A a, B b) { Index: workspace/Formatter/test577/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test577/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test577/A_out.java 2 Jun 2005 14:10:12 -0000 1.1 +++ workspace/Formatter/test577/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -1,5 +1,4 @@ public Object obj = new Object(); - public Object obj2 = new Object(); void foo() { Index: workspace/Formatter/test578/A_out.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/workspace/Formatter/test578/A_out.java,v retrieving revision 1.1 diff -u -r1.1 A_out.java --- workspace/Formatter/test578/A_out.java 2 Jun 2005 18:43:52 -0000 1.1 +++ workspace/Formatter/test578/A_out.java 24 Oct 2006 03:20:30 -0000 @@ -1,3 +1,2 @@ Object obj = new Object(); - Object obj2 = new Object(); \ No newline at end of file