Compiler log for org.eclipse.ui.workbench.texteditor.tests_3.9.0.v20130225-1821 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 323

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

/src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java : 65 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 20)
import org.eclipse.ui.internal.texteditor.rulers.DAG;
Discouraged access: The type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
2. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 38)
private DAG fDag= new DAG();
Discouraged access: The type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
3. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 38)
private DAG fDag= new DAG();
Discouraged access: The constructor DAG() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
4. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 38)
private DAG fDag= new DAG();
Discouraged access: The type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
5. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 41)
assertTrue(fDag.getChildren(new Object()).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
6. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 42)
assertTrue(fDag.getSources().isEmpty());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
7. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 43)
assertTrue(fDag.getSinks().isEmpty());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
8. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 47)
assertFalse(fDag.addEdge(A, A));
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
9. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 49)
fDag.addEdge(A, null);
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
10. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 54)
fDag.addEdge(null, A);
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
11. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 59)
fDag.addEdge(null, null);
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
12. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 64)
fDag.addVertex(null);
Discouraged access: The method addVertex(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
13. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 71)
assertTrue(fDag.addEdge(A, B));
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
14. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 72)
assertEquals(AS, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
15. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 73)
assertEquals(BS, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
16. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 74)
assertFalse(fDag.addEdge(B, A));
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
17. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 75)
assertEquals(AS, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
18. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 76)
assertEquals(BS, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
19. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 77)
assertEquals(BS, fDag.getChildren(A));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
20. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 78)
assertTrue(fDag.getChildren(B).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
21. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 79)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
22. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 80)
assertTrue(fDag.getChildren(D).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
23. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 82)
assertTrue(fDag.addEdge(B, C));
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
24. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 83)
assertEquals(AS, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
25. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 84)
assertEquals(CS, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
26. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 85)
assertEquals(BS, fDag.getChildren(A));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
27. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 86)
assertEquals(CS, fDag.getChildren(B));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
28. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 87)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
29. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 88)
assertTrue(fDag.getChildren(D).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
30. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 90)
fDag.addVertex(C);
Discouraged access: The method addVertex(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
31. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 91)
assertEquals(AS, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
32. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 92)
assertEquals(CS, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
33. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 93)
assertEquals(BS, fDag.getChildren(A));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
34. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 94)
assertEquals(CS, fDag.getChildren(B));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
35. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 95)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
36. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 96)
assertTrue(fDag.getChildren(D).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
37. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 98)
fDag.addVertex(D);
Discouraged access: The method addVertex(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
38. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 99)
assertEquals(AD, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
39. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 100)
assertEquals(CD, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
40. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 101)
assertEquals(BS, fDag.getChildren(A));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
41. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 102)
assertEquals(CS, fDag.getChildren(B));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
42. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 103)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
43. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 104)
assertTrue(fDag.getChildren(D).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
44. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 106)
fDag.removeVertex(A);
Discouraged access: The method removeVertex(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
45. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 107)
assertEquals(BD, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
46. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 108)
assertEquals(CD, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
47. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 109)
assertTrue(fDag.getChildren(A).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
48. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 110)
assertEquals(CS, fDag.getChildren(B));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
49. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 111)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
50. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 112)
assertTrue(fDag.getChildren(D).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
51. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 114)
assertTrue(fDag.addEdge(A, B));
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
52. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 115)
assertTrue(fDag.addEdge(D, B));
Discouraged access: The method addEdge(Object, Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
53. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 116)
assertEquals(AD, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
54. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 117)
assertEquals(CS, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
55. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 118)
assertEquals(BS, fDag.getChildren(A));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
56. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 119)
assertEquals(CS, fDag.getChildren(B));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
57. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 120)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
58. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 121)
assertEquals(BS, fDag.getChildren(D));
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
59. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 123)
fDag.removeVertex(B);
Discouraged access: The method removeVertex(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
60. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 124)
assertEquals(ACD, fDag.getSources());
Discouraged access: The method getSources() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
61. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 125)
assertEquals(ACD, fDag.getSinks());
Discouraged access: The method getSinks() from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
62. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 126)
assertTrue(fDag.getChildren(A).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
63. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 127)
assertTrue(fDag.getChildren(B).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
64. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 128)
assertTrue(fDag.getChildren(C).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
65. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/rulers/DAGTest.java
 (at line 129)
assertTrue(fDag.getChildren(D).isEmpty());
Discouraged access: The method getChildren(Object) from the type DAG is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes

/src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeUtil.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeUtil.java
 (at line 19)
import org.eclipse.jface.internal.text.revisions.Range;
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
2. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeUtil.java
 (at line 35)
list.add(Range.copy(range));
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
3. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeUtil.java
 (at line 35)
list.add(Range.copy(range));
Discouraged access: The method copy(ILineRange) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes

/src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 22)
import org.eclipse.jface.internal.text.revisions.ChangeRegion;
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
2. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 23)
import org.eclipse.jface.internal.text.revisions.Hunk;
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
3. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 67)
new ChangeRegion(fRevision, null);
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
4. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 67)
new ChangeRegion(fRevision, null);
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
5. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 73)
new ChangeRegion(null, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
6. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 73)
new ChangeRegion(null, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
7. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 79)
new ChangeRegion(null, null);
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
8. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 79)
new ChangeRegion(null, null);
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
9. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 84)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
10. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 84)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
11. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 84)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
12. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 85)
assertEquals(fRevision, r.getRevision());
Discouraged access: The method getRevision() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
13. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 86)
RangeUtil.assertEqualRange(new LineRange(12, 3), (ILineRange) r.getAdjustedRanges().get(0));
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
14. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 87)
RangeUtil.assertEqualRange(new LineRange(12, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
15. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 91)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
16. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 91)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
17. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 91)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
18. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 92)
List before= RangeUtil.deepClone(r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
19. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 93)
r.adjustTo(new Hunk(16, 3, 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
20. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 93)
r.adjustTo(new Hunk(16, 3, 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
21. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 93)
r.adjustTo(new Hunk(16, 3, 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
22. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 94)
RangeUtil.assertEqualRanges(before, r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
23. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 95)
RangeUtil.assertEqualRange((ILineRange) before.get(0), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
24. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 97)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
25. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 97)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
26. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 98)
before= RangeUtil.deepClone(r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
27. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 99)
r.adjustTo(new Hunk(16, -33, 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
28. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 99)
r.adjustTo(new Hunk(16, -33, 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
29. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 99)
r.adjustTo(new Hunk(16, -33, 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
30. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 100)
RangeUtil.assertEqualRanges(before, r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
31. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 101)
RangeUtil.assertEqualRange((ILineRange) before.get(0), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
32. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 105)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
33. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 105)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
34. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 105)
ChangeRegion r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
35. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 106)
List before= RangeUtil.deepClone(r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
36. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 107)
r.adjustTo(new Hunk(15, 3, 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
37. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 107)
r.adjustTo(new Hunk(15, 3, 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
38. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 107)
r.adjustTo(new Hunk(15, 3, 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
39. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 108)
RangeUtil.assertEqualRanges(before, r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
40. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 109)
RangeUtil.assertEqualRange((ILineRange) before.get(0), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
41. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 111)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
42. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 111)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
43. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 112)
before= RangeUtil.deepClone(r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
44. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 113)
r.adjustTo(new Hunk(15, -3, 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
45. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 113)
r.adjustTo(new Hunk(15, -3, 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
46. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 113)
r.adjustTo(new Hunk(15, -3, 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
47. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 114)
RangeUtil.assertEqualRanges(before, r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
48. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 115)
RangeUtil.assertEqualRange((ILineRange) before.get(0), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
49. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 119)
ChangeRegion r;
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
50. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 121)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
51. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 121)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
52. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 122)
r.adjustTo(new Hunk(5, 3, 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
53. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 122)
r.adjustTo(new Hunk(5, 3, 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
54. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 122)
r.adjustTo(new Hunk(5, 3, 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
55. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 123)
RangeUtil.assertEqualSingleRange(new LineRange(15, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
56. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 124)
RangeUtil.assertEqualRange(new LineRange(15, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
57. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 126)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
58. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 126)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
59. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 127)
r.adjustTo(new Hunk(5, 3, 0));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
60. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 127)
r.adjustTo(new Hunk(5, 3, 0));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
61. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 127)
r.adjustTo(new Hunk(5, 3, 0));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
62. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 128)
RangeUtil.assertEqualSingleRange(new LineRange(15, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
63. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 129)
RangeUtil.assertEqualRange(new LineRange(15, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
64. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 131)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
65. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 131)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
66. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 132)
r.adjustTo(new Hunk(5, -3, 0));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
67. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 132)
r.adjustTo(new Hunk(5, -3, 0));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
68. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 132)
r.adjustTo(new Hunk(5, -3, 0));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
69. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 133)
RangeUtil.assertEqualSingleRange(new LineRange(9, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
70. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 134)
RangeUtil.assertEqualRange(new LineRange(9, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
71. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 136)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
72. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 136)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
73. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 137)
r.adjustTo(new Hunk(5, 3, 3));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
74. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 137)
r.adjustTo(new Hunk(5, 3, 3));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
75. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 137)
r.adjustTo(new Hunk(5, 3, 3));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
76. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 138)
RangeUtil.assertEqualSingleRange(new LineRange(15, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
77. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 139)
RangeUtil.assertEqualRange(new LineRange(15, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
78. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 141)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
79. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 141)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
80. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 142)
r.adjustTo(new Hunk(5, -3, 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
81. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 142)
r.adjustTo(new Hunk(5, -3, 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
82. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 142)
r.adjustTo(new Hunk(5, -3, 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
83. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 143)
RangeUtil.assertEqualSingleRange(new LineRange(9, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
84. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 144)
RangeUtil.assertEqualRange(new LineRange(9, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
85. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 148)
ChangeRegion r;
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
86. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 150)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
87. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 150)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
88. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 151)
r.adjustTo(new Hunk(10, 0 , 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
89. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 151)
r.adjustTo(new Hunk(10, 0 , 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
90. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 151)
r.adjustTo(new Hunk(10, 0 , 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
91. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 152)
RangeUtil.assertEqualSingleRange(new LineRange(12, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
92. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 153)
RangeUtil.assertEqualRange(new LineRange(12, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
93. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 155)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
94. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 155)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
95. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 156)
r.adjustTo(new Hunk(10, 2 , 2));
Discouraged access: The method adjustTo(Hunk) from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
96. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 156)
r.adjustTo(new Hunk(10, 2 , 2));
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
97. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 156)
r.adjustTo(new Hunk(10, 2 , 2));
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
98. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 157)
RangeUtil.assertEqualSingleRange(new LineRange(14, 3), r.getAdjustedRanges());
Discouraged access: The method getAdjustedRanges() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
99. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 158)
RangeUtil.assertEqualRange(new LineRange(14, 3), r.getAdjustedCoverage());
Discouraged access: The method getAdjustedCoverage() from the type ChangeRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
100. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/ChangeRegionTest.java
 (at line 160)
r= new ChangeRegion(fRevision, new LineRange(12, 3));
Discouraged access: The constructor ChangeRegion(Revision, ILineRange) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes

/src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java : 46 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 31)
import org.eclipse.ui.internal.texteditor.HippieCompletionEngine;
Discouraged access: The type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
2. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 42)
private HippieCompletionEngine fEngine;
Discouraged access: The type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
3. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 139)
fEngine= new HippieCompletionEngine();
Discouraged access: The constructor HippieCompletionEngine() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
4. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 139)
fEngine= new HippieCompletionEngine();
Discouraged access: The type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
5. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 144)
List list= fEngine.getCompletionsBackwards(documents[0], "pri", documents[0].get().indexOf("println") + 10);
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
6. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 150)
list= fEngine.getCompletionsBackwards(documents[0], "pri", documents[0].getLength());
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
7. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 157)
list= fEngine.getCompletionsBackwards(documents[0], "pri", documents[0].get().indexOf("println") + 1);
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
8. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 162)
list= fEngine.getCompletionsBackwards(documents[0], "pa", 2);
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
9. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 173)
List list= fEngine.getCompletionsBackwards(documents[2], "plugi", documents[2].getLength());
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
10. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 176)
list= fEngine.makeUnique(list);
Discouraged access: The method makeUnique(List) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
11. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 180)
list= fEngine.getCompletionsBackwards(documents[2], "plugin", documents[2].getLength());
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
12. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 191)
List list= fEngine.getCompletionsBackwards(documents[1], "test", documents[1].getLength());
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
13. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 194)
list= fEngine.getCompletionsBackwards(documents[1], "tests", documents[1].getLength());
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
14. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 198)
list= fEngine.getCompletionsBackwards(documents[1], "test", documents[1].getLength() - 1);
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
15. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 210)
result= fEngine.makeUnique(result);
Discouraged access: The method makeUnique(List) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
16. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 218)
result= fEngine.makeUnique(result);
Discouraged access: The method makeUnique(List) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
17. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 247)
List result= fEngine.getCompletionsForward(documents[0], "cl", documents[0].get().indexOf("cl"), true);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
18. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 251)
result= fEngine.getCompletionsForward(documents[0], "cl", documents[0].get().indexOf("cl") + 1, true);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
19. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 255)
result= fEngine.getCompletionsForward(documents[1], "Thi", 0, true);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
20. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 259)
result= fEngine.getCompletionsForward(documents[1], "Thi", 1, true);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
21. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 270)
result= fEngine.getCompletionsForward(documents[4], "$", documents[4].get().indexOf('$'), true);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
22. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 276)
result= fEngine.getCompletionsForward(documents[4], "$", documents[4].get().indexOf('$'), false);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
23. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 282)
result= fEngine.getCompletionsForward(documents[4], "$", documents[4].get().indexOf('$') + 1, true);
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
24. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 294)
String prefix= fEngine.getPrefixString(documents[0], documents[0].get().indexOf("testing") + 3);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
25. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 298)
prefix= fEngine.getPrefixString(documents[0], documents[0].get().indexOf("public") + 4);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
26. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 302)
prefix= fEngine.getPrefixString(documents[0], documents[0].get().indexOf("println") + 7);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
27. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 306)
prefix= fEngine.getPrefixString(documents[0], documents[0].get().indexOf("println") + 8);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
28. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 310)
prefix= fEngine.getPrefixString(documents[1], 3);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
29. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 313)
prefix= fEngine.getPrefixString(documents[1], 0);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
30. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 316)
prefix= fEngine.getPrefixString(documents[1], documents[1].getLength());
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
31. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 319)
prefix= fEngine.getPrefixString(documents[3], documents[3].get().indexOf("Copyright") - 2);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
32. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 323)
prefix= fEngine.getPrefixString(documents[4], documents[4].get().indexOf("IDE") + 2);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
33. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 327)
prefix= fEngine.getPrefixString(documents[4], documents[4].get().indexOf("$arabic\u20ACDigits") + 8);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
34. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 331)
prefix= fEngine.getPrefixString(documents[4], documents[4].get().indexOf("$arabic\u20AAWord") + 8);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
35. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 335)
prefix= fEngine.getPrefixString(documents[4], documents[4].get().indexOf("\u00A3\u0661\u0662\u0663") + 3);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
36. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 339)
prefix= fEngine.getPrefixString(documents[4], documents[4].get().indexOf("a\u0300\u0301b") + 3);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
37. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 343)
prefix= fEngine.getPrefixString(documents[4], documents[4].get().indexOf("\u0667\u0668\u0669\u0660") + 2);
Discouraged access: The method getPrefixString(IDocument, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
38. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 422)
List list= fEngine.getCompletionsBackwards(intlDoc, "\u043B\u0443", intlDoc.get().indexOf("129"));
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
39. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 428)
list= fEngine.getCompletionsBackwards(intlDoc, "\u05DE", intlDoc.get().lastIndexOf('+'));
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
40. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 434)
list= fEngine.getCompletionsBackwards(intlDoc, "\u0667", intlDoc.get().indexOf("\u2021\u0667") + 1);
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
41. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 438)
list= fEngine.getCompletionsBackwards(intlDoc, "\u0628", intlDoc.get().lastIndexOf("\u0628"));
Discouraged access: The method getCompletionsBackwards(IDocument, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
42. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 532)
Iterator suggestions= fEngine.getMultipleDocumentsIterator(openDocument, new ArrayList(), "bar", 3);
Discouraged access: The method getMultipleDocumentsIterator(IDocument, List, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
43. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 546)
suggestions= fEngine.getMultipleDocumentsIterator(openDocument, otherDocuments, "bar", 3);
Discouraged access: The method getMultipleDocumentsIterator(IDocument, List, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
44. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 556)
suggestions= fEngine.getMultipleDocumentsIterator(openDocument, otherDocuments, "bar", 3);
Discouraged access: The method getMultipleDocumentsIterator(IDocument, List, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
45. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 576)
suggestions= fEngine.getMultipleDocumentsIterator(openDocument, new ArrayList(), "bar", openDocument.getLength());
Discouraged access: The method getMultipleDocumentsIterator(IDocument, List, CharSequence, int) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
46. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/HippieCompletionTest.java
 (at line 597)
results.addAll(fEngine.getCompletionsForward(doc, prefix, 0, false));
Discouraged access: The method getCompletionsForward(IDocument, CharSequence, int, boolean) from the type HippieCompletionEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes

/src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 17)
import org.eclipse.jface.internal.text.revisions.LineIndexOutOfBoundsException;
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
2. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 18)
import org.eclipse.jface.internal.text.revisions.Range;
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
3. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 28)
Range r= Range.createRelative(0, 1);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
4. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 28)
Range r= Range.createRelative(0, 1);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
5. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 28)
Range r= Range.createRelative(0, 1);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
6. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 29)
assertEquals(0, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
7. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 30)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
8. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 33)
r= Range.createAbsolute(5, 6);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
9. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 33)
r= Range.createAbsolute(5, 6);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
10. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 34)
assertEquals(5, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
11. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 35)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
12. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 38)
r= Range.copy(new LineRange(5, 1));
Discouraged access: The method copy(ILineRange) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
13. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 38)
r= Range.copy(new LineRange(5, 1));
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
14. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 39)
assertEquals(5, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
15. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 40)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
16. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 43)
r= Range.createRelative(5, 1);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
17. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 43)
r= Range.createRelative(5, 1);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
18. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 44)
assertEquals(5, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
19. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 45)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
20. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 48)
r.moveBy(10);
Discouraged access: The method moveBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
21. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 49)
assertEquals(15, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
22. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 50)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
23. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 53)
r.moveBy(-8);
Discouraged access: The method moveBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
24. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 54)
assertEquals(7, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
25. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 55)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
26. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 58)
r.moveTo(12);
Discouraged access: The method moveTo(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
27. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 59)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
28. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 60)
assertEquals(1, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
29. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 63)
r.resizeBy(4);
Discouraged access: The method resizeBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
30. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 64)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
31. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 65)
assertEquals(5, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
32. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 68)
r.resizeAndMoveBy(3);
Discouraged access: The method resizeAndMoveBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
33. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 69)
assertEquals(15, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
34. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 70)
assertEquals(2, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
35. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 73)
r.resizeAndMoveBy(-3);
Discouraged access: The method resizeAndMoveBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
36. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 74)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
37. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 75)
assertEquals(5, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
38. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 78)
r.setLength(3);
Discouraged access: The method setLength(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
39. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 79)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
40. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 80)
assertEquals(3, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
41. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 83)
r.resizeBy(13);
Discouraged access: The method resizeBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
42. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 84)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
43. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 85)
assertEquals(16, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
44. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 88)
r.resizeBy(-4);
Discouraged access: The method resizeBy(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
45. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 89)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
46. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 90)
assertEquals(12, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
47. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 93)
r.setEnd(18);
Discouraged access: The method setEnd(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
48. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 94)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
49. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 95)
assertEquals(6, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
50. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 98)
r.moveEndTo(13);
Discouraged access: The method moveEndTo(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
51. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 99)
assertEquals(7, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
52. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 100)
assertEquals(6, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
53. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 103)
r.setLengthAndMove(3);
Discouraged access: The method setLengthAndMove(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
54. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 104)
assertEquals(10, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
55. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 105)
assertEquals(3, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
56. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 108)
r.setStart(7);
Discouraged access: The method setStart(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
57. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 109)
assertEquals(7, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
58. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 110)
assertEquals(6, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
59. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 115)
Range r= Range.createRelative(12, 18);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
60. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 115)
Range r= Range.createRelative(12, 18);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
61. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 115)
Range r= Range.createRelative(12, 18);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
62. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 116)
Range second= r.split(8);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
63. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 116)
Range second= r.split(8);
Discouraged access: The method split(int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
64. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 117)
assertEquals(12, r.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
65. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 118)
assertEquals(8, r.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
66. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 121)
assertEquals(20, second.start());
Discouraged access: The method start() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
67. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 122)
assertEquals(10, second.length());
Discouraged access: The method length() from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
68. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 129)
Range.copy(null);
Discouraged access: The method copy(Range) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
69. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 129)
Range.copy(null);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
70. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 135)
Range.createRelative(0, 0);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
71. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 135)
Range.createRelative(0, 0);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
72. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 137)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
73. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 141)
Range.createRelative(0, -1);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
74. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 141)
Range.createRelative(0, -1);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
75. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 143)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
76. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 147)
Range.createRelative(-1, 0);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
77. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 147)
Range.createRelative(-1, 0);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
78. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 149)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
79. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 153)
Range.createRelative(-1, -1);
Discouraged access: The method createRelative(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
80. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 153)
Range.createRelative(-1, -1);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
81. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 155)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
82. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 159)
Range.createAbsolute(0, 0);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
83. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 159)
Range.createAbsolute(0, 0);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
84. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 161)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
85. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 165)
Range.createAbsolute(0, -1);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
86. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 165)
Range.createAbsolute(0, -1);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
87. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 167)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
88. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 171)
Range.createAbsolute(-1, 0);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
89. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 171)
Range.createAbsolute(-1, 0);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
90. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 173)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
91. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 177)
Range.createAbsolute(-1, 12);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
92. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 177)
Range.createAbsolute(-1, 12);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
93. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 179)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
94. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 183)
Range.createAbsolute(10, 10);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
95. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 183)
Range.createAbsolute(10, 10);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
96. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 185)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
97. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 189)
Range.createAbsolute(12, 10);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
98. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 189)
Range.createAbsolute(12, 10);
Discouraged access: The type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
99. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 191)
} catch (LineIndexOutOfBoundsException e) {
Discouraged access: The type LineIndexOutOfBoundsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
100. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/RangeTest.java
 (at line 195)
Range.createAbsolute(12, -3);
Discouraged access: The method createAbsolute(int, int) from the type Range is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes

/src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 17)
import org.eclipse.jface.internal.text.revisions.Hunk;
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
2. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 18)
import org.eclipse.jface.internal.text.revisions.HunkComputer;
Discouraged access: The type HunkComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
3. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 25)
* Tests {@link HunkComputer}.
Discouraged access: The type HunkComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
4. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 211)
Hunk[] hunks= HunkComputer.computeHunks(fDiffer, fDiffInformation.length / 2);
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
5. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 211)
Hunk[] hunks= HunkComputer.computeHunks(fDiffer, fDiffInformation.length / 2);
Discouraged access: The type HunkComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
6. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 211)
Hunk[] hunks= HunkComputer.computeHunks(fDiffer, fDiffInformation.length / 2);
Discouraged access: The method computeHunks(ILineDiffer, int) from the type HunkComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
7. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 216)
Hunk h= hunks[i];
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
8. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 217)
assertEquals(new Hunk(expected[3*i], expected[3*i+1], expected[3*i+2]), h);
Discouraged access: The constructor Hunk(int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
9. WARNING in /src/org/eclipse/ui/workbench/texteditor/tests/revisions/HunkComputerTest.java
 (at line 217)
assertEquals(new Hunk(expected[3*i], expected[3*i+1], expected[3*i+2]), h);
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes