Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20090113-0800 (Timestamp: 200901130800):Compile errors in build

Build I20090113-0800 (Timestamp: 200901130800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.compare_3.5.0.I20090113

Compiler log for org.eclipse.compare_3.5.0.I20090113 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 388

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java : 1 error :

1. ERROR in /compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java
 (at line 2502)
IAction action = "">new ChangeEncodingAction(getTextEditorAdapter());
The constructor ChangeEncodingAction(ITextEditor) is undefined

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

/compare/org/eclipse/compare/internal/Utilities.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 19)
import org.eclipse.compare.internal.core.patch.HunkResult;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 747)
Object element = Utilities.getAdapter(right, HunkResult.class);
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 748)
if (element instanceof HunkResult) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 749)
return ((HunkResult)element).isOK();
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 749)
return ((HunkResult)element).isOK();
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 754)
Object element = Utilities.getAdapter(left, HunkResult.class);
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 755)
if (element instanceof HunkResult)
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 756)
return ((HunkResult)element).isOK();
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/Utilities.java
 (at line 756)
return ((HunkResult)element).isOK();
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/HunkDiffNode.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 14)
import org.eclipse.compare.internal.core.patch.HunkResult;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 20)
private final HunkResult result;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 22)
public static HunkDiffNode createDiffNode(PatchFileDiffNode parent, HunkResult result, boolean fullContext) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 26)
public static HunkDiffNode createDiffNode(PatchFileDiffNode parent, HunkResult result, boolean ancestorFullContext, boolean leftFullContext, boolean rightFullContext) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 30)
private static ITypedElement getRightElement(HunkResult result, boolean fullContext) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 34)
private static ITypedElement getLeftElement(HunkResult result,
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 36)
if (fullContext && !result.isOK())
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 41)
private static ITypedElement getAncestorElement(HunkResult result, boolean fullContext) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 42)
if (!fullContext && result.isOK()) {
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 50)
return new HunkTypedElement(result, false /* before state */, result.isOK());
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 53)
private HunkDiffNode(HunkResult result, PatchFileDiffNode parent, int kind, ITypedElement ancestor, ITypedElement left, ITypedElement right) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 54)
super(result.getHunk(), parent, kind, ancestor, left, right);
Discouraged access: The method getHunk() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 58)
public HunkResult getHunkResult() {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 63)
return result.getDiffResult().getConfiguration();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 63)
return result.getDiffResult().getConfiguration();
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 76)
return result.getFuzz() > 0;
Discouraged access: The method getFuzz() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 80)
int fuzz = result.getFuzz();
Discouraged access: The method getFuzz() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 82)
String[] lines = result.getHunk().getLines();
Discouraged access: The method getHunk() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/HunkDiffNode.java
 (at line 82)
String[] lines = result.getHunk().getLines();
Discouraged access: The method getLines() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/HunkTypedElement.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 18)
import org.eclipse.compare.internal.core.patch.HunkResult;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 27)
private final HunkResult fHunkResult;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 31)
public HunkTypedElement(HunkResult result, boolean isAfterState, boolean fullContext) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 41)
LocalResourceManager imageCache = PatchCompareEditorInput.getImageCache(fHunkResult.getDiffResult().getConfiguration());
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 41)
LocalResourceManager imageCache = PatchCompareEditorInput.getImageCache(fHunkResult.getDiffResult().getConfiguration());
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 44)
if (!fHunkResult.isOK()) {
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 46)
} else if (fHunkResult.getFuzz() > 0) {
Discouraged access: The method getFuzz() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 63)
return getPatcher().isManuallyMerged(getHunkResult().getHunk());
Discouraged access: The method getHunk() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 67)
return Patcher.getPatcher(fHunkResult.getDiffResult().getConfiguration());
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 67)
return Patcher.getPatcher(fHunkResult.getDiffResult().getConfiguration());
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 74)
return fHunkResult.getLabel();
Discouraged access: The method getLabel() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 81)
return fHunkResult.getDiffResult().getDiff().getTargetPath(fHunkResult.getDiffResult().getConfiguration()).getFileExtension();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 81)
return fHunkResult.getDiffResult().getDiff().getTargetPath(fHunkResult.getDiffResult().getConfiguration()).getFileExtension();
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 81)
return fHunkResult.getDiffResult().getDiff().getTargetPath(fHunkResult.getDiffResult().getConfiguration()).getFileExtension();
Discouraged access: The method getTargetPath(PatchConfiguration) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 81)
return fHunkResult.getDiffResult().getDiff().getTargetPath(fHunkResult.getDiffResult().getConfiguration()).getFileExtension();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 81)
return fHunkResult.getDiffResult().getDiff().getTargetPath(fHunkResult.getDiffResult().getConfiguration()).getFileExtension();
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 88)
String contents = fHunkResult.getContents(fIsAfterState, fFullContext);
Discouraged access: The method getContents(boolean, boolean) from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 89)
return fHunkResult.asInputStream(contents);
Discouraged access: The method asInputStream(String) from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 93)
return fHunkResult.getCharset();
Discouraged access: The method getCharset() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
20. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 96)
public HunkResult getHunkResult() {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
21. WARNING in /compare/org/eclipse/compare/internal/patch/HunkTypedElement.java
 (at line 103)
if (adapter == HunkResult.class)
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/InputPatchPage.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/InputPatchPage.java
 (at line 25)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/InputPatchPage.java
 (at line 192)
FileDiff[] diffs= patcher.getDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/InputPatchPage.java
 (at line 795)
FileDiff[] diffs= patcher.getDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 17)
import org.eclipse.compare.internal.core.patch.DiffProject;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 18)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 19)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 20)
import org.eclipse.compare.internal.core.patch.HunkResult;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 62)
if (!projectNode.getDiffProject().getProject().exists()) {
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 72)
if (getPatcher().hasCachedContents(fileNode.getDiffResult().getDiff())) {
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 88)
new String[] { hunkNode.getHunkResult().getFuzz() + ""}) }); //$NON-NLS-1$
Discouraged access: The method getFuzz() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 209)
private void processDiffs(FileDiff[] diffs) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 215)
private void processProjects(DiffProject[] diffProjects) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 219)
FileDiff[] diffs = diffProjects[i].getFileDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 219)
FileDiff[] diffs = diffProjects[i].getFileDiffs();
Discouraged access: The method getFileDiffs() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 221)
FileDiff fileDiff = diffs[j];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 227)
private void processDiff(FileDiff diff, DiffNode parent) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 228)
FileDiffResult diffResult = getPatcher().getDiffResult(diff);
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 230)
HunkResult[] hunkResults = diffResult.getHunkResults();
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 230)
HunkResult[] hunkResults = diffResult.getHunkResults();
Discouraged access: The method getHunkResults() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 232)
HunkResult hunkResult = hunkResults[i];
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 233)
if (!hunkResult.isOK()) {
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/PatchCompareEditorInput.java
 (at line 269)
if (((HunkDiffNode) obj).getHunkResult().isOK()) {
Discouraged access: The method isOK() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 14)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 15)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 22)
private final FileDiffResult result;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 24)
public static PatchFileDiffNode createDiffNode(DiffNode parent, FileDiffResult result) {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 28)
private static int getKind(FileDiffResult result) {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 29)
if (!result.hasMatches())
Discouraged access: The method hasMatches() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 31)
int fileDiffKind = result.getDiff().getDiffType(result.getConfiguration().isReversed());
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 31)
int fileDiffKind = result.getDiff().getDiffType(result.getConfiguration().isReversed());
Discouraged access: The method getDiffType(boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 31)
int fileDiffKind = result.getDiff().getDiffType(result.getConfiguration().isReversed());
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 39)
case FileDiff.ADDITION:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 39)
case FileDiff.ADDITION:
Discouraged access: The field ADDITION from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 42)
case FileDiff.DELETION:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 42)
case FileDiff.DELETION:
Discouraged access: The field DELETION from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 45)
case FileDiff.CHANGE:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 45)
case FileDiff.CHANGE:
Discouraged access: The field CHANGE from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 55)
private static ITypedElement getRightElement(FileDiffResult result) {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 59)
private static ITypedElement getLeftElement(FileDiffResult result) {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 63)
private static ITypedElement getAncestorElement(FileDiffResult result) {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 67)
public PatchFileDiffNode(FileDiffResult result, IDiffContainer parent, int kind,
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
20. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 69)
super(result.getDiff(), parent, kind, ancestor, left, right);
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
21. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 73)
public FileDiffResult getDiffResult() {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
22. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 78)
return result.getConfiguration();
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
23. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileDiffNode.java
 (at line 106)
if (kind == Differencer.NO_CHANGE && getPatcher().hasCachedContents(getDiffResult().getDiff())) {
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 22)
import org.eclipse.compare.internal.core.patch.DiffProject;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 23)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.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 /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 34)
private final FileDiffResult result;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 37)
public PatchFileTypedElement(FileDiffResult result, boolean isAfterState) {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 43)
IFile file = getPatcher().getTargetFile(result.getDiff());
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 46)
DiffProject project = result.getDiff().getProject();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 46)
DiffProject project = result.getDiff().getProject();
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 46)
DiffProject project = result.getDiff().getProject();
Discouraged access: The method getProject() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 48)
file = project.getFile(result.getDiff().getPath(result.getConfiguration().isReversed()));
Discouraged access: The method getFile(IPath) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 48)
file = project.getFile(result.getDiff().getPath(result.getConfiguration().isReversed()));
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 48)
file = project.getFile(result.getDiff().getPath(result.getConfiguration().isReversed()));
Discouraged access: The method getPath(boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 48)
file = project.getFile(result.getDiff().getPath(result.getConfiguration().isReversed()));
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 55)
file = container.getFile(result.getTargetPath());
Discouraged access: The method getTargetPath() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 63)
if (result.containsProblems()) {
Discouraged access: The method containsProblems() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 64)
LocalResourceManager imageCache = PatchCompareEditorInput.getImageCache(result.getConfiguration());
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 74)
return result.getTargetPath().toString();
Discouraged access: The method getTargetPath() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 81)
return result.getTargetPath().getFileExtension();
Discouraged access: The method getTargetPath() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 91)
if (isAfterState && getPatcher().hasCachedContents(result.getDiff()))
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
20. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 92)
return new ByteArrayInputStream(getPatcher().getCachedContents(result.getDiff()));
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
21. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 96)
lines = result.getAfterLines();
Discouraged access: The method getAfterLines() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
22. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 98)
lines = result.getBeforeLines();
Discouraged access: The method getBeforeLines() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
23. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 100)
String contents = LineReader.createString(getPatcher().isPreserveLineDelimeters(), lines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
24. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 100)
String contents = LineReader.createString(getPatcher().isPreserveLineDelimeters(), lines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
25. WARNING in /compare/org/eclipse/compare/internal/patch/PatchFileTypedElement.java
 (at line 117)
return Patcher.getPatcher(result.getConfiguration());
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 15)
import org.eclipse.compare.internal.core.patch.DiffProject;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 23)
private final DiffProject project;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 26)
public PatchProjectDiffNode(IDiffContainer parent, DiffProject project, PatchConfiguration configuration) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 36)
return project.getName();
Discouraged access: The method getName() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 43)
Image image = CompareUI.getImage(project.getProject());
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 57)
if (node.getDiffResult().containsProblems())
Discouraged access: The method containsProblems() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/PatchProjectDiffNode.java
 (at line 75)
public DiffProject getDiffProject() {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/Patcher.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 29)
import org.eclipse.compare.internal.core.Messages;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 30)
import org.eclipse.compare.internal.core.patch.DiffProject;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 31)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 32)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 33)
import org.eclipse.compare.internal.core.patch.Hunk;
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 34)
import org.eclipse.compare.internal.core.patch.IHunkFilter;
Discouraged access: The type IHunkFilter is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 35)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 36)
import org.eclipse.compare.internal.core.patch.PatchReader;
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 37)
import org.eclipse.compare.internal.core.patch.Utilities;
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 60)
public class Patcher implements IHunkFilter {
Discouraged access: The type IHunkFilter is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 81)
private FileDiff[] fDiffs;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 95)
configuration.setProperty(IHunkFilter.HUNK_FILTER_PROPERTY, this);
Discouraged access: The type IHunkFilter is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 95)
configuration.setProperty(IHunkFilter.HUNK_FILTER_PROPERTY, this);
Discouraged access: The field HUNK_FILTER_PROPERTY from the type IHunkFilter is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 102)
public FileDiff[] getDiffs() {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 104)
return new FileDiff[0];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 108)
public IPath getPath(FileDiff diff) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 109)
return diff.getStrippedPath(getStripPrefixSegments(), isReversed());
Discouraged access: The method getStrippedPath(int, boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 168)
BufferedReader reader = LineReader.createReader(storage);
Discouraged access: The method createReader(IStorage) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 168)
BufferedReader reader = LineReader.createReader(storage);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
20. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 180)
PatchReader patchReader= new PatchReader();
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
21. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 180)
PatchReader patchReader= new PatchReader();
Discouraged access: The constructor PatchReader() is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
22. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 180)
PatchReader patchReader= new PatchReader();
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
23. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 181)
patchReader.parse(reader);
Discouraged access: The method parse(BufferedReader) from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
24. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 185)
protected void patchParsed(PatchReader patchReader) {
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
25. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 186)
fDiffs = patchReader.getDiffs();
Discouraged access: The method getDiffs() from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
26. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 190)
FileDiff[] fileDiffs = getDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
27. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 194)
FileDiff fileDiff = fileDiffs[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
28. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 195)
for (int j = 0; j < fileDiff.getHunkCount(); j++) {
Discouraged access: The method getHunkCount() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
29. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 196)
Hunk hunk = fileDiff.getHunks()[j];
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
30. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 196)
Hunk hunk = fileDiff.getHunks()[j];
Discouraged access: The method getHunks() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
31. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 197)
String[] lines = hunk.getLines();
Discouraged access: The method getLines() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
32. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 210)
fileDiff.setAddedLines(addedLines);
Discouraged access: The method setAddedLines(int) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
33. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 211)
fileDiff.setRemovedLines(removedLines);
Discouraged access: The method setRemovedLines(int) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
34. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 238)
FileDiff diff= fDiffs[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
35. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 240)
switch (diff.getDiffType(isReversed())) {
Discouraged access: The method getDiffType(boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
36. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 241)
case FileDiff.CHANGE:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
37. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 241)
case FileDiff.CHANGE:
Discouraged access: The field CHANGE from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
38. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 254)
String message= Messages.Patcher_0;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
39. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 254)
String message= Messages.Patcher_0;
Discouraged access: The field Patcher_0 from the type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
40. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 262)
FileDiff diff= fDiffs[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
41. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 275)
int type= diff.getDiffType(isReversed());
Discouraged access: The method getDiffType(boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
42. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 277)
case FileDiff.ADDITION:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
43. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 277)
case FileDiff.ADDITION:
Discouraged access: The field ADDITION from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
44. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 281)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
45. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 281)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
46. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 284)
case FileDiff.DELETION:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
47. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 284)
case FileDiff.DELETION:
Discouraged access: The field DELETION from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
48. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 288)
case FileDiff.CHANGE:
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
49. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 288)
case FileDiff.CHANGE:
Discouraged access: The field CHANGE from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
50. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 292)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
51. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 292)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
52. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 304)
marker.setAttribute(IMarker.MESSAGE, Messages.Patcher_1);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
53. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 304)
marker.setAttribute(IMarker.MESSAGE, Messages.Patcher_1);
Discouraged access: The field Patcher_1 from the type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
54. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 332)
List apply(FileDiff diff, IFile file, boolean create, List failedHunks) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
55. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 333)
FileDiffResult result = getDiffResult(diff);
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
56. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 334)
List lines = LineReader.load(file, create);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
57. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 334)
List lines = LineReader.load(file, create);
Discouraged access: The method load(IStorage, boolean) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
58. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 335)
result.patch(lines, null);
Discouraged access: The method patch(List, IProgressMonitor) from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
59. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 336)
failedHunks.addAll(result.getFailedHunks());
Discouraged access: The method getFailedHunks() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
60. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 340)
} else if (!result.hasMatches()) {
Discouraged access: The method hasMatches() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
61. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 344)
return result.getLines();
Discouraged access: The method getLines() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
62. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 354)
bytes= contents.getBytes(Utilities.getCharset(file));
Discouraged access: The method getCharset(Object) from the type Utilities is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
63. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 354)
bytes= contents.getBytes(Utilities.getCharset(file));
Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
64. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 393)
Hunk hunk= (Hunk) iter.next();
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
65. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 393)
Hunk hunk= (Hunk) iter.next();
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
66. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 394)
sb.append(hunk.getRejectedDescription());
Discouraged access: The method getRejectedDescription() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
67. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 396)
sb.append(hunk.getContent());
Discouraged access: The method getContent() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
68. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 436)
public IFile getTargetFile(FileDiff diff) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
69. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 437)
IPath path = diff.getStrippedPath(getStripPrefixSegments(), isReversed());
Discouraged access: The method getStrippedPath(int, boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
70. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 480)
FileDiff diff= fDiffs[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
71. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 481)
length= Math.min(length, diff.segmentCount());
Discouraged access: The method segmentCount() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
72. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 486)
public void addDiff(FileDiff newDiff){
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
73. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 487)
FileDiff[] temp = new FileDiff[fDiffs.length + 1];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
74. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 487)
FileDiff[] temp = new FileDiff[fDiffs.length + 1];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
75. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 493)
public void removeDiff(FileDiff diffToRemove){
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
76. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 494)
FileDiff[] temp = new FileDiff[fDiffs.length - 1];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
77. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 494)
FileDiff[] temp = new FileDiff[fDiffs.length - 1];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
78. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 505)
if (element instanceof DiffProject)
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
79. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 506)
setEnabledProject((DiffProject) element, enabled);
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
80. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 507)
if (element instanceof FileDiff)
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
81. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 508)
setEnabledFile((FileDiff)element, enabled);
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
82. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 509)
if (element instanceof Hunk)
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
83. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 510)
setEnabledHunk((Hunk) element, enabled);
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
84. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 513)
private void setEnabledProject(DiffProject projectDiff, boolean enabled) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
85. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 514)
FileDiff[] diffFiles = projectDiff.getFileDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
86. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 514)
FileDiff[] diffFiles = projectDiff.getFileDiffs();
Discouraged access: The method getFileDiffs() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
87. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 520)
private void setEnabledFile(FileDiff fileDiff, boolean enabled) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
88. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 521)
Hunk[] hunks = fileDiff.getHunks();
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
89. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 521)
Hunk[] hunks = fileDiff.getHunks();
Discouraged access: The method getHunks() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
90. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 527)
private void setEnabledHunk(Hunk hunk, boolean enabled) {
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
91. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 530)
FileDiff file = hunk.getParent();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
92. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 530)
FileDiff file = hunk.getParent();
Discouraged access: The method getParent() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
93. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 532)
DiffProject project = file.getProject();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
94. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 532)
DiffProject project = file.getProject();
Discouraged access: The method getProject() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
95. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 537)
FileDiff file = hunk.getParent();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
96. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 537)
FileDiff file = hunk.getParent();
Discouraged access: The method getParent() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
97. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 538)
if (disabledElements.containsAll(Arrays.asList(file.getHunks()))) {
Discouraged access: The method getHunks() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
98. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 540)
DiffProject project = file.getProject();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
99. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 540)
DiffProject project = file.getProject();
Discouraged access: The method getProject() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
100. WARNING in /compare/org/eclipse/compare/internal/patch/Patcher.java
 (at line 542)
&& disabledElements.containsAll(Arrays.asList(project .getFileDiffs())))
Discouraged access: The method getFileDiffs() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 22)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.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 /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 237)
enable = node.getDiffResult().getDiffProblem();
Discouraged access: The method getDiffProblem() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 706)
FileDiff[] fileDiffs = fPatcher.getDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 708)
added += fileDiffs[i].getAddedLines();
Discouraged access: The method getAddedLines() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 709)
removed += fileDiffs[i].getRemovedLines();
Discouraged access: The method getRemovedLines() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 717)
FileDiff[] fileDiffs = fPatcher.getDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 719)
Hunk[] hunks = fileDiffs[i].getHunks();
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 719)
Hunk[] hunks = fileDiffs[i].getHunks();
Discouraged access: The method getHunks() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java
 (at line 721)
String[] lines = hunks[j].getLines();
Discouraged access: The method getLines() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 15)
import org.eclipse.compare.internal.core.patch.DiffProject;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 16)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 17)
import org.eclipse.compare.internal.core.patch.Hunk;
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 131)
return fPatcher.getTargetFile(node.getDiffResult().getDiff());
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 134)
return fPatcher.getTargetFile(node.getHunkResult().getDiffResult().getDiff());
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 134)
return fPatcher.getTargetFile(node.getHunkResult().getDiffResult().getDiff());
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 137)
DiffProject diffProject = node.getDiffProject();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 138)
return diffProject.getProject();
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 146)
DiffProject project = node.getDiffProject();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 147)
return NLS.bind(PatchMessages.PreviewPatchPage_SelectProject, project.getName());
Discouraged access: The method getName() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 151)
FileDiff diff = node.getDiffResult().getDiff();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 151)
FileDiff diff = node.getDiffResult().getDiff();
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 155)
Hunk hunk = node.getHunkResult().getHunk();
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 155)
Hunk hunk = node.getHunkResult().getHunk();
Discouraged access: The method getHunk() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 156)
return NLS.bind(PatchMessages.RetargetPatchElementDialog_1, fPatcher.getPath(hunk.getParent()));
Discouraged access: The method getParent() from the type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 165)
DiffProject project = node.getDiffProject();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 170)
FileDiff diff = node.getDiffResult().getDiff();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 170)
FileDiff diff = node.getDiffResult().getDiff();
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/RetargetPatchElementDialog.java
 (at line 174)
fPatcher.retargetHunk(node.getHunkResult().getHunk(), (IFile)fSelectedResource);
Discouraged access: The method getHunk() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 24)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 25)
import org.eclipse.compare.internal.core.patch.HunkResult;
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 26)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 35)
public UnmatchedHunkTypedElement(HunkResult result) {
Discouraged access: The type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 61)
IFile file = ((WorkspaceFileDiffResult)getHunkResult().getDiffResult()).getTargetFile();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 77)
getPatcher().setManuallyMerged(getHunkResult().getHunk(), true);
Discouraged access: The method getHunk() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 83)
private FileDiff getDiff() {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 84)
return getHunkResult().getDiffResult().getDiff();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 84)
return getHunkResult().getDiffResult().getDiff();
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 99)
List lines = getHunkResult().getDiffResult().getAfterLines();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 99)
List lines = getHunkResult().getDiffResult().getAfterLines();
Discouraged access: The method getAfterLines() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 100)
String content = LineReader.createString(getHunkResult().getDiffResult().isPreserveLineDelimeters(), lines);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 100)
String content = LineReader.createString(getHunkResult().getDiffResult().isPreserveLineDelimeters(), lines);
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 100)
String content = LineReader.createString(getHunkResult().getDiffResult().isPreserveLineDelimeters(), lines);
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 100)
String content = LineReader.createString(getHunkResult().getDiffResult().isPreserveLineDelimeters(), lines);
Discouraged access: The method isPreserveLineDelimeters() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 114)
return getHunkResult().getDiffResult().getConfiguration();
Discouraged access: The method getDiffResult() from the type HunkResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/UnmatchedHunkTypedElement.java
 (at line 114)
return getHunkResult().getDiffResult().getConfiguration();
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 15)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 16)
import org.eclipse.compare.internal.core.patch.FileDiffResult;
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 17)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 23)
public class WorkspaceFileDiffResult extends FileDiffResult {
Discouraged access: The type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 25)
public WorkspaceFileDiffResult(FileDiff diff,
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 27)
super(diff, configuration);
Discouraged access: The constructor FileDiffResult(FileDiff, PatchConfiguration) is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 31)
IProject project = getPatcher().getTargetProject(getDiff());
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 42)
List lines = LineReader.load(file, create);
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 42)
List lines = LineReader.load(file, create);
Discouraged access: The method load(IStorage, boolean) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 47)
return Patcher.getPatcher(getConfiguration());
Discouraged access: The method getConfiguration() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 51)
return getPatcher().getTargetFile(getDiff());
Discouraged access: The method getDiff() from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspaceFileDiffResult.java
 (at line 55)
refresh(getTargetFile(), null);
Discouraged access: The method refresh(IStorage, IProgressMonitor) from the type FileDiffResult is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java : 97 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 19)
import org.eclipse.compare.internal.core.Messages;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 20)
import org.eclipse.compare.internal.core.patch.DiffProject;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 21)
import org.eclipse.compare.internal.core.patch.FileDiff;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 22)
import org.eclipse.compare.internal.core.patch.Hunk;
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 23)
import org.eclipse.compare.internal.core.patch.LineReader;
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 24)
import org.eclipse.compare.internal.core.patch.PatchReader;
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 48)
private DiffProject[] fDiffProjects;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
8. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 60)
protected void patchParsed(PatchReader patchReader) {
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
9. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 62)
fDiffProjects = patchReader.getDiffProjects();
Discouraged access: The method getDiffProjects() from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
10. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 63)
fIsWorkspacePatch = patchReader.isWorkspacePatch();
Discouraged access: The method isWorkspacePatch() from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
11. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 66)
public DiffProject[] getDiffProjects() {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
12. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 85)
DiffProject diffProject= fDiffProjects[j];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
13. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 86)
if (diffProject.getProject().isAccessible())
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
14. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 94)
FileDiff[] diffs = getDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
15. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 96)
String message= Messages.WorkspacePatcher_0;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
16. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 96)
String message= Messages.WorkspacePatcher_0;
Discouraged access: The field WorkspacePatcher_0 from the type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
17. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 104)
FileDiff diff= diffs[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
18. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 114)
int type= diff.getDiffType(isReversed());
Discouraged access: The method getDiffType(boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
19. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 116)
case FileDiff.ADDITION :
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
20. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 116)
case FileDiff.ADDITION :
Discouraged access: The field ADDITION from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
21. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 120)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
22. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 120)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
23. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 123)
case FileDiff.DELETION :
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
24. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 123)
case FileDiff.DELETION :
Discouraged access: The field DELETION from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
25. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 127)
case FileDiff.CHANGE :
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
26. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 127)
case FileDiff.CHANGE :
Discouraged access: The field CHANGE from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
27. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 131)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
28. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 131)
store(LineReader.createString(isPreserveLineDelimeters(), result), file, new SubProgressMonitor(pm, workTicks));
Discouraged access: The method createString(boolean, List) from the type LineReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
29. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 148)
marker.setAttribute(IMarker.MESSAGE, Messages.WorkspacePatcher_1);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
30. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 148)
marker.setAttribute(IMarker.MESSAGE, Messages.WorkspacePatcher_1);
Discouraged access: The field WorkspacePatcher_1 from the type Messages is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
31. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 167)
private boolean isAccessible(FileDiff diff) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
32. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 168)
return isEnabled(diff) && diff.getProject().getProject().isAccessible();
Discouraged access: The method getProject() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
33. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 168)
return isEnabled(diff) && diff.getProject().getProject().isAccessible();
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
34. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 177)
public IFile[] getTargetFiles(DiffProject project) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
35. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 179)
FileDiff[] diffs = project.getFileDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
36. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 179)
FileDiff[] diffs = project.getFileDiffs();
Discouraged access: The method getFileDiffs() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
37. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 181)
FileDiff diff = diffs[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
38. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 189)
public IFile getTargetFile(FileDiff diff) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
39. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 190)
IPath path = diff.getStrippedPath(getStripPrefixSegments(), isReversed());
Discouraged access: The method getStrippedPath(int, boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
40. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 191)
DiffProject project = getProject(diff);
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
41. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 193)
return project.getFile(path);
Discouraged access: The method getFile(IPath) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
42. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 197)
private IPath getFullPath(FileDiff diff) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
43. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 198)
IPath path = diff.getStrippedPath(getStripPrefixSegments(), isReversed());
Discouraged access: The method getStrippedPath(int, boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
44. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 199)
DiffProject project = getProject(diff);
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
45. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 201)
return project.getFile(path).getFullPath();
Discouraged access: The method getFile(IPath) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
46. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 210)
IProject tempProject= fDiffProjects[i].getProject();
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
47. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 224)
public void setDiffProjects(DiffProject[] newProjectArray) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
48. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 225)
fDiffProjects = new DiffProject[newProjectArray.length];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
49. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 229)
public void removeProject(DiffProject project) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
50. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 230)
DiffProject[] temp = new DiffProject[fDiffProjects.length - 1];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
51. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 230)
DiffProject[] temp = new DiffProject[fDiffProjects.length - 1];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
52. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 241)
if (element instanceof FileDiff && fDiffProjects != null) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
53. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 242)
FileDiff diff = (FileDiff) element;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
54. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 242)
FileDiff diff = (FileDiff) element;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
55. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 244)
DiffProject project = fDiffProjects[i];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
56. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 245)
if (project.contains(diff))
Discouraged access: The method contains(FileDiff) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
57. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 260)
public void retargetDiff(FileDiff diff, IFile file) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
58. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 261)
retargetedDiffs.put(diff, diff.getPath(false));
Discouraged access: The method getPath(boolean) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
59. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 262)
Hunk[] hunks = diff.getHunks();
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
60. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 262)
Hunk[] hunks = diff.getHunks();
Discouraged access: The method getHunks() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
61. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 266)
diff.getProject().remove(diff);
Discouraged access: The method getProject() from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
62. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 266)
diff.getProject().remove(diff);
Discouraged access: The method remove(FileDiff) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
63. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 269)
FileDiff newDiff = getDiffForFile(file);
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
64. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 271)
Hunk hunk = hunks[i];
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
65. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 272)
newDiff.add(hunk);
Discouraged access: The method add(Hunk) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
66. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 276)
private FileDiff getDiffForFile(IFile file) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
67. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 277)
DiffProject diffProject = null;
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
68. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 278)
FileDiff[] diffsToCheck;
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
69. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 282)
DiffProject[] diffProjects = getDiffProjects();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
70. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 284)
if (diffProjects[i].getProject().equals(project)){
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
71. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 293)
diffsToCheck = diffProject.getFileDiffs();
Discouraged access: The method getFileDiffs() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
72. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 299)
FileDiff fileDiff = diffsToCheck[i];
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
73. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 307)
FileDiff newDiff = new FileDiff(path, 0, path, 0);
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
74. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 307)
FileDiff newDiff = new FileDiff(path, 0, path, 0);
Discouraged access: The constructor FileDiff(IPath, long, IPath, long) is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
75. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 307)
FileDiff newDiff = new FileDiff(path, 0, path, 0);
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
76. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 309)
diffProject.add(newDiff);
Discouraged access: The method add(FileDiff) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
77. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 316)
DiffProject project = getDiffProject(file.getProject());
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
78. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 323)
private boolean isDiffForFile(FileDiff fileDiff, IFile file) {
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
79. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 327)
private DiffProject addDiffProjectForProject(IProject project) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
80. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 328)
DiffProject[] diffProjects = getDiffProjects();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
81. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 329)
DiffProject diffProject = new DiffProject(project);
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
82. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 329)
DiffProject diffProject = new DiffProject(project);
Discouraged access: The constructor DiffProject(IProject) is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
83. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 329)
DiffProject diffProject = new DiffProject(project);
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
84. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 330)
DiffProject[] newProjectArray = new DiffProject[diffProjects.length + 1];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
85. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 330)
DiffProject[] newProjectArray = new DiffProject[diffProjects.length + 1];
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
86. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 337)
public void retargetHunk(Hunk hunk, IFile file) {
Discouraged access: The type Hunk is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
87. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 338)
FileDiff newDiff = getDiffForFile(file);
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
88. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 339)
newDiff.add(hunk);
Discouraged access: The method add(Hunk) from the type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
89. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 342)
public void retargetProject(DiffProject project, IProject targetProject) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
90. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 343)
retargetedDiffs.put(project, project.getProject().getFullPath());
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
91. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 344)
FileDiff[] diffs = project.getFileDiffs();
Discouraged access: The type FileDiff is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
92. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 344)
FileDiff[] diffs = project.getFileDiffs();
Discouraged access: The method getFileDiffs() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
93. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 345)
DiffProject selectedProject = getDiffProject(targetProject);
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
94. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 350)
selectedProject.add(diffs[i]);
Discouraged access: The method add(FileDiff) from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
95. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 364)
private DiffProject getDiffProject(IProject project) {
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
96. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 367)
DiffProject[] projects = getDiffProjects();
Discouraged access: The type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
97. WARNING in /compare/org/eclipse/compare/internal/patch/WorkspacePatcher.java
 (at line 369)
if (projects[i].getProject().equals(project))
Discouraged access: The method getProject() from the type DiffProject is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

/compare/org/eclipse/compare/patch/WorkspacePatcherUI.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 13)
import org.eclipse.compare.internal.core.patch.PatchReader;
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
2. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 42)
return PatchReader.MULTIPROJECTPATCH_HEADER+" "+PatchReader.MULTIPROJECTPATCH_VERSION; //$NON-NLS-1$
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
3. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 42)
return PatchReader.MULTIPROJECTPATCH_HEADER+" "+PatchReader.MULTIPROJECTPATCH_VERSION; //$NON-NLS-1$
Discouraged access: The field MULTIPROJECTPATCH_HEADER from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
4. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 42)
return PatchReader.MULTIPROJECTPATCH_HEADER+" "+PatchReader.MULTIPROJECTPATCH_VERSION; //$NON-NLS-1$
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
5. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 42)
return PatchReader.MULTIPROJECTPATCH_HEADER+" "+PatchReader.MULTIPROJECTPATCH_VERSION; //$NON-NLS-1$
Discouraged access: The field MULTIPROJECTPATCH_VERSION from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
6. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 55)
return PatchReader.MULTIPROJECTPATCH_PROJECT+" "+ project.getName(); //$NON-NLS-1$
Discouraged access: The type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot
7. WARNING in /compare/org/eclipse/compare/patch/WorkspacePatcherUI.java
 (at line 55)
return PatchReader.MULTIPROJECTPATCH_PROJECT+" "+ project.getName(); //$NON-NLS-1$
Discouraged access: The field MULTIPROJECTPATCH_PROJECT from the type PatchReader is not accessible due to restriction on classpath entry /builds/I200901130800/src/plugins/org.eclipse.compare.core/@dot

Back to the top