Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20081010-2000 (Timestamp: 200810102000):Compile errors in build

Build N20081010-2000 (Timestamp: 200810102000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.compare.tests_3.4.100.N20081010-2000

Compiler log for org.eclipse.compare.tests_3.4.100.N20081010-2000 : comparetests.jar.bin.xml

TOTAL : ERRORS: 43, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/compare/tests/DiffTest.java : 43 errors :

1. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 16)
import org.eclipse.compare.internal.TextLineLCS;
The import org.eclipse.compare.internal.TextLineLCS cannot be resolved
2. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 51)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved to a type
3. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 51)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved
4. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 52)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved to a type
5. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 52)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved
6. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 53)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
7. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 53)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
8. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 55)
TextLineLCS.TextLine[][] result = lcs.getResult();
TextLineLCS cannot be resolved to a type
9. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 72)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved to a type
10. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 72)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved
11. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 73)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved to a type
12. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 73)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved
13. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 74)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
14. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 74)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
15. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 76)
TextLineLCS.TextLine[][] result = lcs.getResult();
TextLineLCS cannot be resolved to a type
16. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 92)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved to a type
17. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 92)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved
18. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 93)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved to a type
19. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 93)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved
20. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 94)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
21. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 94)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
22. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 96)
TextLineLCS.TextLine[][] result = lcs.getResult();
TextLineLCS cannot be resolved to a type
23. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 111)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved to a type
24. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 111)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved
25. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 112)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved to a type
26. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 112)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved
27. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 113)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
28. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 113)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
29. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 115)
TextLineLCS.TextLine[][] result = lcs.getResult();
TextLineLCS cannot be resolved to a type
30. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 130)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved to a type
31. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 130)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved
32. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 131)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved to a type
33. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 131)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved
34. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 132)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
35. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 132)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
36. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 134)
TextLineLCS.TextLine[][] result = lcs.getResult();
TextLineLCS cannot be resolved to a type
37. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 149)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved to a type
38. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 149)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
TextLineLCS cannot be resolved
39. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 150)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved to a type
40. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 150)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
TextLineLCS cannot be resolved
41. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 151)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
42. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 151)
TextLineLCS lcs = new TextLineLCS(l1, l2);
TextLineLCS cannot be resolved to a type
43. ERROR in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 153)
TextLineLCS.TextLine[][] result = lcs.getResult();
TextLineLCS cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top