Compiler log for org.eclipse.compare.tests_3.5.400.v20130417-1349 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 578

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/compare/tests/PatchTest.java : 69 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 39)
import org.eclipse.compare.internal.core.patch.FilePatch2;
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
2. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 40)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
3. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 41)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
4. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 42)
import org.eclipse.compare.internal.patch.WorkspacePatcher;
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 129)
LineReader lr = new LineReader(PatchUtils.getReader("exp_hunkFilter.txt"));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
6. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 129)
LineReader lr = new LineReader(PatchUtils.getReader("exp_hunkFilter.txt"));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
7. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 129)
LineReader lr = new LineReader(PatchUtils.getReader("exp_hunkFilter.txt"));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
8. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 130)
List inLines = lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
9. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 131)
String expected = LineReader.createString(false, inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
10. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 131)
String expected = LineReader.createString(false, inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
11. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 141)
LineReader reader = new LineReader(new BufferedReader(new InputStreamReader(new ByteArrayInputStream(header.getBytes()))));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
12. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 141)
LineReader reader = new LineReader(new BufferedReader(new InputStreamReader(new ByteArrayInputStream(header.getBytes()))));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
13. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 141)
LineReader reader = new LineReader(new BufferedReader(new InputStreamReader(new ByteArrayInputStream(header.getBytes()))));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
14. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 142)
List lines = reader.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
15. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 146)
assertEquals(LineReader.createString(false, expected), LineReader.createString(false, lines));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
16. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 146)
assertEquals(LineReader.createString(false, expected), LineReader.createString(false, lines));
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
17. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 146)
assertEquals(LineReader.createString(false, expected), LineReader.createString(false, lines));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
18. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 146)
assertEquals(LineReader.createString(false, expected), LineReader.createString(false, lines));
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
19. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 432)
LineReader lr= new LineReader(PatchUtils.getReader(expt));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
20. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 432)
LineReader lr= new LineReader(PatchUtils.getReader(expt));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
21. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 432)
LineReader lr= new LineReader(PatchUtils.getReader(expt));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
22. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 433)
List inLines= lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
23. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 434)
String expected = LineReader.createString(false, inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
24. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 434)
String expected = LineReader.createString(false, inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
25. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 449)
LineReader lr= new LineReader(PatchUtils.getReader(old));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
26. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 449)
LineReader lr= new LineReader(PatchUtils.getReader(old));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
27. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 449)
LineReader lr= new LineReader(PatchUtils.getReader(old));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
28. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 450)
List inLines= lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
29. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 452)
WorkspacePatcher patcher= new WorkspacePatcher();
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
30. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 452)
WorkspacePatcher patcher= new WorkspacePatcher();
Discouraged access: The constructor WorkspacePatcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
31. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 452)
WorkspacePatcher patcher= new WorkspacePatcher();
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
32. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 454)
patcher.parse(PatchUtils.getReader(patch));
Discouraged access: The method parse(BufferedReader) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
33. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 459)
FilePatch2[] diffs= patcher.getDiffs();
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
34. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 459)
FilePatch2[] diffs= patcher.getDiffs();
Discouraged access: The method getDiffs() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
35. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 462)
FileDiffResult diffResult = patcher.getDiffResult(diffs[0]);
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
36. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 462)
FileDiffResult diffResult = patcher.getDiffResult(diffs[0]);
Discouraged access: The method getDiffResult(FilePatch2) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
37. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 463)
diffResult.patch(inLines, null);
Discouraged access: The method patch(List, IProgressMonitor) from the type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
38. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 465)
LineReader expectedContents= new LineReader(PatchUtils.getReader(expt));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
39. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 465)
LineReader expectedContents= new LineReader(PatchUtils.getReader(expt));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
40. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 465)
LineReader expectedContents= new LineReader(PatchUtils.getReader(expt));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
41. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 466)
List expectedLines= expectedContents.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
42. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 504)
WorkspacePatcher patcher = new WorkspacePatcher();
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
43. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 504)
WorkspacePatcher patcher = new WorkspacePatcher();
Discouraged access: The constructor WorkspacePatcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
44. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 504)
WorkspacePatcher patcher = new WorkspacePatcher();
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
45. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 506)
patcher.getConfiguration().setFuzz(patchConfiguration.getFuzz());
Discouraged access: The method getConfiguration() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
46. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 507)
patcher.getConfiguration().setIgnoreWhitespace(patchConfiguration.isIgnoreWhitespace());
Discouraged access: The method getConfiguration() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
47. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 508)
patcher.getConfiguration().setPrefixSegmentStripCount(patchConfiguration.getPrefixSegmentStripCount());
Discouraged access: The method getConfiguration() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
48. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 509)
patcher.parse(PatchUtils.getReader(patch));
Discouraged access: The method parse(BufferedReader) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
49. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 510)
patcher.setReversed(patchConfiguration.isReversed());
Discouraged access: The method setReversed(boolean) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
50. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 516)
FilePatch2[] diffs= patcher.getDiffs();
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
51. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 516)
FilePatch2[] diffs= patcher.getDiffs();
Discouraged access: The method getDiffs() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
52. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 521)
LineReader lr= new LineReader(PatchUtils.getReader(originalFiles[i]));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
53. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 521)
LineReader lr= new LineReader(PatchUtils.getReader(originalFiles[i]));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
54. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 521)
LineReader lr= new LineReader(PatchUtils.getReader(originalFiles[i]));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
55. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 522)
List inLines= lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
56. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 524)
FileDiffResult diffResult = patcher.getDiffResult(diffs[i]);
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
57. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 524)
FileDiffResult diffResult = patcher.getDiffResult(diffs[i]);
Discouraged access: The method getDiffResult(FilePatch2) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
58. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 525)
diffResult.patch(inLines, null);
Discouraged access: The method patch(List, IProgressMonitor) from the type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
59. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 527)
LineReader expectedContents= new LineReader(PatchUtils.getReader(expectedOutcomeFiles[i]));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
60. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 527)
LineReader expectedContents= new LineReader(PatchUtils.getReader(expectedOutcomeFiles[i]));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
61. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 527)
LineReader expectedContents= new LineReader(PatchUtils.getReader(expectedOutcomeFiles[i]));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
62. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 528)
List expectedLines= expectedContents.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
63. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 532)
String resultString = LineReader.createString(patcher.isPreserveLineDelimeters(), inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
64. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 532)
String resultString = LineReader.createString(patcher.isPreserveLineDelimeters(), inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
65. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 532)
String resultString = LineReader.createString(patcher.isPreserveLineDelimeters(), inLines);
Discouraged access: The method isPreserveLineDelimeters() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
66. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 533)
LineReader resultReader = new LineReader(new BufferedReader(new StringReader(resultString)));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
67. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 533)
LineReader resultReader = new LineReader(new BufferedReader(new StringReader(resultString)));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
68. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 533)
LineReader resultReader = new LineReader(new BufferedReader(new StringReader(resultString)));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
69. WARNING in /src/org/eclipse/compare/tests/PatchTest.java
 (at line 534)
Object[] result = resultReader.readLines().toArray();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes

/src/org/eclipse/compare/tests/CompareUIPluginTest.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 21)
import org.eclipse.compare.internal.CompareUIPlugin;
Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 22)
import org.eclipse.compare.internal.ViewerDescriptor;
Discouraged access: The type ViewerDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 82)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The type ViewerDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 82)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 82)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The method getDefault() from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 82)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The method findContentViewerDescriptor(Viewer, Object, CompareConfiguration) from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 91)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The type ViewerDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 91)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
9. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 91)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The method getDefault() from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 91)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The method findContentViewerDescriptor(Viewer, Object, CompareConfiguration) from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 104)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The type ViewerDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 104)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 104)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The method getDefault() from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/CompareUIPluginTest.java
 (at line 104)
ViewerDescriptor[] result = CompareUIPlugin.getDefault().findContentViewerDescriptor(null, in, cc);
Discouraged access: The method findContentViewerDescriptor(Viewer, Object, CompareConfiguration) from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/FileDiffResultTest.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 20)
import org.eclipse.compare.internal.Utilities;
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 21)
import org.eclipse.compare.internal.core.patch.FilePatch2;
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
3. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 22)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
4. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 23)
import org.eclipse.compare.internal.core.patch.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.team/bundles/org.eclipse.compare.core/target/classes
5. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 24)
import org.eclipse.compare.internal.patch.Patcher;
Discouraged access: The type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 194)
FileDiffResult fileDiffResult = new FileDiffResult(myFileDiff,
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
7. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 194)
FileDiffResult fileDiffResult = new FileDiffResult(myFileDiff, patchConfiguration);
Discouraged access: The constructor FileDiffResult(FilePatch2, PatchConfiguration) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
8. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 194)
FileDiffResult fileDiffResult = new FileDiffResult(myFileDiff,
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
9. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 197)
fileDiffResult.calculateFuzz(new ArrayList(), nullProgressMonitor);
Discouraged access: The method calculateFuzz(List, IProgressMonitor) from the type FileDiffResult is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
10. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 205)
Patcher patcher = new Patcher();
Discouraged access: The type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 205)
Patcher patcher = new Patcher();
Discouraged access: The constructor Patcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 205)
Patcher patcher = new Patcher();
Discouraged access: The type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 208)
patcher.setEnabled(myFileDiff, false);
Discouraged access: The method setEnabled(Object, boolean) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 219)
private class MyFileDiff extends FilePatch2 {
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
15. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 221)
super(null, 0, null, 0);
Discouraged access: The constructor FilePatch2(IPath, long, IPath, long) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
16. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 222)
add(Hunk.createHunk(this, new int[] { 0, 0 }, new int[] { 0, 0 }, new ArrayList(), false, false, false));
Discouraged access: The method add(Hunk) from the type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
17. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 222)
add(Hunk.createHunk(this, new int[] { 0, 0 }, new int[] { 0, 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.team/bundles/org.eclipse.compare.core/target/classes
18. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 222)
add(Hunk.createHunk(this, new int[] { 0, 0 }, new int[] { 0, 0 }, new ArrayList(), false, false, false));
Discouraged access: The method createHunk(FilePatch2, int[], int[], List, boolean, boolean, boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
19. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 273)
return Utilities.readString(in, ResourcesPlugin.getEncoding());
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
20. WARNING in /src/org/eclipse/compare/tests/FileDiffResultTest.java
 (at line 273)
return Utilities.readString(in, ResourcesPlugin.getEncoding());
Discouraged access: The method readString(InputStream, String) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/AsyncExecTests.java : 84 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 19)
import org.eclipse.compare.internal.WorkQueue;
Discouraged access: The type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 20)
import org.eclipse.compare.internal.Worker;
Discouraged access: The type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 35)
WorkQueue q = new WorkQueue();
Discouraged access: The type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 35)
WorkQueue q = new WorkQueue();
Discouraged access: The constructor WorkQueue() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 35)
WorkQueue q = new WorkQueue();
Discouraged access: The type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 36)
assertTrue(q.isEmpty());
Discouraged access: The method isEmpty() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 50)
q.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 51)
assertTrue(q.size() == 1);
Discouraged access: The method size() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
9. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 52)
assertTrue(q.contains(r));
Discouraged access: The method contains(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 53)
assertTrue(q.remove() == r);
Discouraged access: The method remove() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 54)
assertTrue(q.isEmpty());
Discouraged access: The method isEmpty() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 56)
q.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 57)
q.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 58)
assertTrue(q.size() == 1);
Discouraged access: The method size() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
15. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 59)
assertTrue(q.contains(r));
Discouraged access: The method contains(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
16. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 61)
q.add(r2);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
17. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 62)
assertTrue(q.size() == 2);
Discouraged access: The method size() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
18. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 63)
assertTrue(q.contains(r));
Discouraged access: The method contains(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
19. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 64)
assertTrue(q.contains(r2));
Discouraged access: The method contains(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
20. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 65)
assertTrue(q.remove() == r);
Discouraged access: The method remove() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
21. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 66)
assertTrue(q.size() == 1);
Discouraged access: The method size() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
22. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 67)
assertTrue(q.remove() == r2);
Discouraged access: The method remove() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
23. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 68)
assertTrue(q.isEmpty());
Discouraged access: The method isEmpty() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
24. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 70)
q.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
25. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 71)
q.add(r2);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
26. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 72)
q.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
27. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 73)
assertTrue(q.size() == 2);
Discouraged access: The method size() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
28. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 74)
assertTrue(q.contains(r));
Discouraged access: The method contains(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
29. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 75)
assertTrue(q.contains(r2));
Discouraged access: The method contains(IRunnableWithProgress) from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
30. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 76)
assertTrue(q.remove() == r2);
Discouraged access: The method remove() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
31. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 77)
assertTrue(q.size() == 1);
Discouraged access: The method size() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
32. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 78)
assertTrue(q.remove() == r);
Discouraged access: The method remove() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
33. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 79)
assertTrue(q.isEmpty());
Discouraged access: The method isEmpty() from the type WorkQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
34. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 83)
final Worker w = new Worker("");
Discouraged access: The type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
35. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 83)
final Worker w = new Worker("");
Discouraged access: The constructor Worker(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
36. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 83)
final Worker w = new Worker("");
Discouraged access: The type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
37. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 88)
assertTrue(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
38. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 89)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
39. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 96)
assertTrue(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
40. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 97)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
41. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 102)
w.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
42. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 103)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
43. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 104)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
44. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 106)
w.run(new NullProgressMonitor());
Discouraged access: The method run(IProgressMonitor) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
45. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 107)
assertFalse(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
46. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 108)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
47. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 113)
w.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
48. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 114)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
49. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 115)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
50. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 116)
w.add(r2);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
51. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 117)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
52. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 118)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
53. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 119)
w.run(new NullProgressMonitor());
Discouraged access: The method run(IProgressMonitor) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
54. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 120)
assertFalse(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
55. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 121)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
56. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 127)
w.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
57. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 128)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
58. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 129)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
59. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 130)
w.add(r2);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
60. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 131)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
61. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 132)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
62. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 133)
w.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
63. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 134)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
64. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 135)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
65. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 136)
w.run(new NullProgressMonitor());
Discouraged access: The method run(IProgressMonitor) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
66. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 137)
assertFalse(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
67. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 138)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
68. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 145)
final Worker w = new Worker("");
Discouraged access: The type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
69. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 145)
final Worker w = new Worker("");
Discouraged access: The constructor Worker(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
70. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 145)
final Worker w = new Worker("");
Discouraged access: The type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
71. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 152)
w.add(this);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
72. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 156)
assertTrue(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
73. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 157)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
74. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 164)
assertTrue(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
75. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 165)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
76. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 170)
w.add(r);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
77. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 171)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
78. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 172)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
79. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 173)
w.add(r2);
Discouraged access: The method add(IRunnableWithProgress) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
80. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 174)
assertTrue(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
81. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 175)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
82. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 176)
w.run(new NullProgressMonitor());
Discouraged access: The method run(IProgressMonitor) from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
83. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 177)
assertFalse(w.hasWork());
Discouraged access: The method hasWork() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
84. WARNING in /src/org/eclipse/compare/tests/AsyncExecTests.java
 (at line 178)
assertFalse(w.isWorking());
Discouraged access: The method isWorking() from the type Worker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/PatchUITest.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 20)
import org.eclipse.compare.internal.CompareUIPlugin;
Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 21)
import org.eclipse.compare.internal.patch.PatchMessages;
Discouraged access: The type PatchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 22)
import org.eclipse.compare.internal.patch.PatchWizard;
Discouraged access: The type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 23)
import org.eclipse.compare.internal.patch.PatchWizardDialog;
Discouraged access: The type PatchWizardDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 24)
import org.eclipse.core.internal.resources.WorkspaceRoot;
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes
6. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 56)
private PatchWizardDialog wizardDialog = null;
Discouraged access: The type PatchWizardDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 57)
private PatchWizard wizard = null;
Discouraged access: The type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 95)
assertTrue(wizard.canFinish());
Discouraged access: The method canFinish() from the type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
9. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 96)
wizard.performFinish();
Discouraged access: The method performFinish() from the type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 122)
assertTrue(wizard.canFinish());
Discouraged access: The method canFinish() from the type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 123)
wizard.performFinish();
Discouraged access: The method performFinish() from the type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 155)
assertTrue(wizard.canFinish());
Discouraged access: The method canFinish() from the type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 156)
wizard.performFinish();
Discouraged access: The method performFinish() from the type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 200)
ImageDescriptor patchWizardImage = CompareUIPlugin.getImageDescriptor("wizban/applypatch_wizban.png");
Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
15. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 200)
ImageDescriptor patchWizardImage = CompareUIPlugin.getImageDescriptor("wizban/applypatch_wizban.png");
Discouraged access: The method getImageDescriptor(String) from the type CompareUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
16. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 201)
String patchWizardTitle = PatchMessages.PatchWizard_title;
Discouraged access: The type PatchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
17. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 201)
String patchWizardTitle = PatchMessages.PatchWizard_title;
Discouraged access: The field PatchWizard_title from the type PatchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
18. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 207)
wizard = new PatchWizard(patch, target, configuration);
Discouraged access: The constructor PatchWizard(IStorage, IResource, CompareConfiguration) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
19. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 207)
wizard = new PatchWizard(patch, target, configuration);
Discouraged access: The type PatchWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
20. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 214)
wizardDialog = new PatchWizardDialog(getShell(), wizard);
Discouraged access: The constructor PatchWizardDialog(Shell, IWizard) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
21. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 214)
wizardDialog = new PatchWizardDialog(getShell(), wizard);
Discouraged access: The type PatchWizardDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
22. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 258)
WorkspaceRoot root = (WorkspaceRoot) tree.getInput();
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes
23. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 258)
WorkspaceRoot root = (WorkspaceRoot) tree.getInput();
Discouraged access: The type WorkspaceRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes
24. WARNING in /src/org/eclipse/compare/tests/PatchUITest.java
 (at line 259)
IFile file = root.getFile(path);
Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes

/src/org/eclipse/compare/tests/TextMergeViewerTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 27)
import org.eclipse.compare.internal.ChangeCompareFilterPropertyAction;
Discouraged access: The type ChangeCompareFilterPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 28)
import org.eclipse.compare.internal.IMergeViewerTestAdapter;
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 29)
import org.eclipse.compare.internal.MergeViewerContentProvider;
Discouraged access: The type MergeViewerContentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 30)
import org.eclipse.compare.internal.Utilities;
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 121)
byte[] bytes= Utilities.readBytes(is);
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 121)
byte[] bytes= Utilities.readBytes(is);
Discouraged access: The method readBytes(InputStream) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 242)
char leg = left ? MergeViewerContentProvider.LEFT_CONTRIBUTOR : MergeViewerContentProvider.RIGHT_CONTRIBUTOR;
Discouraged access: The type MergeViewerContentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 242)
char leg = left ? MergeViewerContentProvider.LEFT_CONTRIBUTOR : MergeViewerContentProvider.RIGHT_CONTRIBUTOR;
Discouraged access: The field LEFT_CONTRIBUTOR from the type MergeViewerContentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
9. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 242)
char leg = left ? MergeViewerContentProvider.LEFT_CONTRIBUTOR : MergeViewerContentProvider.RIGHT_CONTRIBUTOR;
Discouraged access: The type MergeViewerContentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 242)
char leg = left ? MergeViewerContentProvider.LEFT_CONTRIBUTOR : MergeViewerContentProvider.RIGHT_CONTRIBUTOR;
Discouraged access: The field RIGHT_CONTRIBUTOR from the type MergeViewerContentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 243)
IDocument document = Utilities.getDocument(leg, viewer.getInput(), true, true);
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 243)
IDocument document = Utilities.getDocument(leg, viewer.getInput(), true, true);
Discouraged access: The method getDocument(char, Object, boolean, boolean) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 245)
return ((IMergeViewerTestAdapter)viewer.getAdapter(IMergeViewerTestAdapter.class)).getDocument(leg);
Discouraged access: The method getDocument(char) from the type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 245)
return ((IMergeViewerTestAdapter)viewer.getAdapter(IMergeViewerTestAdapter.class)).getDocument(leg);
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
15. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 245)
return ((IMergeViewerTestAdapter)viewer.getAdapter(IMergeViewerTestAdapter.class)).getDocument(leg);
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
16. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 398)
.getAdapter(IMergeViewerTestAdapter.class);
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
17. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 399)
if (adapter instanceof IMergeViewerTestAdapter) {
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
18. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 400)
IMergeViewerTestAdapter ta = (IMergeViewerTestAdapter) adapter;
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
19. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 400)
IMergeViewerTestAdapter ta = (IMergeViewerTestAdapter) adapter;
Discouraged access: The type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
20. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 401)
assertEquals(ta.getChangesCount(), 1);
Discouraged access: The method getChangesCount() from the type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
21. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 452)
ChangeCompareFilterPropertyAction.COMPARE_FILTERS,
Discouraged access: The type ChangeCompareFilterPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
22. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 452)
ChangeCompareFilterPropertyAction.COMPARE_FILTERS,
Discouraged access: The field COMPARE_FILTERS from the type ChangeCompareFilterPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
23. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 454)
assertEquals(ta.getChangesCount(), 0);
Discouraged access: The method getChangesCount() from the type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
24. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 457)
ChangeCompareFilterPropertyAction.COMPARE_FILTERS,
Discouraged access: The type ChangeCompareFilterPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
25. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 457)
ChangeCompareFilterPropertyAction.COMPARE_FILTERS,
Discouraged access: The field COMPARE_FILTERS from the type ChangeCompareFilterPropertyAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
26. WARNING in /src/org/eclipse/compare/tests/TextMergeViewerTest.java
 (at line 459)
assertEquals(ta.getChangesCount(), 1);
Discouraged access: The method getChangesCount() from the type IMergeViewerTestAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/FilterTest.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 13)
import org.eclipse.compare.internal.CompareResourceFilter;
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 20)
CompareResourceFilter fFilter;
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 27)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 27)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The constructor CompareResourceFilter() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 27)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 28)
f.setFilters("*.class"); //$NON-NLS-1$
Discouraged access: The method setFilters(String) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 29)
Assert.assertTrue("file foo.class should be filtered", f.filter("foo.class", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 30)
Assert.assertFalse("file foo.java shouldn't be filtered", f.filter("foo.java", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
9. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 34)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 34)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The constructor CompareResourceFilter() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 34)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 35)
f.setFilters(".cvsignore"); //$NON-NLS-1$
Discouraged access: The method setFilters(String) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 36)
Assert.assertTrue("file .cvsignore should be filtered", f.filter(".cvsignore", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 37)
Assert.assertFalse("file foo.cvsignore shouldn't be filtered", f.filter("foo.cvsignore", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
15. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 41)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
16. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 41)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The constructor CompareResourceFilter() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
17. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 41)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
18. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 42)
f.setFilters("bin/"); //$NON-NLS-1$
Discouraged access: The method setFilters(String) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
19. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 43)
Assert.assertTrue("folder bin should be filtered", f.filter("bin", true, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
20. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 44)
Assert.assertFalse("file bin shouldn't be filtered", f.filter("bin", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
21. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 48)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
22. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 48)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The constructor CompareResourceFilter() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
23. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 48)
CompareResourceFilter f= new CompareResourceFilter();
Discouraged access: The type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
24. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 49)
f.setFilters("*.class, .cvsignore, bin/, src/"); //$NON-NLS-1$
Discouraged access: The method setFilters(String) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
25. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 50)
Assert.assertTrue("file foo.class should be filtered", f.filter("foo.class", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
26. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 51)
Assert.assertFalse("file foo.java shouldn't be filtered", f.filter("foo.java", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
27. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 52)
Assert.assertTrue("file .cvsignore should be filtered", f.filter(".cvsignore", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
28. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 53)
Assert.assertFalse("file foo.cvsignore shouldn't be filtered", f.filter("foo.cvsignore", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
29. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 54)
Assert.assertTrue("folder bin should be filtered", f.filter("bin", true, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
30. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 55)
Assert.assertFalse("file bin shouldn't be filtered", f.filter("bin", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
31. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 56)
Assert.assertTrue("folder src should be filtered", f.filter("src", true, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
32. WARNING in /src/org/eclipse/compare/tests/FilterTest.java
 (at line 57)
Assert.assertFalse("file src shouldn't be filtered", f.filter("src", false, false)); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method filter(String, boolean, boolean) from the type CompareResourceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/DocLineComparatorTest.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 19)
import org.eclipse.compare.internal.DocLineComparator;
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 47)
IRangeComparator comp1= new DocLineComparator(doc1, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 47)
IRangeComparator comp1= new DocLineComparator(doc1, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 48)
IRangeComparator comp2= new DocLineComparator(doc2, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 48)
IRangeComparator comp2= new DocLineComparator(doc2, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 60)
IRangeComparator comp1= new DocLineComparator(doc1, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 60)
IRangeComparator comp1= new DocLineComparator(doc1, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 61)
IRangeComparator comp2= new DocLineComparator(doc2, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
9. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 61)
IRangeComparator comp2= new DocLineComparator(doc2, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 97)
IRangeComparator comp1 = new DocLineComparator(doc1, null, false, new ICompareFilter[] { filter }, 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
11. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 97)
IRangeComparator comp1 = new DocLineComparator(doc1, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
12. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 99)
IRangeComparator comp2 = new DocLineComparator(doc2, null, false, new ICompareFilter[] { filter }, 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
13. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 99)
IRangeComparator comp2 = new DocLineComparator(doc2, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
14. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 103)
IRangeComparator comp3 = new DocLineComparator(doc1, null, true, new ICompareFilter[] { filter }, 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
15. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 103)
IRangeComparator comp3 = new DocLineComparator(doc1, null, true,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
16. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 105)
IRangeComparator comp4 = new DocLineComparator(doc3, null, true, new ICompareFilter[] { filter }, 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
17. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 105)
IRangeComparator comp4 = new DocLineComparator(doc3, null, true,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
18. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 109)
IRangeComparator comp5 = new DocLineComparator(doc1, null, false, new ICompareFilter[] { filter }, 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
19. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 109)
IRangeComparator comp5 = new DocLineComparator(doc1, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
20. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 111)
IRangeComparator comp6 = new DocLineComparator(doc3, null, false, new ICompareFilter[] { filter }, 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
21. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 111)
IRangeComparator comp6 = new DocLineComparator(doc3, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
22. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 183)
IRangeComparator comp1 = new DocLineComparator(doc1, null, false, new ICompareFilter[] { filter1, filter2, filter3 }, 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
23. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 183)
IRangeComparator comp1 = new DocLineComparator(doc1, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
24. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 185)
IRangeComparator comp2 = new DocLineComparator(doc2, null, false, new ICompareFilter[] { filter1, filter2, filter3 }, 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
25. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 185)
IRangeComparator comp2 = new DocLineComparator(doc2, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
26. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 189)
IRangeComparator comp3 = new DocLineComparator(doc1, null, false, new ICompareFilter[] { filter2, filter3 }, 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
27. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 189)
IRangeComparator comp3 = new DocLineComparator(doc1, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
28. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 191)
IRangeComparator comp4 = new DocLineComparator(doc2, null, false, new ICompareFilter[] { filter2, filter3 }, 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
29. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 191)
IRangeComparator comp4 = new DocLineComparator(doc2, null, false,
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
30. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 262)
l = new DocLineComparator(docs[i], null, false, filters[k], 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
31. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 262)
l = new DocLineComparator(docs[i], null, false, filters[k], 'L');
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
32. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 263)
r = new DocLineComparator(docs[j], null, false, filters[k], 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
33. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 263)
r = new DocLineComparator(docs[j], null, false, filters[k], 'R');
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
34. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 266)
l = new DocLineComparator(docs[i], null, true, filters[k], 'L');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
35. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 266)
l = new DocLineComparator(docs[i], null, true, filters[k], 'L');
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
36. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 267)
r = new DocLineComparator(docs[j], null, true, filters[k], 'R');
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean, ICompareFilter[], char) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
37. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 267)
r = new DocLineComparator(docs[j], null, true, filters[k], 'R');
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
38. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 279)
IRangeComparator comp1= new DocLineComparator(doc1, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
39. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 279)
IRangeComparator comp1= new DocLineComparator(doc1, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
40. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 280)
IRangeComparator comp2= new DocLineComparator(doc2, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
41. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 280)
IRangeComparator comp2= new DocLineComparator(doc2, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
42. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 288)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
43. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 288)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
44. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 289)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
45. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 289)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
46. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 300)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
47. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 300)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
48. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 301)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
49. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 301)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
50. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 311)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
51. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 311)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
52. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 312)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
53. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 312)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
54. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 317)
IRangeComparator comp3= new DocLineComparator(doc, new Region(0, "line1".length()), true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
55. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 317)
IRangeComparator comp3= new DocLineComparator(doc, new Region(0, "line1".length()), true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
56. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 320)
comp3= new DocLineComparator(doc, new Region(0, "line1".length()+1), true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
57. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 320)
comp3= new DocLineComparator(doc, new Region(0, "line1".length()+1), true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
58. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 328)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
59. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 328)
IRangeComparator comp1= new DocLineComparator(doc, null, true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
60. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 329)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
61. WARNING in /src/org/eclipse/compare/tests/DocLineComparatorTest.java
 (at line 329)
IRangeComparator comp2= new DocLineComparator(doc, new Region(0, doc.getLength()), true);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/PatchLinesTest.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 19)
import org.eclipse.compare.internal.core.patch.FilePatch2;
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
2. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 20)
import org.eclipse.compare.internal.patch.WorkspacePatcher;
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 100)
WorkspacePatcher patcher = new WorkspacePatcher();
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 100)
WorkspacePatcher patcher = new WorkspacePatcher();
Discouraged access: The constructor WorkspacePatcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 100)
WorkspacePatcher patcher = new WorkspacePatcher();
Discouraged access: The type WorkspacePatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 102)
patcher.parse(getReader(patch));
Discouraged access: The method parse(BufferedReader) from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 103)
patcher.countLines();
Discouraged access: The method countLines() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
8. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 112)
FilePatch2[] diffs = patcher.getDiffs();
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
9. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 112)
FilePatch2[] diffs = patcher.getDiffs();
Discouraged access: The method getDiffs() from the type Patcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
10. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 114)
FilePatch2 fileDiff = diffs[i];
Discouraged access: The type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
11. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 115)
IHunk[] hunks = fileDiff.getHunks();
Discouraged access: The method getHunks() from the type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
12. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 121)
result[0] += fileDiff.getAddedLines();
Discouraged access: The method getAddedLines() from the type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
13. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 122)
result[1] += fileDiff.getRemovedLines();
Discouraged access: The method getRemovedLines() from the type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
14. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 123)
fileDiffSum += fileDiff.getAddedLines();
Discouraged access: The method getAddedLines() from the type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
15. WARNING in /src/org/eclipse/compare/tests/PatchLinesTest.java
 (at line 124)
fileDiffSum -= fileDiff.getRemovedLines();
Discouraged access: The method getRemovedLines() from the type FilePatch2 is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes

/src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 14)
import org.eclipse.compare.internal.DocLineComparator;
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 67)
ITokenComparator ancestor= new DocLineComparator(createDocument(0), null, false);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 67)
ITokenComparator ancestor= new DocLineComparator(createDocument(0), null, false);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 68)
ITokenComparator left= new DocLineComparator(createDocument(1), null, false);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 68)
ITokenComparator left= new DocLineComparator(createDocument(1), null, false);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 69)
ITokenComparator right= new DocLineComparator(createDocument(2), null, false);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/performance/RangeDifferencerTest.java
 (at line 69)
ITokenComparator right= new DocLineComparator(createDocument(2), null, false);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/PatchUtils.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/PatchUtils.java
 (at line 27)
import org.eclipse.compare.internal.Utilities;
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/PatchUtils.java
 (at line 146)
return Utilities.readString(exptStream, ResourcesPlugin.getEncoding());
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/PatchUtils.java
 (at line 146)
return Utilities.readString(exptStream, ResourcesPlugin.getEncoding());
Discouraged access: The method readString(InputStream, String) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/LineReaderTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 24)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
2. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 31)
LineReader lr= new LineReader(getReader("empty.txt")); //$NON-NLS-1$
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
3. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 31)
LineReader lr= new LineReader(getReader("empty.txt")); //$NON-NLS-1$
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
4. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 31)
LineReader lr= new LineReader(getReader("empty.txt")); //$NON-NLS-1$
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
5. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 32)
List inLines= lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
6. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 37)
LineReader lr= new LineReader(getReader("normal.txt")); //$NON-NLS-1$
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
7. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 37)
LineReader lr= new LineReader(getReader("normal.txt")); //$NON-NLS-1$
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
8. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 37)
LineReader lr= new LineReader(getReader("normal.txt")); //$NON-NLS-1$
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
9. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 38)
List inLines= lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
10. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 53)
LineReader lr= new LineReader(getReader("unterminated.txt")); //$NON-NLS-1$
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
11. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 53)
LineReader lr= new LineReader(getReader("unterminated.txt")); //$NON-NLS-1$
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
12. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 53)
LineReader lr= new LineReader(getReader("unterminated.txt")); //$NON-NLS-1$
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
13. WARNING in /src/org/eclipse/compare/tests/LineReaderTest.java
 (at line 54)
List inLines= lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes

/src/org/eclipse/compare/tests/DiffTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 15)
import org.eclipse.compare.internal.DocLineComparator;
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 16)
import org.eclipse.compare.internal.core.TextLineLCS;
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
3. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 51)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
4. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 51)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
5. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 51)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
6. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 51)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
7. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 52)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
8. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 52)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
9. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 52)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
10. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 52)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
11. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 53)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
12. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 53)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The constructor TextLineLCS(TextLineLCS.TextLine[], TextLineLCS.TextLine[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
13. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 53)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
14. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 54)
lcs.longestCommonSubsequence(SubMonitor.convert(null, 100));
Discouraged access: The method longestCommonSubsequence(SubMonitor) from the type LCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
15. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 55)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
16. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 55)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
17. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 55)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The method getResult() from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
18. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 59)
assertTrue(result[0][i].sameText(result[1][i]));
Discouraged access: The method sameText(TextLineLCS.TextLine) from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
19. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 61)
assertTrue(result[0][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
20. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 62)
assertTrue(result[1][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
21. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 63)
assertTrue(result[0][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
22. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 64)
assertTrue(result[1][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
23. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 65)
assertTrue(result[0][2].lineNumber() == 2);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
24. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 66)
assertTrue(result[1][2].lineNumber() == 3);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
25. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 72)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
26. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 72)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
27. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 72)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
28. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 72)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
29. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 73)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
30. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 73)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
31. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 73)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
32. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 73)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
33. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 74)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
34. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 74)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The constructor TextLineLCS(TextLineLCS.TextLine[], TextLineLCS.TextLine[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
35. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 74)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
36. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 75)
lcs.longestCommonSubsequence(SubMonitor.convert(null, 100));
Discouraged access: The method longestCommonSubsequence(SubMonitor) from the type LCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
37. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 76)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
38. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 76)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
39. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 76)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The method getResult() from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
40. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 79)
assertTrue(result[0][i].sameText(result[1][i]));
Discouraged access: The method sameText(TextLineLCS.TextLine) from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
41. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 81)
assertTrue(result[0][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
42. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 82)
assertTrue(result[0][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
43. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 83)
assertTrue(result[0][2].lineNumber() == 3);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
44. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 84)
assertTrue(result[1][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
45. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 85)
assertTrue(result[1][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
46. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 86)
assertTrue(result[1][2].lineNumber() == 2);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
47. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 92)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
48. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 92)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
49. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 92)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
50. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 92)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
51. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 93)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
52. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 93)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
53. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 93)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
54. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 93)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
55. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 94)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
56. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 94)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The constructor TextLineLCS(TextLineLCS.TextLine[], TextLineLCS.TextLine[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
57. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 94)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
58. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 95)
lcs.longestCommonSubsequence(SubMonitor.convert(null, 100));
Discouraged access: The method longestCommonSubsequence(SubMonitor) from the type LCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
59. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 96)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
60. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 96)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
61. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 96)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The method getResult() from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
62. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 100)
assertTrue(result[0][i].sameText(result[1][i]));
Discouraged access: The method sameText(TextLineLCS.TextLine) from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
63. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 102)
assertTrue(result[0][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
64. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 103)
assertTrue(result[1][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
65. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 104)
assertTrue(result[0][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
66. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 105)
assertTrue(result[1][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
67. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 111)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
68. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 111)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
69. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 111)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
70. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 111)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
71. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 112)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
72. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 112)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
73. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 112)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
74. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 112)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
75. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 113)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
76. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 113)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The constructor TextLineLCS(TextLineLCS.TextLine[], TextLineLCS.TextLine[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
77. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 113)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
78. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 114)
lcs.longestCommonSubsequence(SubMonitor.convert(null, 100));
Discouraged access: The method longestCommonSubsequence(SubMonitor) from the type LCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
79. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 115)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
80. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 115)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
81. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 115)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The method getResult() from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
82. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 119)
assertTrue(result[0][i].sameText(result[1][i]));
Discouraged access: The method sameText(TextLineLCS.TextLine) from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
83. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 121)
assertTrue(result[0][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
84. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 122)
assertTrue(result[1][0].lineNumber() == 0);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
85. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 123)
assertTrue(result[0][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
86. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 124)
assertTrue(result[1][1].lineNumber() == 1);
Discouraged access: The method lineNumber() from the type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
87. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 130)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
88. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 130)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
89. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 130)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
90. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 130)
TextLineLCS.TextLine[] l1 = TextLineLCS.getTextLines(s1);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
91. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 131)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
92. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 131)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
93. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 131)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
94. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 131)
TextLineLCS.TextLine[] l2 = TextLineLCS.getTextLines(s2);
Discouraged access: The method getTextLines(String) from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
95. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 132)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
96. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 132)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The constructor TextLineLCS(TextLineLCS.TextLine[], TextLineLCS.TextLine[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
97. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 132)
TextLineLCS lcs = new TextLineLCS(l1, l2);
Discouraged access: The type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
98. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 133)
lcs.longestCommonSubsequence(SubMonitor.convert(null, 100));
Discouraged access: The method longestCommonSubsequence(SubMonitor) from the type LCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
99. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 134)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The type TextLineLCS.TextLine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
100. WARNING in /src/org/eclipse/compare/tests/DiffTest.java
 (at line 134)
TextLineLCS.TextLine[][] result = lcs.getResult();
Discouraged access: The method getResult() from the type TextLineLCS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes

/src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 16)
import org.eclipse.compare.internal.DocLineComparator;
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 126)
ITokenComparator ancestor= new DocLineComparator(new Document(a), null, false);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 126)
ITokenComparator ancestor= new DocLineComparator(new Document(a), null, false);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 127)
ITokenComparator left= new DocLineComparator(new Document(l), null, false);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
5. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 127)
ITokenComparator left= new DocLineComparator(new Document(l), null, false);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
6. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 128)
ITokenComparator right= new DocLineComparator(new Document(r), null, false);
Discouraged access: The constructor DocLineComparator(IDocument, IRegion, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
7. WARNING in /src/org/eclipse/compare/tests/RangeDifferencerThreeWayDiffTest.java
 (at line 128)
ITokenComparator right= new DocLineComparator(new Document(r), null, false);
Discouraged access: The type DocLineComparator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes

/src/org/eclipse/compare/tests/PatchBuilderTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 19)
import org.eclipse.compare.internal.core.patch.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.team/bundles/org.eclipse.compare.core/target/classes
2. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 20)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
3. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 21)
import org.eclipse.compare.internal.patch.Utilities;
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
4. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 68)
assertEquals(3, ((Hunk) hunksAfter[0]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
5. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 68)
assertEquals(3, ((Hunk) hunksAfter[0]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
6. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 69)
assertEquals(3, ((Hunk) hunksAfter[0]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
7. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 69)
assertEquals(3, ((Hunk) hunksAfter[0]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
8. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 70)
assertEquals(7, ((Hunk) hunksAfter[1]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
9. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 70)
assertEquals(7, ((Hunk) hunksAfter[1]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
10. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 71)
assertEquals(11, ((Hunk) hunksAfter[1]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
11. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 71)
assertEquals(11, ((Hunk) hunksAfter[1]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
12. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 72)
assertEquals(18, ((Hunk) hunksAfter[2]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
13. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 72)
assertEquals(18, ((Hunk) hunksAfter[2]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
14. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 73)
assertEquals(22, ((Hunk) hunksAfter[2]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
15. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 73)
assertEquals(22, ((Hunk) hunksAfter[2]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
16. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 74)
assertEquals(28, ((Hunk) hunksAfter[3]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
17. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 74)
assertEquals(28, ((Hunk) hunksAfter[3]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
18. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 75)
assertEquals(33, ((Hunk) hunksAfter[3]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
19. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 75)
assertEquals(33, ((Hunk) hunksAfter[3]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
20. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 77)
IFilePatchResult result = filePatch.apply(Utilities
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
21. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 77)
IFilePatchResult result = filePatch.apply(Utilities .getReaderCreator(contextStorage), new PatchConfiguration(),
Discouraged access: The method getReaderCreator(IStorage) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
22. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 86)
LineReader lr = new LineReader(PatchUtils
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
23. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 86)
LineReader lr = new LineReader(PatchUtils .getReader("exp_modifyHunks.txt"));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
24. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 86)
LineReader lr = new LineReader(PatchUtils
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
25. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 88)
List inLines = lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
26. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 89)
String expected = LineReader.createString(false, inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
27. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 89)
String expected = LineReader.createString(false, inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
28. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 117)
assertEquals(0, ((Hunk) hunksAfter[0]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
29. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 117)
assertEquals(0, ((Hunk) hunksAfter[0]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
30. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 118)
assertEquals(0, ((Hunk) hunksAfter[0]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
31. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 118)
assertEquals(0, ((Hunk) hunksAfter[0]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
32. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 119)
assertEquals(3, ((Hunk) hunksAfter[1]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
33. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 119)
assertEquals(3, ((Hunk) hunksAfter[1]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
34. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 120)
assertEquals(5, ((Hunk) hunksAfter[1]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
35. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 120)
assertEquals(5, ((Hunk) hunksAfter[1]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
36. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 121)
assertEquals(19, ((Hunk) hunksAfter[2]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
37. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 121)
assertEquals(19, ((Hunk) hunksAfter[2]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
38. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 122)
assertEquals(25, ((Hunk) hunksAfter[2]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
39. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 122)
assertEquals(25, ((Hunk) hunksAfter[2]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
40. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 123)
assertEquals(36, ((Hunk) hunksAfter[3]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
41. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 123)
assertEquals(36, ((Hunk) hunksAfter[3]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
42. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 124)
assertEquals(40, ((Hunk) hunksAfter[3]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
43. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 124)
assertEquals(40, ((Hunk) hunksAfter[3]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
44. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 125)
assertEquals(46, ((Hunk) hunksAfter[4]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
45. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 125)
assertEquals(46, ((Hunk) hunksAfter[4]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
46. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 126)
assertEquals(51, ((Hunk) hunksAfter[4]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
47. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 126)
assertEquals(51, ((Hunk) hunksAfter[4]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
48. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 128)
IFilePatchResult result = filePatch.apply(Utilities
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
49. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 128)
IFilePatchResult result = filePatch.apply(Utilities .getReaderCreator(contextStorage), new PatchConfiguration(),
Discouraged access: The method getReaderCreator(IStorage) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
50. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 137)
LineReader lr = new LineReader(PatchUtils.getReader("exp_addHunks.txt"));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
51. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 137)
LineReader lr = new LineReader(PatchUtils.getReader("exp_addHunks.txt"));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
52. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 137)
LineReader lr = new LineReader(PatchUtils.getReader("exp_addHunks.txt"));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
53. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 138)
List inLines = lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
54. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 139)
String expected = LineReader.createString(false, inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
55. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 139)
String expected = LineReader.createString(false, inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
56. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 157)
assertEquals(19, ((Hunk) hunksAfter[0]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
57. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 157)
assertEquals(19, ((Hunk) hunksAfter[0]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
58. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 158)
assertEquals(19, ((Hunk) hunksAfter[0]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
59. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 158)
assertEquals(19, ((Hunk) hunksAfter[0]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
60. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 159)
assertEquals(29, ((Hunk) hunksAfter[1]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
61. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 159)
assertEquals(29, ((Hunk) hunksAfter[1]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
62. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 160)
assertEquals(27, ((Hunk) hunksAfter[1]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
63. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 160)
assertEquals(27, ((Hunk) hunksAfter[1]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
64. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 161)
assertEquals(46, ((Hunk) hunksAfter[2]).getStart(false));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
65. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 161)
assertEquals(46, ((Hunk) hunksAfter[2]).getStart(false));
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.team/bundles/org.eclipse.compare.core/target/classes
66. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 162)
assertEquals(43, ((Hunk) hunksAfter[2]).getStart(true));
Discouraged access: The method getStart(boolean) from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
67. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 162)
assertEquals(43, ((Hunk) hunksAfter[2]).getStart(true));
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.team/bundles/org.eclipse.compare.core/target/classes
68. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 164)
IFilePatchResult result = filePatch.apply(Utilities
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
69. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 164)
IFilePatchResult result = filePatch.apply(Utilities .getReaderCreator(contextStorage), new PatchConfiguration(),
Discouraged access: The method getReaderCreator(IStorage) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
70. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 173)
LineReader lr = new LineReader(PatchUtils
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
71. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 173)
LineReader lr = new LineReader(PatchUtils .getReader("exp_removeHunks.txt"));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
72. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 173)
LineReader lr = new LineReader(PatchUtils
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
73. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 175)
List inLines = lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
74. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 176)
String expected = LineReader.createString(false, inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
75. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 176)
String expected = LineReader.createString(false, inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
76. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 186)
Hunk hunk0 = (Hunk) PatchBuilder.createHunk(0, lines0);
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.team/bundles/org.eclipse.compare.core/target/classes
77. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 186)
Hunk hunk0 = (Hunk) PatchBuilder.createHunk(0, lines0);
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.team/bundles/org.eclipse.compare.core/target/classes
78. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 192)
Hunk hunk1 = (Hunk) PatchBuilder.createHunk(1, lines1);
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.team/bundles/org.eclipse.compare.core/target/classes
79. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 192)
Hunk hunk1 = (Hunk) PatchBuilder.createHunk(1, lines1);
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.team/bundles/org.eclipse.compare.core/target/classes
80. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 204)
IFilePatchResult result = filePatch.apply(Utilities
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
81. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 204)
IFilePatchResult result = filePatch.apply(Utilities .getReaderCreator(contextStorage), new PatchConfiguration(),
Discouraged access: The method getReaderCreator(IStorage) from the type Utilities is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
82. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 210)
LineReader lr = new LineReader(PatchUtils
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
83. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 210)
LineReader lr = new LineReader(PatchUtils .getReader("exp_createFilePatch.txt"));
Discouraged access: The constructor LineReader(BufferedReader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
84. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 210)
LineReader lr = new LineReader(PatchUtils
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
85. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 212)
List inLines = lr.readLines();
Discouraged access: The method readLines() from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
86. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 213)
String expected = LineReader.createString(false, inLines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
87. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 213)
String expected = LineReader.createString(false, inLines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
88. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 227)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes
89. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 227)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes
90. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 228)
String[] actual = hunk.getUnifiedLines();
Discouraged access: The method getUnifiedLines() from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
91. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 232)
assertHunkEquals(hunk, (Hunk) filePatches[0].getHunks()[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.team/bundles/org.eclipse.compare.core/target/classes
92. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 245)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes
93. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 245)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes
94. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 246)
String[] actual = hunk.getUnifiedLines();
Discouraged access: The method getUnifiedLines() from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
95. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 250)
assertHunkEquals(hunk, (Hunk) filePatches[0].getHunks()[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.team/bundles/org.eclipse.compare.core/target/classes
96. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 261)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes
97. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 261)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes
98. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 262)
String[] actual = hunk.getUnifiedLines();
Discouraged access: The method getUnifiedLines() from the type Hunk is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare.core/target/classes
99. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 266)
assertHunkEquals(hunk, (Hunk) filePatches[0].getHunks()[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.team/bundles/org.eclipse.compare.core/target/classes
100. WARNING in /src/org/eclipse/compare/tests/PatchBuilderTest.java
 (at line 277)
Hunk hunk = (Hunk) PatchBuilder.createHunk(0, lines);
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.team/bundles/org.eclipse.compare.core/target/classes

/src/org/eclipse/compare/tests/StreamMergerTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/compare/tests/StreamMergerTest.java
 (at line 21)
import org.eclipse.compare.internal.merge.TextStreamMerger;
Discouraged access: The type TextStreamMerger is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
2. WARNING in /src/org/eclipse/compare/tests/StreamMergerTest.java
 (at line 159)
IStreamMerger merger= new TextStreamMerger();
Discouraged access: The constructor TextStreamMerger() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes
3. WARNING in /src/org/eclipse/compare/tests/StreamMergerTest.java
 (at line 159)
IStreamMerger merger= new TextStreamMerger();
Discouraged access: The type TextStreamMerger is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.compare/target/classes