Compiler log for org.eclipse.jdt.text.tests_3.9.0.v20130514-0733 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 1367

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java
 (at line 29)
import org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner;
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java
 (at line 30)
import org.eclipse.jdt.internal.ui.text.JavaPartitionScanner;
Discouraged access: The type JavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java
 (at line 46)
fReference= new JavaPartitionScanner();
Discouraged access: The constructor JavaPartitionScanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java
 (at line 46)
fReference= new JavaPartitionScanner();
Discouraged access: The type JavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java
 (at line 47)
fTestee= new FastJavaPartitionScanner(true);
Discouraged access: The constructor FastJavaPartitionScanner(boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/PartitionTokenScannerTest.java
 (at line 47)
fTestee= new FastJavaPartitionScanner(true);
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/QuickDiffInvocationCountTest.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/QuickDiffInvocationCountTest.java
 (at line 27)
import org.eclipse.ui.internal.texteditor.quickdiff.QuickDiffRangeDifference;
Discouraged access: The type QuickDiffRangeDifference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/QuickDiffInvocationCountTest.java
 (at line 33)
* Measures the number of created {@link QuickDiffRangeDifference}
Discouraged access: The type QuickDiffRangeDifference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/QuickDiffInvocationCountTest.java
 (at line 79)
* Measures the number of created {@link QuickDiffRangeDifference}
Discouraged access: The type QuickDiffRangeDifference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/QuickDiffInvocationCountTest.java
 (at line 85)
PerformanceMeter performanceMeter= createInvocationCountPerformanceMeter(QuickDiffRangeDifference.class.getConstructors());
Discouraged access: The type QuickDiffRangeDifference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes

/src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 37)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 38)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 184)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 214)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 214)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 228)
private JavaEditor openJavaEditor(IPath path) {
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/PluginsNotLoadedTest.java
 (at line 232)
return (JavaEditor)EditorTestHelper.openInEditor(file, true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/WhitespaceCharacterPainterTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/WhitespaceCharacterPainterTest.java
 (at line 19)
import org.eclipse.ui.internal.editors.text.EditorsPlugin;
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/WhitespaceCharacterPainterTest.java
 (at line 33)
private IPreferenceStore fPreferenceStore= EditorsPlugin.getDefault().getPreferenceStore();
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/WhitespaceCharacterPainterTest.java
 (at line 33)
private IPreferenceStore fPreferenceStore= EditorsPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes

/src/org/eclipse/jdt/text/tests/IndentActionTest.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 20)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 34)
import org.eclipse.jdt.internal.ui.actions.IndentAction;
Discouraged access: The type IndentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 35)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 70)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 70)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 86)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 95)
fEditor= (JavaEditor) EditorTestHelper.openInEditor(ResourceTestHelper.findFile(filename), true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 113)
new IndentAction(new EmptyBundle(), "prefix", fEditor, false).run();
Discouraged access: The constructor IndentAction(ResourceBundle, String, ITextEditor, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 113)
new IndentAction(new EmptyBundle(), "prefix", fEditor, false).run();
Discouraged access: The method run() from the type IndentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/IndentActionTest.java
 (at line 113)
new IndentAction(new EmptyBundle(), "prefix", fEditor, false).run();
Discouraged access: The type IndentAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 28)
import org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner;
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 29)
import org.eclipse.jdt.internal.ui.text.JavaPairMatcher;
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 38)
protected JavaPairMatcher fPairMatcher;
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 50)
return new JavaPairMatcher(chars.toCharArray());
Discouraged access: The constructor JavaPairMatcher(char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 50)
return new JavaPairMatcher(chars.toCharArray());
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 63)
FastPartitioner partitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The constructor FastJavaPartitionScanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 63)
FastPartitioner partitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 68)
fPairMatcher= new JavaPairMatcher(new char[] { '(', ')' });
Discouraged access: The constructor JavaPairMatcher(char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 68)
fPairMatcher= new JavaPairMatcher(new char[] { '(', ')' });
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 81)
IRegion match= fPairMatcher.match(fDocument, 2);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 85)
match= fPairMatcher.match(fDocument, 5);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 91)
IRegion match= fPairMatcher.match(fDocument, 3);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 95)
match= fPairMatcher.match(fDocument, 6);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 101)
IRegion match= fPairMatcher.match(fDocument, 11);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 105)
match= fPairMatcher.match(fDocument, 8);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 112)
IRegion match= fPairMatcher.match(fDocument, 12);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 116)
match= fPairMatcher.match(fDocument, 9);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 123)
IRegion match= fPairMatcher.match(fDocument, 5);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 130)
IRegion match= fPairMatcher.match(fDocument, 6);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 137)
IRegion match= fPairMatcher.match(fDocument, 14);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 144)
IRegion match= fPairMatcher.match(fDocument, 15);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 160)
final JavaPairMatcher matcher= (JavaPairMatcher) createMatcher("(){}[]<>");
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 160)
final JavaPairMatcher matcher= (JavaPairMatcher) createMatcher("(){}[]<>");
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 161)
matcher.setSourceVersion(JavaCore.VERSION_1_4);
Discouraged access: The method setSourceVersion(String) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 175)
final JavaPairMatcher matcher= (JavaPairMatcher) createMatcher("(){}[]<>");
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 175)
final JavaPairMatcher matcher= (JavaPairMatcher) createMatcher("(){}[]<>");
Discouraged access: The type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 176)
matcher.setSourceVersion(JavaCore.VERSION_1_5);
Discouraged access: The method setSourceVersion(String) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/JavaPairMatcherTest.java
 (at line 191)
IRegion match= fPairMatcher.match(fDocument, 4);
Discouraged access: The method match(IDocument, int) from the type JavaPairMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 32)
import org.eclipse.jdt.internal.ui.text.java.JavaParameterListValidator;
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 39)
protected JavaParameterListValidator fValidator;
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 48)
fValidator= new JavaParameterListValidator();
Discouraged access: The constructor JavaParameterListValidator() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 48)
fValidator= new JavaParameterListValidator();
Discouraged access: The type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 111)
fValidator.install(info, fTextViewer, 0);
Discouraged access: The method install(IContextInformation, ITextViewer, int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 115)
fValidator.updatePresentation(i, p);
Discouraged access: The method updatePresentation(int, TextPresentation) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 293)
fValidator.install(info, fTextViewer, 1);
Discouraged access: The method install(IContextInformation, ITextViewer, int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 295)
assertTrue(!fValidator.isContextInformationValid(0));
Discouraged access: The method isContextInformationValid(int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 302)
assertTrue(fValidator.isContextInformationValid(pos));
Discouraged access: The method isContextInformationValid(int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 303)
assertTrue(!fValidator.isContextInformationValid(length));
Discouraged access: The method isContextInformationValid(int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 307)
assertTrue(fValidator.isContextInformationValid(pos));
Discouraged access: The method isContextInformationValid(int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/JavaParameterListValidatorTest.java
 (at line 308)
assertTrue(!fValidator.isContextInformationValid(0));
Discouraged access: The method isContextInformationValid(int) from the type JavaParameterListValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/OverrideIndicatorTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/OverrideIndicatorTest.java
 (at line 39)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/OverrideIndicatorTest.java
 (at line 51)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/OverrideIndicatorTest.java
 (at line 70)
fTextWidget= fEditor.getViewer().getTextWidget();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/OverrideIndicatorTest.java
 (at line 85)
private JavaEditor openJavaEditor(IPath path) {
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/OverrideIndicatorTest.java
 (at line 89)
return (JavaEditor)EditorTestHelper.openInEditor(file, true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java
 (at line 24)
import org.eclipse.jdt.internal.ui.text.java.JavaDoubleClickSelector;
Discouraged access: The type JavaDoubleClickSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java
 (at line 32)
private static class PublicSelector extends JavaDoubleClickSelector {
Discouraged access: The type JavaDoubleClickSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java
 (at line 35)
return super.findWord(document, anchor);
Discouraged access: The method findWord(IDocument, int) from the type JavaDoubleClickSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java
 (at line 46)
selector.setSourceVersion(JavaCore.VERSION_1_4);
Discouraged access: The method setSourceVersion(String) from the type JavaDoubleClickSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoubleClickSelectorTest.java
 (at line 54)
selector.setSourceVersion(JavaCore.VERSION_1_5);
Discouraged access: The method setSourceVersion(String) from the type JavaDoubleClickSelector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java : 54 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 29)
import org.eclipse.jdt.internal.corext.template.java.JavaContextType;
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 30)
import org.eclipse.jdt.internal.corext.template.java.JavaDocContextType;
Discouraged access: The type JavaDocContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 31)
import org.eclipse.jdt.internal.corext.template.java.SWTContextType;
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 33)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 48)
ContextTypeRegistry registry= JavaPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 48)
ContextTypeRegistry registry= JavaPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 48)
ContextTypeRegistry registry= JavaPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The method getTemplateContextRegistry() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 51)
TemplateStore templateStore= JavaPlugin.getDefault().getTemplateStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 51)
TemplateStore templateStore= JavaPlugin.getDefault().getTemplateStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 51)
TemplateStore templateStore= JavaPlugin.getDefault().getTemplateStore();
Discouraged access: The method getTemplateStore() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 69)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_ALL);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 69)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_ALL);
Discouraged access: The field ID_ALL from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 69)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_ALL);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 69)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_ALL);
Discouraged access: The field ID_ALL from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 70)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_MEMBERS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 70)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_MEMBERS);
Discouraged access: The field ID_ALL from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 70)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_MEMBERS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 70)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_MEMBERS);
Discouraged access: The field ID_MEMBERS from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 71)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_STATEMENTS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 71)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_STATEMENTS);
Discouraged access: The field ID_ALL from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 71)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_STATEMENTS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 71)
checkContribution(JavaContextType.ID_ALL, JavaContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 72)
checkContribution(JavaContextType.ID_MEMBERS, JavaContextType.ID_MEMBERS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 72)
checkContribution(JavaContextType.ID_MEMBERS, JavaContextType.ID_MEMBERS);
Discouraged access: The field ID_MEMBERS from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 72)
checkContribution(JavaContextType.ID_MEMBERS, JavaContextType.ID_MEMBERS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 72)
checkContribution(JavaContextType.ID_MEMBERS, JavaContextType.ID_MEMBERS);
Discouraged access: The field ID_MEMBERS from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 73)
checkContribution(JavaContextType.ID_STATEMENTS, JavaContextType.ID_STATEMENTS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 73)
checkContribution(JavaContextType.ID_STATEMENTS, JavaContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 73)
checkContribution(JavaContextType.ID_STATEMENTS, JavaContextType.ID_STATEMENTS);
Discouraged access: The type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 73)
checkContribution(JavaContextType.ID_STATEMENTS, JavaContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type JavaContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 77)
checkContribution(JavaDocContextType.ID, JavaDocContextType.ID);
Discouraged access: The type JavaDocContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 77)
checkContribution(JavaDocContextType.ID, JavaDocContextType.ID);
Discouraged access: The field ID from the type JavaDocContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 77)
checkContribution(JavaDocContextType.ID, JavaDocContextType.ID);
Discouraged access: The type JavaDocContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 77)
checkContribution(JavaDocContextType.ID, JavaDocContextType.ID);
Discouraged access: The field ID from the type JavaDocContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 81)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_ALL);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 81)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_ALL);
Discouraged access: The field ID_ALL from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 81)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_ALL);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 81)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_ALL);
Discouraged access: The field ID_ALL from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 82)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_MEMBERS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 82)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_MEMBERS);
Discouraged access: The field ID_ALL from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 82)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_MEMBERS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 82)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_MEMBERS);
Discouraged access: The field ID_MEMBERS from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 83)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_STATEMENTS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 83)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_STATEMENTS);
Discouraged access: The field ID_ALL from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 83)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_STATEMENTS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 83)
checkContribution(SWTContextType.ID_ALL, SWTContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 84)
checkContribution(SWTContextType.ID_MEMBERS, SWTContextType.ID_MEMBERS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 84)
checkContribution(SWTContextType.ID_MEMBERS, SWTContextType.ID_MEMBERS);
Discouraged access: The field ID_MEMBERS from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 84)
checkContribution(SWTContextType.ID_MEMBERS, SWTContextType.ID_MEMBERS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 84)
checkContribution(SWTContextType.ID_MEMBERS, SWTContextType.ID_MEMBERS);
Discouraged access: The field ID_MEMBERS from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 85)
checkContribution(SWTContextType.ID_STATEMENTS, SWTContextType.ID_STATEMENTS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 85)
checkContribution(SWTContextType.ID_STATEMENTS, SWTContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 85)
checkContribution(SWTContextType.ID_STATEMENTS, SWTContextType.ID_STATEMENTS);
Discouraged access: The type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java
 (at line 85)
checkContribution(SWTContextType.ID_STATEMENTS, SWTContextType.ID_STATEMENTS);
Discouraged access: The field ID_STATEMENTS from the type SWTContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 28)
import org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner;
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 29)
import org.eclipse.jdt.internal.ui.text.java.SmartSemicolonAutoEditStrategy;
Discouraged access: The type SmartSemicolonAutoEditStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 44)
private static class SmartSemicolon extends SmartSemicolonAutoEditStrategy {
Discouraged access: The type SmartSemicolonAutoEditStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 47)
super("");
Discouraged access: The constructor SmartSemicolonAutoEditStrategy(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 51)
return SmartSemicolonAutoEditStrategy.computeCharacterPosition(document, line, offset, character, partitioning);
Discouraged access: The type SmartSemicolonAutoEditStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 51)
return SmartSemicolonAutoEditStrategy.computeCharacterPosition(document, line, offset, character, partitioning);
Discouraged access: The method computeCharacterPosition(IDocument, ITextSelection, int, char, String) from the type SmartSemicolonAutoEditStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 76)
fPartitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The constructor FastJavaPartitionScanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/SmartSemicolonAutoEditStrategyTest.java
 (at line 76)
fPartitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 15)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 23)
import org.eclipse.jdt.ui.tests.core.ProjectTestSetup;
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 25)
class CompletionTestSetup extends ProjectTestSetup {
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 28)
IJavaProject project= getProject();
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 31)
root= JavaProjectHelper.addSourceContainer(project, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 31)
root= JavaProjectHelper.addSourceContainer(project, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 42)
IJavaProject project= getProject();
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 46)
root= JavaProjectHelper.addSourceContainer(project, sourceFolder);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 46)
root= JavaProjectHelper.addSourceContainer(project, sourceFolder);
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CompletionTestSetup.java
 (at line 56)
super(test);
Discouraged access: The constructor ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes

/src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java : 88 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 25)
import com.sun.jdi.ClassType;
Discouraged access: The type ClassType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 26)
import com.sun.jdi.Method;
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 27)
import com.sun.jdi.ObjectReference;
Discouraged access: The type ObjectReference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 28)
import com.sun.jdi.VMDisconnectedException;
Discouraged access: The type VMDisconnectedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 29)
import com.sun.jdi.VirtualMachine;
Discouraged access: The type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 30)
import com.sun.jdi.VirtualMachineManager;
Discouraged access: The type VirtualMachineManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 31)
import com.sun.jdi.connect.AttachingConnector;
Discouraged access: The type AttachingConnector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 32)
import com.sun.jdi.connect.Connector;
Discouraged access: The type Connector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 33)
import com.sun.jdi.connect.IllegalConnectorArgumentsException;
Discouraged access: The type IllegalConnectorArgumentsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
10. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 34)
import com.sun.jdi.event.BreakpointEvent;
Discouraged access: The type BreakpointEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
11. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 35)
import com.sun.jdi.event.Event;
Discouraged access: The type Event is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
12. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 36)
import com.sun.jdi.event.EventIterator;
Discouraged access: The type EventIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
13. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 37)
import com.sun.jdi.event.EventQueue;
Discouraged access: The type EventQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
14. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 38)
import com.sun.jdi.event.EventSet;
Discouraged access: The type EventSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
15. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 39)
import com.sun.jdi.event.VMDeathEvent;
Discouraged access: The type VMDeathEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
16. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 40)
import com.sun.jdi.request.BreakpointRequest;
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
17. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 41)
import com.sun.jdi.request.EventRequest;
Discouraged access: The type EventRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
18. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 70)
private EventQueue fEventQueue;
Discouraged access: The type EventQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
19. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 84)
public EventReader(EventQueue queue) {
Discouraged access: The type EventQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
20. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 132)
EventSet eventSet;
Discouraged access: The type EventSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
21. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 134)
eventSet= fEventQueue.remove();
Discouraged access: The method remove() from the type EventQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
22. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 136)
eventSet= fEventQueue.remove(fTimeout);
Discouraged access: The method remove(long) from the type EventQueue is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
23. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 144)
EventIterator iterator= eventSet.eventIterator();
Discouraged access: The type EventIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
24. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 144)
EventIterator iterator= eventSet.eventIterator();
Discouraged access: The method eventIterator() from the type EventSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
25. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 146)
Event event= iterator.nextEvent();
Discouraged access: The type Event is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
26. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 146)
Event event= iterator.nextEvent();
Discouraged access: The method nextEvent() from the type EventIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
27. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 147)
if (event instanceof BreakpointEvent)
Discouraged access: The type BreakpointEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
28. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 148)
handleBreakpointEvent((BreakpointEvent) event);
Discouraged access: The type BreakpointEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
29. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 149)
if (event instanceof VMDeathEvent) {
Discouraged access: The type VMDeathEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
30. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 155)
eventSet.resume();
Discouraged access: The method resume() from the type EventSet is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
31. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 162)
} catch (VMDisconnectedException x) {
Discouraged access: The type VMDisconnectedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
32. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 170)
fVM.resume();
Discouraged access: The method resume() from the type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
33. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 179)
fBreakpointRequests[i].enable();
Discouraged access: The method enable() from the type EventRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
34. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 187)
fBreakpointRequests[i].disable();
Discouraged access: The method disable() from the type EventRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
35. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 195)
private void handleBreakpointEvent(BreakpointEvent event) {
Discouraged access: The type BreakpointEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
36. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 199)
ObjectReference thisObject= event.thread().frame(0).thisObject();
Discouraged access: The type ObjectReference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
37. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 199)
ObjectReference thisObject= event.thread().frame(0).thisObject();
Discouraged access: The method thread() from the type LocatableEvent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
38. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 199)
ObjectReference thisObject= event.thread().frame(0).thisObject();
Discouraged access: The method frame(int) from the type ThreadReference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
39. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 199)
ObjectReference thisObject= event.thread().frame(0).thisObject();
Discouraged access: The method thisObject() from the type StackFrame is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
40. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 200)
Method method= event.location().method();
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
41. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 200)
Method method= event.location().method();
Discouraged access: The method location() from the type Locatable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
42. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 200)
Method method= event.location().method();
Discouraged access: The method method() from the type Location is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
43. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 201)
String classKey= method.declaringType().name() + "#" + method.name() + method.signature(); //$NON-NLS-1$
Discouraged access: The method declaringType() from the type TypeComponent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
44. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 201)
String classKey= method.declaringType().name() + "#" + method.name() + method.signature(); //$NON-NLS-1$
Discouraged access: The method name() from the type ReferenceType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
45. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 201)
String classKey= method.declaringType().name() + "#" + method.name() + method.signature(); //$NON-NLS-1$
Discouraged access: The method name() from the type TypeComponent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
46. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 201)
String classKey= method.declaringType().name() + "#" + method.name() + method.signature(); //$NON-NLS-1$
Discouraged access: The method signature() from the type TypeComponent is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
47. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 202)
String instanceKey= fCollectInstanceResults ? (thisObject.referenceType().name() + " (id=" + thisObject.uniqueID() + ")") : "all instances"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method referenceType() from the type ObjectReference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
48. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 202)
String instanceKey= fCollectInstanceResults ? (thisObject.referenceType().name() + " (id=" + thisObject.uniqueID() + ")") : "all instances"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method name() from the type ReferenceType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
49. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 202)
String instanceKey= fCollectInstanceResults ? (thisObject.referenceType().name() + " (id=" + thisObject.uniqueID() + ")") : "all instances"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method uniqueID() from the type ObjectReference is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
50. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 299)
private VirtualMachine fVM;
Discouraged access: The type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
51. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 317)
private BreakpointRequest[] fBreakpointRequests;
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
52. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 382)
fBreakpointRequests= (BreakpointRequest[]) requests.toArray(new BreakpointRequest[requests.size()]);
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
53. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 382)
fBreakpointRequests= (BreakpointRequest[]) requests.toArray(new BreakpointRequest[requests.size()]);
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
54. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 384)
fEventReader= new EventReader(fVM.eventQueue());
Discouraged access: The method eventQueue() from the type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
55. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 388)
} catch (IllegalConnectorArgumentsException x) {
Discouraged access: The type IllegalConnectorArgumentsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
56. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 446)
private void attach(String host, int port) throws IOException, IllegalConnectorArgumentsException {
Discouraged access: The type IllegalConnectorArgumentsException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
57. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 447)
VirtualMachineManager manager= Bootstrap.virtualMachineManager();
Discouraged access: The type VirtualMachineManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
58. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 448)
List connectors= manager.attachingConnectors();
Discouraged access: The method attachingConnectors() from the type VirtualMachineManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
59. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 449)
AttachingConnector connector= (AttachingConnector) connectors.get(0);
Discouraged access: The type AttachingConnector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
60. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 449)
AttachingConnector connector= (AttachingConnector) connectors.get(0);
Discouraged access: The type AttachingConnector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
61. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 450)
Map args= connector.defaultArguments();
Discouraged access: The method defaultArguments() from the type Connector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
62. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 452)
((Connector.Argument) args.get("port")).setValue(String.valueOf(port)); //$NON-NLS-1$
Discouraged access: The method setValue(String) from the type Connector.Argument is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
63. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 452)
((Connector.Argument) args.get("port")).setValue(String.valueOf(port)); //$NON-NLS-1$
Discouraged access: The type Connector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
64. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 452)
((Connector.Argument) args.get("port")).setValue(String.valueOf(port)); //$NON-NLS-1$
Discouraged access: The type Connector.Argument is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
65. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 453)
((Connector.Argument) args.get("hostname")).setValue(host); //$NON-NLS-1$
Discouraged access: The method setValue(String) from the type Connector.Argument is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
66. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 453)
((Connector.Argument) args.get("hostname")).setValue(host); //$NON-NLS-1$
Discouraged access: The type Connector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
67. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 453)
((Connector.Argument) args.get("hostname")).setValue(host); //$NON-NLS-1$
Discouraged access: The type Connector.Argument is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
68. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 454)
fVM= connector.attach(args);
Discouraged access: The method attach(Map<String,? extends Connector.Argument>) from the type AttachingConnector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
69. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 461)
fVM.dispose();
Discouraged access: The method dispose() from the type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
70. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 471)
private BreakpointRequest createBreakpointRequest(java.lang.reflect.Method method) {
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
71. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 481)
private BreakpointRequest createBreakpointRequest(Constructor constructor) {
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
72. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 491)
private BreakpointRequest createBreakpointRequest(Method method) {
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
73. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 491)
private BreakpointRequest createBreakpointRequest(Method method) {
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
74. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 492)
BreakpointRequest request= fVM.eventRequestManager().createBreakpointRequest(method.location());
Discouraged access: The type BreakpointRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
75. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 492)
BreakpointRequest request= fVM.eventRequestManager().createBreakpointRequest(method.location());
Discouraged access: The method eventRequestManager() from the type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
76. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 492)
BreakpointRequest request= fVM.eventRequestManager().createBreakpointRequest(method.location());
Discouraged access: The method createBreakpointRequest(Location) from the type EventRequestManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
77. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 492)
BreakpointRequest request= fVM.eventRequestManager().createBreakpointRequest(method.location());
Discouraged access: The method location() from the type Locatable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
78. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 493)
request.setSuspendPolicy(EventRequest.SUSPEND_EVENT_THREAD);
Discouraged access: The method setSuspendPolicy(int) from the type EventRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
79. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 493)
request.setSuspendPolicy(EventRequest.SUSPEND_EVENT_THREAD);
Discouraged access: The type EventRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
80. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 493)
request.setSuspendPolicy(EventRequest.SUSPEND_EVENT_THREAD);
Discouraged access: The field SUSPEND_EVENT_THREAD from the type EventRequest is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
81. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 505)
private Method getMethod(String className, String name, String signature) {
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
82. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 506)
ClassType type= (ClassType) fVM.classesByName(className).get(0);
Discouraged access: The type ClassType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
83. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 506)
ClassType type= (ClassType) fVM.classesByName(className).get(0);
Discouraged access: The type ClassType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
84. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 506)
ClassType type= (ClassType) fVM.classesByName(className).get(0);
Discouraged access: The method classesByName(String) from the type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
85. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 507)
return type.concreteMethodByName(name, signature);
Discouraged access: The method concreteMethodByName(String, String) from the type ClassType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
86. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 515)
fVM.eventRequestManager().deleteAllBreakpoints();
Discouraged access: The method eventRequestManager() from the type VirtualMachine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
87. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 515)
fVM.eventRequestManager().deleteAllBreakpoints();
Discouraged access: The method deleteAllBreakpoints() from the type EventRequestManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes
88. WARNING in /src/org/eclipse/jdt/text/tests/performance/InvocationCountPerformanceMeter.java
 (at line 516)
} catch (VMDisconnectedException x) {
Discouraged access: The type VMDisconnectedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/jdi.jar-classes

/src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 15)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 40)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 41)
import org.eclipse.jdt.internal.ui.javaeditor.ICompilationUnitDocumentProvider;
Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 54)
fJavaProject= JavaProjectHelper.createJavaProject("P", "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 54)
fJavaProject= JavaProjectHelper.createJavaProject("P", "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 56)
IPackageFragmentRoot root= JavaProjectHelper.addSourceContainer(fJavaProject, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 56)
IPackageFragmentRoot root= JavaProjectHelper.addSourceContainer(fJavaProject, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 72)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 72)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 129)
ICompilationUnitDocumentProvider provider= JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 129)
ICompilationUnitDocumentProvider provider= JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 129)
ICompilationUnitDocumentProvider provider= JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/CompilationUnitDocumentProviderTest.java
 (at line 129)
ICompilationUnitDocumentProvider provider= JavaPlugin.getDefault().getCompilationUnitDocumentProvider();
Discouraged access: The method getCompilationUnitDocumentProvider() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java : 99 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 28)
import org.eclipse.jdt.ui.tests.core.ProjectTestSetup;
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 30)
import org.eclipse.jdt.internal.ui.text.java.ContentAssistHistory;
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 31)
import org.eclipse.jdt.internal.ui.text.java.ContentAssistHistory.RHSHistory;
Discouraged access: The type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 66)
return new ProjectTestSetup(test) {
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 71)
super.setUp();
Discouraged access: The method setUp() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 73)
IJavaProject project= ProjectTestSetup.getProject();
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 73)
IJavaProject project= ProjectTestSetup.getProject();
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 87)
new ContentAssistHistory(-1, 1);
Discouraged access: The constructor ContentAssistHistory(int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 87)
new ContentAssistHistory(-1, 1);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 92)
new ContentAssistHistory(1, 0);
Discouraged access: The constructor ContentAssistHistory(int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 92)
new ContentAssistHistory(1, 0);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 97)
new ContentAssistHistory(1, 1);
Discouraged access: The constructor ContentAssistHistory(int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 97)
new ContentAssistHistory(1, 1);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 105)
new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 105)
new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 112)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 112)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 112)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 114)
history.remember(null, null);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 119)
history.remember(null, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 124)
history.remember(fgStringT, null);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 129)
history.remember(fgStringT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 136)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 136)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 136)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 137)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 137)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 139)
history.remember(fgCharSequenceT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 140)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 140)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 141)
assertEquals(list(STRING), history.getHistory(CHAR_SEQUENCE).getTypes());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 141)
assertEquals(list(STRING), history.getHistory(CHAR_SEQUENCE).getTypes());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 143)
history.remember(fgStringT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 144)
assertTrue("history must not remember final left hand sides", history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 144)
assertTrue("history must not remember final left hand sides", history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 146)
history.remember(fgCharSequenceT, fgStringBufferT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 147)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 147)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 148)
assertEquals(list(STRING, STRING_BUFFER), history.getHistory(CHAR_SEQUENCE).getTypes());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 148)
assertEquals(list(STRING, STRING_BUFFER), history.getHistory(CHAR_SEQUENCE).getTypes());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 150)
history.remember(fgStringT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 151)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 151)
assertTrue(history.getHistory(STRING).getTypes().isEmpty());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 152)
assertEquals("order not correct", list(STRING_BUFFER, STRING), history.getHistory(CHAR_SEQUENCE).getTypes());
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 152)
assertEquals("order not correct", list(STRING_BUFFER, STRING), history.getHistory(CHAR_SEQUENCE).getTypes());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 156)
ContentAssistHistory history= new ContentAssistHistory(1, 1);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 156)
ContentAssistHistory history= new ContentAssistHistory(1, 1);
Discouraged access: The constructor ContentAssistHistory(int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 156)
ContentAssistHistory history= new ContentAssistHistory(1, 1);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 158)
history.remember(fgCharSequenceT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 159)
assertEqualMap(map(CHAR_SEQUENCE, list(STRING)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 161)
history.remember(fgStringT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 162)
assertEqualMap("adding final types must not modify the history", map(CHAR_SEQUENCE, list(STRING)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 164)
history.remember(fgCharSequenceT, fgStringBufferT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 165)
assertEqualMap(map(CHAR_SEQUENCE, list(STRING_BUFFER)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 167)
history.remember(fgCharSequenceT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 168)
assertEqualMap("adding types that are not related must not modify the history", map(CHAR_SEQUENCE, list(STRING_BUFFER)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 170)
history.remember(fgListT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 171)
assertEqualMap("adding types that are not related must not modify the history", map(CHAR_SEQUENCE, list(STRING_BUFFER)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 173)
history.remember(fgCollectionT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 174)
assertEqualMap(map(COLLECTION, list(ARRAY_LIST)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 178)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 178)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 178)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 180)
history.remember(fgListT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 181)
assertEqualMap(map(LIST, list(ARRAY_LIST), COLLECTION, list(ARRAY_LIST), ITERABLE, list(ARRAY_LIST)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 185)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
67. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 185)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
68. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 185)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
69. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 187)
history.remember(fgListT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
70. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 188)
history.remember(fgCollectionT, fgLinkedListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
71. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 190)
assertEqualMap(map(LIST, list(ARRAY_LIST), COLLECTION, list(ARRAY_LIST, LINKED_LIST), ITERABLE, list(ARRAY_LIST, LINKED_LIST)), history.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
72. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 194)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
73. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 194)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
74. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 194)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
75. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 196)
history.remember(fgListT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
76. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 197)
history.remember(fgCollectionT, fgLinkedListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
77. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 199)
Map map= history.getEntireHistory();
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
78. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 207)
((RHSHistory) map.get(LIST)).getTypes().clear();
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
79. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 207)
((RHSHistory) map.get(LIST)).getTypes().clear();
Discouraged access: The type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
80. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 214)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
81. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 214)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
82. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 214)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
83. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 216)
history.remember(fgListT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
84. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 217)
history.remember(fgCollectionT, fgLinkedListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
85. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 219)
List set= history.getHistory(LIST).getTypes();
Discouraged access: The method getHistory(String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
86. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 219)
List set= history.getHistory(LIST).getTypes();
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
87. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 228)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
88. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 228)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The constructor ContentAssistHistory() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
89. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 228)
ContentAssistHistory history= new ContentAssistHistory();
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
90. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 230)
history.remember(fgListT, fgArrayListT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
91. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 231)
history.remember(fgCharSequenceT, fgStringT);
Discouraged access: The method remember(IType, IType) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
92. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 236)
ContentAssistHistory.store(history, prefs, key);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
93. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 236)
ContentAssistHistory.store(history, prefs, key);
Discouraged access: The method store(ContentAssistHistory, Preferences, String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
94. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 237)
ContentAssistHistory loaded= ContentAssistHistory.load(prefs, key);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
95. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 237)
ContentAssistHistory loaded= ContentAssistHistory.load(prefs, key);
Discouraged access: The type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
96. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 237)
ContentAssistHistory loaded= ContentAssistHistory.load(prefs, key);
Discouraged access: The method load(Preferences, String) from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
97. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 239)
assertEqualMap(map(LIST, list(ARRAY_LIST), COLLECTION, list(ARRAY_LIST), ITERABLE, list(ARRAY_LIST), CHAR_SEQUENCE, list(STRING)), loaded.getEntireHistory());
Discouraged access: The method getEntireHistory() from the type ContentAssistHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
98. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 250)
assertEquals(message, expected.get(type), ((RHSHistory) actual.get(type)).getTypes());
Discouraged access: The method getTypes() from the type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
99. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java
 (at line 250)
assertEquals(message, expected.get(type), ((RHSHistory) actual.get(type)).getTypes());
Discouraged access: The type ContentAssistHistory.RHSHistory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 49)
import org.eclipse.ui.internal.editors.text.EditorsPlugin;
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 59)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 60)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 61)
import org.eclipse.jdt.internal.ui.viewsupport.ISelectionListenerWithAST;
Discouraged access: The type ISelectionListenerWithAST is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 62)
import org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager;
Discouraged access: The type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 76)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 81)
private ISelectionListenerWithAST fSelWASTListener;
Discouraged access: The type ISelectionListenerWithAST is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 98)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 98)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 99)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, true);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 99)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, true);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 102)
fTextWidget= fEditor.getViewer().getTextWidget();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 112)
fSelWASTListener= new ISelectionListenerWithAST() {
Discouraged access: The type ISelectionListenerWithAST is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 138)
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
Discouraged access: The type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 138)
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
Discouraged access: The method getDefault() from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 138)
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
Discouraged access: The method addListener(ITextEditor, ISelectionListenerWithAST) from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 146)
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
Discouraged access: The type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 146)
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
Discouraged access: The method getDefault() from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 146)
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
Discouraged access: The method removeListener(ITextEditor, ISelectionListenerWithAST) from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 156)
private JavaEditor openJavaEditor(IPath path) {
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 160)
return (JavaEditor)EditorTestHelper.openInEditor(file, true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 189)
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
Discouraged access: The type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 189)
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
Discouraged access: The method getDefault() from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 189)
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
Discouraged access: The method removeListener(ITextEditor, ISelectionListenerWithAST) from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 191)
JavaEditor newEditor= openJavaEditor(new Path("/" + JUnitProjectTestSetup.getProject().getElementName() + "/src/junit/framework/Test.java"));
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 193)
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
Discouraged access: The type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 193)
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
Discouraged access: The method getDefault() from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 193)
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
Discouraged access: The method addListener(ITextEditor, ISelectionListenerWithAST) from the type SelectionListenerWithASTManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 313)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, false);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 313)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, false);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 344)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, false);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 344)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, false);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 387)
AnnotationPreference annotationPref= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(OCCURRENCE_ANNOTATION);
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 387)
AnnotationPreference annotationPref= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(OCCURRENCE_ANNOTATION);
Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest.java
 (at line 387)
AnnotationPreference annotationPref= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(OCCURRENCE_ANNOTATION);
Discouraged access: The method getAnnotationPreferenceLookup() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes

/src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 20)
import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings;
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 31)
setUpSemanticHighlighting(SemanticHighlightings.DEPRECATED_MEMBER);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 31)
setUpSemanticHighlighting(SemanticHighlightings.DEPRECATED_MEMBER);
Discouraged access: The field DEPRECATED_MEMBER from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 49)
setUpSemanticHighlighting(SemanticHighlightings.STATIC_FINAL_FIELD);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 49)
setUpSemanticHighlighting(SemanticHighlightings.STATIC_FINAL_FIELD);
Discouraged access: The field STATIC_FINAL_FIELD from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 60)
setUpSemanticHighlighting(SemanticHighlightings.STATIC_FIELD);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 60)
setUpSemanticHighlighting(SemanticHighlightings.STATIC_FIELD);
Discouraged access: The field STATIC_FIELD from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 73)
setUpSemanticHighlighting(SemanticHighlightings.FIELD);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 73)
setUpSemanticHighlighting(SemanticHighlightings.FIELD);
Discouraged access: The field FIELD from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 99)
setUpSemanticHighlighting(SemanticHighlightings.INHERITED_FIELD);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 99)
setUpSemanticHighlighting(SemanticHighlightings.INHERITED_FIELD);
Discouraged access: The field INHERITED_FIELD from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 109)
setUpSemanticHighlighting(SemanticHighlightings.NUMBER);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 109)
setUpSemanticHighlighting(SemanticHighlightings.NUMBER);
Discouraged access: The field NUMBER from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 124)
setUpSemanticHighlighting(SemanticHighlightings.METHOD_DECLARATION);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 124)
setUpSemanticHighlighting(SemanticHighlightings.METHOD_DECLARATION);
Discouraged access: The field METHOD_DECLARATION from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 138)
setUpSemanticHighlighting(SemanticHighlightings.STATIC_METHOD_INVOCATION);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 138)
setUpSemanticHighlighting(SemanticHighlightings.STATIC_METHOD_INVOCATION);
Discouraged access: The field STATIC_METHOD_INVOCATION from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 152)
setUpSemanticHighlighting(SemanticHighlightings.ABSTRACT_METHOD_INVOCATION);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 152)
setUpSemanticHighlighting(SemanticHighlightings.ABSTRACT_METHOD_INVOCATION);
Discouraged access: The field ABSTRACT_METHOD_INVOCATION from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 162)
setUpSemanticHighlighting(SemanticHighlightings.INHERITED_METHOD_INVOCATION);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 162)
setUpSemanticHighlighting(SemanticHighlightings.INHERITED_METHOD_INVOCATION);
Discouraged access: The field INHERITED_METHOD_INVOCATION from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 173)
setUpSemanticHighlighting(SemanticHighlightings.LOCAL_VARIABLE_DECLARATION);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 173)
setUpSemanticHighlighting(SemanticHighlightings.LOCAL_VARIABLE_DECLARATION);
Discouraged access: The field LOCAL_VARIABLE_DECLARATION from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 189)
setUpSemanticHighlighting(SemanticHighlightings.LOCAL_VARIABLE);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 189)
setUpSemanticHighlighting(SemanticHighlightings.LOCAL_VARIABLE);
Discouraged access: The field LOCAL_VARIABLE from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 212)
setUpSemanticHighlighting(SemanticHighlightings.PARAMETER_VARIABLE);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 212)
setUpSemanticHighlighting(SemanticHighlightings.PARAMETER_VARIABLE);
Discouraged access: The field PARAMETER_VARIABLE from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 223)
setUpSemanticHighlighting(SemanticHighlightings.ANNOTATION_ELEMENT_REFERENCE);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 223)
setUpSemanticHighlighting(SemanticHighlightings.ANNOTATION_ELEMENT_REFERENCE);
Discouraged access: The field ANNOTATION_ELEMENT_REFERENCE from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 233)
setUpSemanticHighlighting(SemanticHighlightings.TYPE_VARIABLE);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 233)
setUpSemanticHighlighting(SemanticHighlightings.TYPE_VARIABLE);
Discouraged access: The field TYPE_VARIABLE from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 244)
setUpSemanticHighlighting(SemanticHighlightings.TYPE_ARGUMENT);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 244)
setUpSemanticHighlighting(SemanticHighlightings.TYPE_ARGUMENT);
Discouraged access: The field TYPE_ARGUMENT from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 254)
setUpSemanticHighlighting(SemanticHighlightings.INTERFACE);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 254)
setUpSemanticHighlighting(SemanticHighlightings.INTERFACE);
Discouraged access: The field INTERFACE from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 265)
setUpSemanticHighlighting(SemanticHighlightings.ENUM);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 265)
setUpSemanticHighlighting(SemanticHighlightings.ENUM);
Discouraged access: The field ENUM from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 275)
setUpSemanticHighlighting(SemanticHighlightings.ANNOTATION);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 275)
setUpSemanticHighlighting(SemanticHighlightings.ANNOTATION);
Discouraged access: The field ANNOTATION from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 286)
setUpSemanticHighlighting(SemanticHighlightings.ABSTRACT_CLASS);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 286)
setUpSemanticHighlighting(SemanticHighlightings.ABSTRACT_CLASS);
Discouraged access: The field ABSTRACT_CLASS from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 305)
setUpSemanticHighlighting(SemanticHighlightings.CLASS);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/SemanticHighlightingTest.java
 (at line 305)
setUpSemanticHighlighting(SemanticHighlightings.CLASS);
Discouraged access: The field CLASS from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JUnitProjectTestSetup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JUnitProjectTestSetup.java
 (at line 16)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JUnitProjectTestSetup.java
 (at line 50)
fgProject= JavaProjectHelper.createJavaProjectWithJUnitSource(projectName, "src", "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JUnitProjectTestSetup.java
 (at line 50)
fgProject= JavaProjectHelper.createJavaProjectWithJUnitSource(projectName, "src", "bin");
Discouraged access: The method createJavaProjectWithJUnitSource(String, String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JUnitProjectTestSetup.java
 (at line 59)
JavaProjectHelper.delete(fgProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JUnitProjectTestSetup.java
 (at line 59)
JavaProjectHelper.delete(fgProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes

/src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 26)
import org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer;
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 83)
DocumentLineDiffer differ= null;
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 102)
differ.disconnect(fDocument);
Discouraged access: The method disconnect(IDocument) from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 114)
private DocumentLineDiffer ensureInitialized(Document document) {
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 115)
final DocumentLineDiffer differ= new DocumentLineDiffer() {
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 115)
final DocumentLineDiffer differ= new DocumentLineDiffer() {
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 121)
super.initialize();
Discouraged access: The method initialize() from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 127)
return differ.isSynchronized();
Discouraged access: The method isSynchronized() from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferModificationTest.java
 (at line 130)
differ.connect(document);
Discouraged access: The method connect(IDocument) from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes

/src/org/eclipse/jdt/text/tests/performance/JavaExpandSelectionTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaExpandSelectionTest.java
 (at line 23)
import org.eclipse.jdt.internal.ui.javaeditor.selectionactions.StructureSelectionAction;
Discouraged access: The type StructureSelectionAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaExpandSelectionTest.java
 (at line 80)
IAction action= fEditor.getAction(StructureSelectionAction.ENCLOSING);
Discouraged access: The type StructureSelectionAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaExpandSelectionTest.java
 (at line 80)
IAction action= fEditor.getAction(StructureSelectionAction.ENCLOSING);
Discouraged access: The field ENCLOSING from the type StructureSelectionAction is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 20)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 21)
import org.eclipse.jdt.testplugin.TestOptions;
Discouraged access: The type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 49)
import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 50)
import org.eclipse.jdt.internal.corext.template.java.CodeTemplateContextType;
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 51)
import org.eclipse.jdt.internal.corext.util.JavaModelUtil;
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 56)
import org.eclipse.jdt.ui.tests.core.ProjectTestSetup;
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 62)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 63)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 64)
import org.eclipse.jdt.internal.ui.text.java.FillArgumentNamesCompletionProposalCollector;
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 65)
import org.eclipse.jdt.internal.ui.text.java.JavaCompletionProposalComputer;
Discouraged access: The type JavaCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 66)
import org.eclipse.jdt.internal.ui.text.java.JavaNoTypeCompletionProposalComputer;
Discouraged access: The type JavaNoTypeCompletionProposalComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 95)
fJProject1= JavaProjectHelper.createJavaProject("TestProject1", "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 95)
fJProject1= JavaProjectHelper.createJavaProject("TestProject1", "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 96)
JavaProjectHelper.addRTJar(fJProject1);
Discouraged access: The method addRTJar(IJavaProject) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 96)
JavaProjectHelper.addRTJar(fJProject1);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 97)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The method addRequiredProject(IJavaProject, IJavaProject) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 97)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 97)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 97)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 99)
Hashtable options= TestOptions.getDefaultOptions();
Discouraged access: The method getDefaultOptions() from the type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 99)
Hashtable options= TestOptions.getDefaultOptions();
Discouraged access: The type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 106)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 106)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 111)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 111)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 111)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 111)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The field OVERRIDECOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 112)
StubUtility.setCodeTemplate(CodeTemplateContextType.DELEGATECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_target}\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 112)
StubUtility.setCodeTemplate(CodeTemplateContextType.DELEGATECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_target}\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 112)
StubUtility.setCodeTemplate(CodeTemplateContextType.DELEGATECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_target}\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 112)
StubUtility.setCodeTemplate(CodeTemplateContextType.DELEGATECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_target}\n */", null);
Discouraged access: The field DELEGATECOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 113)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 113)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 113)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 113)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The field METHODSTUB_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 114)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 114)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 114)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 114)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The field CONSTRUCTORCOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 115)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 115)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 115)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 115)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The field METHODCOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 116)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 116)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 116)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 116)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The field CONSTRUCTORSTUB_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 117)
StubUtility.setCodeTemplate(CodeTemplateContextType.GETTERCOMMENT_ID, "/**\n * @return the ${bare_field_name}\n */", fJProject1);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 117)
StubUtility.setCodeTemplate(CodeTemplateContextType.GETTERCOMMENT_ID, "/**\n * @return the ${bare_field_name}\n */", fJProject1);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 117)
StubUtility.setCodeTemplate(CodeTemplateContextType.GETTERCOMMENT_ID, "/**\n * @return the ${bare_field_name}\n */", fJProject1);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 117)
StubUtility.setCodeTemplate(CodeTemplateContextType.GETTERCOMMENT_ID, "/**\n * @return the ${bare_field_name}\n */", fJProject1);
Discouraged access: The field GETTERCOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 118)
StubUtility.setCodeTemplate(CodeTemplateContextType.SETTERCOMMENT_ID, "/**\n * @param ${param} the ${bare_field_name} to set\n */", fJProject1);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 118)
StubUtility.setCodeTemplate(CodeTemplateContextType.SETTERCOMMENT_ID, "/**\n * @param ${param} the ${bare_field_name} to set\n */", fJProject1);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 118)
StubUtility.setCodeTemplate(CodeTemplateContextType.SETTERCOMMENT_ID, "/**\n * @param ${param} the ${bare_field_name} to set\n */", fJProject1);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 118)
StubUtility.setCodeTemplate(CodeTemplateContextType.SETTERCOMMENT_ID, "/**\n * @param ${param} the ${bare_field_name} to set\n */", fJProject1);
Discouraged access: The field SETTERCOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 122)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 122)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 127)
JavaProjectHelper.delete(fJProject1);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 127)
JavaProjectHelper.delete(fJProject1);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 150)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 150)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 199)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 199)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 248)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 248)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 302)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
67. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 302)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
68. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 357)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
69. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 357)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
70. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 413)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
71. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 413)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
72. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 461)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
73. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 461)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
74. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 509)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
75. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 509)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
76. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 557)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
77. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 557)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
78. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 605)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
79. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 605)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
80. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 668)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
81. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 668)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
82. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 691)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext(offset, cu));
Discouraged access: The constructor FillArgumentNamesCompletionProposalCollector(JavaContentAssistInvocationContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
83. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 691)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext(offset, cu));
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
84. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 735)
JavaEditor editor= (JavaEditor) JavaUI.openInEditor(cu);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
85. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 735)
JavaEditor editor= (JavaEditor) JavaUI.openInEditor(cu);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
86. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 736)
ISourceViewer viewer= editor.getViewer();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
87. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 741)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
88. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 741)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
89. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 803)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
90. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 803)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
91. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 865)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
92. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 865)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
93. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 911)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
94. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 911)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
95. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 914)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
96. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 914)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
97. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 934)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext(offset, cu));
Discouraged access: The constructor FillArgumentNamesCompletionProposalCollector(JavaContentAssistInvocationContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
98. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 934)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext(offset, cu));
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
99. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 964)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
100. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/CodeCompletionTest.java
 (at line 964)
IPackageFragmentRoot sourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes

/src/org/eclipse/jdt/text/tests/performance/DisableAutoBuildTestSetup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/DisableAutoBuildTestSetup.java
 (at line 13)
import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/DisableAutoBuildTestSetup.java
 (at line 34)
fWasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/DisableAutoBuildTestSetup.java
 (at line 34)
fWasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/DisableAutoBuildTestSetup.java
 (at line 40)
CoreUtility.setAutoBuilding(true);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/DisableAutoBuildTestSetup.java
 (at line 40)
CoreUtility.setAutoBuilding(true);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 20)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 21)
import org.eclipse.jdt.testplugin.TestOptions;
Discouraged access: The type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 43)
import org.eclipse.jdt.ui.tests.core.ProjectTestSetup;
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 49)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 50)
import org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor;
Discouraged access: The type CompilationUnitEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 51)
import org.eclipse.jdt.internal.ui.text.java.FillArgumentNamesCompletionProposalCollector;
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 68)
return new ProjectTestSetup(test);
Discouraged access: The constructor ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 68)
return new ProjectTestSetup(test);
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 84)
private CompilationUnitEditor fEditor;
Discouraged access: The type CompilationUnitEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 93)
fJProject1= JavaProjectHelper.createJavaProject(PROJECT, "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 93)
fJProject1= JavaProjectHelper.createJavaProject(PROJECT, "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 94)
JavaProjectHelper.addRTJar(fJProject1);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 94)
JavaProjectHelper.addRTJar(fJProject1);
Discouraged access: The method addRTJar(IJavaProject) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 95)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 95)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The method addRequiredProject(IJavaProject, IJavaProject) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 95)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 95)
JavaProjectHelper.addRequiredProject(fJProject1, ProjectTestSetup.getProject());
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 97)
Hashtable options= TestOptions.getDefaultOptions();
Discouraged access: The type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 97)
Hashtable options= TestOptions.getDefaultOptions();
Discouraged access: The method getDefaultOptions() from the type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 104)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 104)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 111)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, SOURCE_FOLDER);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 111)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, SOURCE_FOLDER);
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 136)
fEditor= (CompilationUnitEditor) EditorTestHelper.openInEditor(file2, EditorTestHelper.COMPILATION_UNIT_EDITOR_ID, true);
Discouraged access: The type CompilationUnitEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 137)
fEditor.getViewer().getDocument().set(fContents);
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 155)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 155)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 159)
JavaProjectHelper.delete(fJProject1);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 159)
JavaProjectHelper.delete(fJProject1);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 229)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The constructor FillArgumentNamesCompletionProposalCollector(JavaContentAssistInvocationContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 229)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 248)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The constructor FillArgumentNamesCompletionProposalCollector(JavaContentAssistInvocationContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 248)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 273)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 273)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 280)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The constructor FillArgumentNamesCompletionProposalCollector(JavaContentAssistInvocationContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 280)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 299)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 299)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 303)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The constructor FillArgumentNamesCompletionProposalCollector(JavaContentAssistInvocationContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 303)
CompletionProposalCollector collector= new FillArgumentNamesCompletionProposalCollector(createContext());
Discouraged access: The type FillArgumentNamesCompletionProposalCollector is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 374)
ISourceViewer viewer= fEditor.getViewer();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/performance/CodeCompletionPerformanceTest.java
 (at line 386)
return new JavaContentAssistInvocationContext(fEditor.getViewer(), fCodeAssistOffset, fEditor);
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 29)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 30)
import org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner;
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 31)
import org.eclipse.jdt.internal.ui.text.java.JavaAutoIndentStrategy;
Discouraged access: The type JavaAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 54)
private JavaAutoIndentStrategy fJavaAutoIndentStrategy;
Discouraged access: The type JavaAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 66)
fPartitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The constructor FastJavaPartitionScanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 66)
fPartitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 69)
fJavaAutoIndentStrategy= new JavaAutoIndentStrategy(IJavaPartitions.JAVA_PARTITIONING, null, null);
Discouraged access: The constructor JavaAutoIndentStrategy(String, IJavaProject, ISourceViewer) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 69)
fJavaAutoIndentStrategy= new JavaAutoIndentStrategy(IJavaPartitions.JAVA_PARTITIONING, null, null);
Discouraged access: The type JavaAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 72)
fAccessor= new Accessor(fJavaAutoIndentStrategy, JavaAutoIndentStrategy.class);
Discouraged access: The type JavaAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 424)
JavaPlugin.getDefault().getLog().addLogListener(this);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 424)
JavaPlugin.getDefault().getLog().addLogListener(this);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 432)
JavaPlugin.getDefault().getLog().removeLogListener(this);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/JavaAutoIndentStrategyTest.java
 (at line 432)
JavaPlugin.getDefault().getLog().removeLogListener(this);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 15)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 23)
import org.eclipse.jdt.ui.tests.core.Java17ProjectTestSetup;
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 26)
class Java17CompletionTestSetup extends Java17ProjectTestSetup {
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 29)
IJavaProject project= getProject();
Discouraged access: The method getProject() from the type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 32)
root= JavaProjectHelper.addSourceContainer(project, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 32)
root= JavaProjectHelper.addSourceContainer(project, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 43)
IJavaProject project= getProject();
Discouraged access: The method getProject() from the type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 47)
root= JavaProjectHelper.addSourceContainer(project, sourceFolder);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 47)
root= JavaProjectHelper.addSourceContainer(project, sourceFolder);
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/Java17CompletionTestSetup.java
 (at line 57)
super(test);
Discouraged access: The constructor Java17ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes

/src/org/eclipse/jdt/text/tests/performance/JavaSmartPasteTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaSmartPasteTest.java
 (at line 32)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaSmartPasteTest.java
 (at line 69)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaSmartPasteTest.java
 (at line 69)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaSmartPasteTest.java
 (at line 77)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaSmartPasteTest.java
 (at line 77)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java : 66 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 17)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 18)
import org.eclipse.jdt.testplugin.TestOptions;
Discouraged access: The type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 50)
import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 51)
import org.eclipse.jdt.internal.corext.template.java.CodeTemplateContextType;
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 56)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 57)
import org.eclipse.jdt.internal.ui.JavaUIMessages;
Discouraged access: The type JavaUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 58)
import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 59)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 60)
import org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor;
Discouraged access: The type ContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 61)
import org.eclipse.jdt.internal.ui.text.java.JavaCompletionProcessor;
Discouraged access: The type JavaCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 73)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 83)
Hashtable options= TestOptions.getDefaultOptions();
Discouraged access: The type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 83)
Hashtable options= TestOptions.getDefaultOptions();
Discouraged access: The method getDefaultOptions() from the type TestOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 94)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 94)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 94)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 94)
StubUtility.setCodeTemplate(CodeTemplateContextType.OVERRIDECOMMENT_ID, "/* (non-Javadoc)\n * ${see_to_overridden}\n */", null);
Discouraged access: The field OVERRIDECOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 95)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 95)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 95)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 95)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The field METHODSTUB_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 96)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 96)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 96)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 96)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORCOMMENT_ID, "/**\n * Constructor.\n */", null);
Discouraged access: The field CONSTRUCTORCOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 97)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 97)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 97)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 97)
StubUtility.setCodeTemplate(CodeTemplateContextType.METHODCOMMENT_ID, "/**\n * Method.\n */", null);
Discouraged access: The field METHODCOMMENT_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 98)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 98)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The method setCodeTemplate(String, String, IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 98)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 98)
StubUtility.setCodeTemplate(CodeTemplateContextType.CONSTRUCTORSTUB_ID, "//TODO\n${body_statement}", null);
Discouraged access: The field CONSTRUCTORSTUB_ID from the type CodeTemplateContextType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 131)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 131)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 158)
JavaProjectHelper.delete(fCU);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 158)
JavaProjectHelper.delete(fCU);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 162)
JavaProjectHelper.emptyDisplayLoop();
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 162)
JavaProjectHelper.emptyDisplayLoop();
Discouraged access: The method emptyDisplayLoop() from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 326)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 326)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 326)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 333)
postSelection= (ITextSelection) fEditor.getSelectionProvider().getSelection();
Discouraged access: The method getSelectionProvider() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 346)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 346)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 346)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 352)
postSelection= (ITextSelection) fEditor.getSelectionProvider().getSelection();
Discouraged access: The method getSelectionProvider() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 365)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 365)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 365)
fEditor= (JavaEditor) EditorUtility.openInEditor(fCU);
Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 513)
JavaCompletionProcessor javaProcessor= new JavaCompletionProcessor(fEditor, assistant, getContentType());
Discouraged access: The type JavaCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 513)
JavaCompletionProcessor javaProcessor= new JavaCompletionProcessor(fEditor, assistant, getContentType());
Discouraged access: The constructor JavaCompletionProcessor(IEditorPart, ContentAssistant, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 513)
JavaCompletionProcessor javaProcessor= new JavaCompletionProcessor(fEditor, assistant, getContentType());
Discouraged access: The type JavaCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 516)
Accessor accessor= new Accessor(javaProcessor, ContentAssistProcessor.class);
Discouraged access: The type ContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 520)
ICompletionProposal[] proposals= javaProcessor.computeCompletionProposals(fEditor.getViewer(), selection.getOffset());
Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type ContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 520)
ICompletionProposal[] proposals= javaProcessor.computeCompletionProposals(fEditor.getViewer(), selection.getOffset());
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 521)
final String errorMessage= javaProcessor.getErrorMessage();
Discouraged access: The method getErrorMessage() from the type ContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 522)
if (errorMessage != null && !JavaUIMessages.JavaEditor_codeassist_noCompletions.equals(errorMessage))
Discouraged access: The type JavaUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 522)
if (errorMessage != null && !JavaUIMessages.JavaEditor_codeassist_noCompletions.equals(errorMessage))
Discouraged access: The field JavaEditor_codeassist_noCompletions from the type JavaUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 531)
final ISourceViewer viewer= fEditor.getViewer();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 535)
IContentAssistProcessor javaProcessor= new JavaCompletionProcessor(fEditor, assistant, getContentType());
Discouraged access: The constructor JavaCompletionProcessor(IEditorPart, ContentAssistant, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 535)
IContentAssistProcessor javaProcessor= new JavaCompletionProcessor(fEditor, assistant, getContentType());
Discouraged access: The type JavaCompletionProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 539)
if (errorMessage != null && !JavaUIMessages.JavaEditor_codeassist_noCompletions.equals(errorMessage))
Discouraged access: The type JavaUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 539)
if (errorMessage != null && !JavaUIMessages.JavaEditor_codeassist_noCompletions.equals(errorMessage))
Discouraged access: The field JavaEditor_codeassist_noCompletions from the type JavaUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 554)
JavaProjectHelper.mustPerformDummySearch();
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/contentassist/AbstractCompletionTest.java
 (at line 554)
JavaProjectHelper.mustPerformDummySearch();
Discouraged access: The method mustPerformDummySearch() from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes

/src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 22)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 39)
import org.eclipse.jdt.ui.tests.core.ProjectTestSetup;
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 69)
return new ProjectTestSetup(new TestSuite(PropertiesFileAutoEditStrategyTest.class));
Discouraged access: The constructor ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 69)
return new ProjectTestSetup(new TestSuite(PropertiesFileAutoEditStrategyTest.class));
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 75)
fJProject1= ProjectTestSetup.getProject();
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 75)
fJProject1= ProjectTestSetup.getProject();
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 76)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 76)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 95)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 95)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The method clear(IJavaProject, IClasspathEntry[]) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 95)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFileAutoEditStrategyTest.java
 (at line 95)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The method getDefaultClasspath() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes

/src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java : 92 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 20)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 31)
import org.eclipse.jdt.ui.tests.core.Java17ProjectTestSetup;
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 33)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 34)
import org.eclipse.jdt.internal.ui.javaeditor.ASTProvider;
Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 35)
import org.eclipse.jdt.internal.ui.search.ExceptionOccurrencesFinder;
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 36)
import org.eclipse.jdt.internal.ui.search.IOccurrencesFinder;
Discouraged access: The type IOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 37)
import org.eclipse.jdt.internal.ui.search.IOccurrencesFinder.OccurrenceLocation;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 38)
import org.eclipse.jdt.internal.ui.search.MethodExitsFinder;
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 47)
return new Java17ProjectTestSetup(new TestSuite(THIS));
Discouraged access: The constructor Java17ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 47)
return new Java17ProjectTestSetup(new TestSuite(THIS));
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 51)
return new Java17ProjectTestSetup(test);
Discouraged access: The constructor Java17ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 51)
return new Java17ProjectTestSetup(test);
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 56)
private IOccurrencesFinder fFinder;
Discouraged access: The type IOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 66)
fParser= ASTParser.newParser(ASTProvider.SHARED_AST_LEVEL);
Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 66)
fParser= ASTParser.newParser(ASTProvider.SHARED_AST_LEVEL);
Discouraged access: The field SHARED_AST_LEVEL from the type ASTProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 68)
fJProject1= Java17ProjectTestSetup.getProject();
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 68)
fJProject1= Java17ProjectTestSetup.getProject();
Discouraged access: The method getProject() from the type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 69)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 69)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 70)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 70)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, true);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 71)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, true);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 71)
JavaPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_IMPLEMENTORS, true);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 78)
JavaProjectHelper.clear(fJProject1, Java17ProjectTestSetup.getDefaultClasspath());
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 78)
JavaProjectHelper.clear(fJProject1, Java17ProjectTestSetup.getDefaultClasspath());
Discouraged access: The method clear(IJavaProject, IClasspathEntry[]) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 78)
JavaProjectHelper.clear(fJProject1, Java17ProjectTestSetup.getDefaultClasspath());
Discouraged access: The type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 78)
JavaProjectHelper.clear(fJProject1, Java17ProjectTestSetup.getDefaultClasspath());
Discouraged access: The method getDefaultClasspath() from the type Java17ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 81)
private OccurrenceLocation[] getHighlights(StringBuffer source, int offset, int length) throws Exception {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 83)
String errorString= fFinder.initialize(root, offset, length);
Discouraged access: The method initialize(CompilationUnit, int, int) from the type IOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 85)
return fFinder.getOccurrences();
Discouraged access: The method getOccurrences() from the type IOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 96)
private void checkSelection(StringBuffer s, int offset, int length, OccurrenceLocation[] expected) throws Exception {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 97)
OccurrenceLocation[] selectedNodes= getHighlights(s, offset, length);
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 102)
assertEquals(expected[i].getOffset(), selectedNodes[i].getOffset());
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 102)
assertEquals(expected[i].getOffset(), selectedNodes[i].getOffset());
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 103)
assertEquals(expected[i].getLength(), selectedNodes[i].getLength());
Discouraged access: The method getLength() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 103)
assertEquals(expected[i].getLength(), selectedNodes[i].getLength());
Discouraged access: The method getLength() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 107)
private void sortByStartIndex(OccurrenceLocation[] OccurrenceLocations) {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 110)
OccurrenceLocation node0= (OccurrenceLocation)arg0;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 110)
OccurrenceLocation node0= (OccurrenceLocation)arg0;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 111)
OccurrenceLocation node1= (OccurrenceLocation)arg1;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 111)
OccurrenceLocation node1= (OccurrenceLocation)arg1;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 112)
return node0.getOffset() - node1.getOffset();
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 112)
return node0.getOffset() - node1.getOffset();
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 118)
private OccurrenceLocation find(StringBuffer s, String pattern, int ithOccurrence) {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 124)
private OccurrenceLocation find(StringBuffer s, String pattern, int ithOccurrence, int startIdx) {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 131)
return new OccurrenceLocation(idx, pattern.length(), 0, "");
Discouraged access: The constructor IOccurrencesFinder.OccurrenceLocation(int, int, int, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 131)
return new OccurrenceLocation(idx, pattern.length(), 0, "");
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 136)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 136)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 157)
OccurrenceLocation[] ranges= { find(s, "int", 1), find(s, "throw", 4), find(s, "return s.length();", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 162)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 162)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 181)
OccurrenceLocation[] ranges= { find(s, "int", 1), find(s, "throw", 4), find(s, "return s.length();", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 186)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 186)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 205)
OccurrenceLocation[] ranges= { find(s, "void", 1), find(s, "reader", 1), find(s, "FileReader", 2), find(s, "readLine", 1), find(s, "}", 2), find(s, "}", 3) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 210)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 210)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 232)
OccurrenceLocation[] ranges= { find(s, "void", 1), find(s, "reader", 1), find(s, "readLine", 1), find(s, "}", 2), find(s, "}", 4) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 237)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 237)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 259)
OccurrenceLocation[] ranges= { find(s, "void", 1), find(s, "}", 4) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 264)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 264)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 282)
OccurrenceLocation[] ranges= { find(s, "void", 1),
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 291)
fFinder= new MethodExitsFinder();
Discouraged access: The constructor MethodExitsFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
67. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 291)
fFinder= new MethodExitsFinder();
Discouraged access: The type MethodExitsFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
68. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 311)
OccurrenceLocation[] ranges= { find(s, "void", 1), find(s, "reader", 1), find(s, "FileReader", 3), find(s, "read", 3), find(s, "}", 2), find(s, "}", 3) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
69. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 316)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
70. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 316)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
71. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 337)
OccurrenceLocation[] ranges= { find(s, "throw", 2), find(s, "NullPointerException", 2) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
72. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 342)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
73. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 342)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
74. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 361)
OccurrenceLocation[] ranges= { find(s, "throw", 2), find(s, "NullPointerException", 2) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
75. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 366)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
76. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 366)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
77. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 388)
OccurrenceLocation[] ranges= { find(s, "FileNotFoundException", 2), find(s, "FileReader", 2) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
78. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 393)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
79. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 393)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
80. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 415)
OccurrenceLocation[] ranges= { find(s, "IOException", 2), find(s, "FileReader", 2), find(s, "readLine", 1), find(s, "}", 2), find(s, "reader", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
81. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 420)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
82. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 420)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
83. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 441)
OccurrenceLocation[] ranges= { find(s, "IOException", 2), find(s, "FileReader", 3), find(s, "FileReader", 5), find(s, "FileReader", 7), find(s, "read", 5),
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
84. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 447)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
85. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 447)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
86. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 465)
OccurrenceLocation[] ranges= { find(s, "Throwable", 1),
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
87. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 475)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
88. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 475)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
89. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 496)
OccurrenceLocation[] ranges= { find(s, "Exception", 1), find(s, "throw", 4) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
90. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 502)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The constructor ExceptionOccurrencesFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
91. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 502)
fFinder= new ExceptionOccurrencesFinder();
Discouraged access: The type ExceptionOccurrencesFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
92. WARNING in /src/org/eclipse/jdt/text/tests/MarkOccurrenceTest17.java
 (at line 519)
OccurrenceLocation[] ranges= { find(s, "Exception", 2), find(s, "URL", 3) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 30)
import org.eclipse.jdt.internal.ui.propertiesfileeditor.IPropertiesFilePartitions;
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 31)
import org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertiesFileDocumentSetupParticipant;
Discouraged access: The type PropertiesFileDocumentSetupParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 51)
PropertiesFileDocumentSetupParticipant.setupDocument(fDocument);
Discouraged access: The method setupDocument(IDocument) from the type PropertiesFileDocumentSetupParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 51)
PropertiesFileDocumentSetupParticipant.setupDocument(fDocument);
Discouraged access: The type PropertiesFileDocumentSetupParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 71)
IDocumentPartitioner partitioner= fDocument.getDocumentPartitioner(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 71)
IDocumentPartitioner partitioner= fDocument.getDocumentPartitioner(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 94)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 94)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 96)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 96)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 98)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 98)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 100)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 100)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 102)
new TypedRegion(34, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 102)
new TypedRegion(34, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 116)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 116)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 118)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 118)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 120)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 120)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 122)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 122)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 124)
new TypedRegion(34, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 124)
new TypedRegion(34, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 126)
new TypedRegion(45, 9, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 126)
new TypedRegion(45, 9, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 128)
new TypedRegion(57, 7, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 128)
new TypedRegion(57, 7, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 142)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 142)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 144)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 144)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 146)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 146)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 148)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 148)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 150)
new TypedRegion(34, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 150)
new TypedRegion(34, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 152)
new TypedRegion(45, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 152)
new TypedRegion(45, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 154)
new TypedRegion(57, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 154)
new TypedRegion(57, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 156)
new TypedRegion(68, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 156)
new TypedRegion(68, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 158)
new TypedRegion(80, 6, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 158)
new TypedRegion(80, 6, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 176)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 176)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 178)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 178)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 180)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 180)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 182)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 182)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 184)
new TypedRegion(34, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 184)
new TypedRegion(34, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 202)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 202)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 204)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 204)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 206)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 206)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 208)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 208)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
67. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 210)
new TypedRegion(34, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
68. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 210)
new TypedRegion(34, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
69. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 228)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
70. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 228)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
71. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 230)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
72. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 230)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
73. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 232)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
74. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 232)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
75. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 234)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
76. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 234)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
77. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 236)
new TypedRegion(34, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
78. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 236)
new TypedRegion(34, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
79. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 238)
new TypedRegion(44, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
80. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 238)
new TypedRegion(44, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
81. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 256)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
82. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 256)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
83. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 259)
new TypedRegion(3, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
84. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 259)
new TypedRegion(3, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
85. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 261)
new TypedRegion(13, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
86. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 261)
new TypedRegion(13, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
87. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 263)
new TypedRegion(23, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
88. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 263)
new TypedRegion(23, 6, IPropertiesFilePartitions.PROPERTY_VALUE)
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
89. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 284)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
90. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 284)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
91. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 286)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
92. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 286)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
93. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 288)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
94. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 288)
new TypedRegion(14, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
95. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 290)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
96. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 290)
new TypedRegion(24, 7, IPropertiesFilePartitions.PROPERTY_VALUE),
Discouraged access: The field PROPERTY_VALUE from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
97. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 310)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
98. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 310)
ITypedRegion[] result= fDocument.computePartitioning(IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING, 0, fDocument.getLength(), false);
Discouraged access: The field PROPERTIES_FILE_PARTITIONING from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
99. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 312)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
100. WARNING in /src/org/eclipse/jdt/text/tests/PropertiesFilePartitionerTest.java
 (at line 312)
new TypedRegion(0, 11, IPropertiesFilePartitions.COMMENT),
Discouraged access: The field COMMENT from the type IPropertiesFilePartitions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 30)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 31)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 59)
JavaEditor javaEditor= (JavaEditor) editor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 59)
JavaEditor javaEditor= (JavaEditor) editor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 60)
ISourceViewer viewer= javaEditor.getViewer();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 67)
ICompilationUnit unit= JavaPlugin.getDefault().getWorkingCopyManager().getWorkingCopy(javaEditor.getEditorInput());
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 67)
ICompilationUnit unit= JavaPlugin.getDefault().getWorkingCopyManager().getWorkingCopy(javaEditor.getEditorInput());
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 67)
ICompilationUnit unit= JavaPlugin.getDefault().getWorkingCopyManager().getWorkingCopy(javaEditor.getEditorInput());
Discouraged access: The method getWorkingCopyManager() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractScrollAnnotatedJavaEditorTest.java
 (at line 67)
ICompilationUnit unit= JavaPlugin.getDefault().getWorkingCopyManager().getWorkingCopy(javaEditor.getEditorInput());
Discouraged access: The method getWorkingCopy(IEditorInput) from the type WorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 23)
import org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer;
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 75)
final DocumentLineDiffer differ= new DocumentLineDiffer();
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 75)
final DocumentLineDiffer differ= new DocumentLineDiffer();
Discouraged access: The constructor DocumentLineDiffer() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 75)
final DocumentLineDiffer differ= new DocumentLineDiffer();
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 79)
return differ.isSynchronized();
Discouraged access: The method isSynchronized() from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 83)
differ.connect(document);
Discouraged access: The method connect(IDocument) from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/DocumentLineDifferInitializationTest.java
 (at line 87)
differ.disconnect(document);
Discouraged access: The method disconnect(IDocument) from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes

/src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 31)
import org.eclipse.ui.internal.editors.text.EditorsPlugin;
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 78)
MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 78)
MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 78)
MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
Discouraged access: The method getMarkerAnnotationPreferences() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 102)
MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 102)
MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/ScrollVerticalRulerTest.java
 (at line 102)
MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
Discouraged access: The method getMarkerAnnotationPreferences() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes

/src/org/eclipse/jdt/text/tests/performance/OpenPreferencePageTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/OpenPreferencePageTest.java
 (at line 33)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/OpenPreferencePageTest.java
 (at line 53)
PlatformUI.getWorkbench().getHelpSystem().setHelp(d.getShell(), IWorkbenchHelpContextIds.PREFERENCE_DIALOG);
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/OpenPreferencePageTest.java
 (at line 53)
PlatformUI.getWorkbench().getHelpSystem().setHelp(d.getShell(), IWorkbenchHelpContextIds.PREFERENCE_DIALOG);
Discouraged access: The field PREFERENCE_DIALOG from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes

/src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java : 60 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 20)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 30)
import org.eclipse.jdt.ui.tests.core.ProjectTestSetup;
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 32)
import org.eclipse.jdt.internal.ui.javaeditor.ASTProvider;
Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 33)
import org.eclipse.jdt.internal.ui.search.BreakContinueTargetFinder;
Discouraged access: The type BreakContinueTargetFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 34)
import org.eclipse.jdt.internal.ui.search.IOccurrencesFinder.OccurrenceLocation;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 45)
return new ProjectTestSetup(new TestSuite(THIS));
Discouraged access: The constructor ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 45)
return new ProjectTestSetup(new TestSuite(THIS));
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 49)
return new ProjectTestSetup(test);
Discouraged access: The constructor ProjectTestSetup(Test) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 49)
return new ProjectTestSetup(test);
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 53)
private BreakContinueTargetFinder fFinder;
Discouraged access: The type BreakContinueTargetFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 61)
fParser = ASTParser.newParser(ASTProvider.SHARED_AST_LEVEL);
Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 61)
fParser = ASTParser.newParser(ASTProvider.SHARED_AST_LEVEL);
Discouraged access: The field SHARED_AST_LEVEL from the type ASTProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 62)
fFinder= new BreakContinueTargetFinder();
Discouraged access: The constructor BreakContinueTargetFinder() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 62)
fFinder= new BreakContinueTargetFinder();
Discouraged access: The type BreakContinueTargetFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 64)
fJProject1= ProjectTestSetup.getProject();
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 64)
fJProject1= ProjectTestSetup.getProject();
Discouraged access: The method getProject() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 65)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 65)
fSourceFolder= JavaProjectHelper.addSourceContainer(fJProject1, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 72)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 72)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The method clear(IJavaProject, IClasspathEntry[]) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 72)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 72)
JavaProjectHelper.clear(fJProject1, ProjectTestSetup.getDefaultClasspath());
Discouraged access: The method getDefaultClasspath() from the type ProjectTestSetup is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 75)
private OccurrenceLocation[] getHighlights(StringBuffer source, int offset, int length) throws Exception {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 77)
String errorString = fFinder.initialize(root, offset, length);
Discouraged access: The method initialize(CompilationUnit, int, int) from the type BreakContinueTargetFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 79)
return fFinder.getOccurrences();
Discouraged access: The method getOccurrences() from the type BreakContinueTargetFinder is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 89)
private void checkSelection(StringBuffer s, int offset, int length, OccurrenceLocation[] expected) throws Exception {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 90)
OccurrenceLocation[] selectedNodes= getHighlights(s, offset, length);
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 95)
assertEquals(expected[i].getOffset(), selectedNodes[i].getOffset());
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 95)
assertEquals(expected[i].getOffset(), selectedNodes[i].getOffset());
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 96)
assertEquals(expected[i].getLength(), selectedNodes[i].getLength());
Discouraged access: The method getLength() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 96)
assertEquals(expected[i].getLength(), selectedNodes[i].getLength());
Discouraged access: The method getLength() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 100)
private void sortByStartIndex(OccurrenceLocation[] OccurrenceLocations) {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 103)
OccurrenceLocation node0= (OccurrenceLocation) arg0;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 103)
OccurrenceLocation node0= (OccurrenceLocation) arg0;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 104)
OccurrenceLocation node1= (OccurrenceLocation) arg1;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 104)
OccurrenceLocation node1= (OccurrenceLocation) arg1;
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 105)
return node0.getOffset() - node1.getOffset();
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 105)
return node0.getOffset() - node1.getOffset();
Discouraged access: The method getOffset() from the type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 111)
private OccurrenceLocation find(StringBuffer s, String pattern, int ithOccurrence) {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 117)
private OccurrenceLocation find(StringBuffer s, String pattern, int ithOccurrence, int startIdx) {
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 124)
return new OccurrenceLocation(idx, pattern.length(), 0, "");
Discouraged access: The constructor IOccurrencesFinder.OccurrenceLocation(int, int, int, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 124)
return new OccurrenceLocation(idx, pattern.length(), 0, "");
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 139)
OccurrenceLocation[] ranges= { find(s, "for", 1), find(s, "}", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 154)
OccurrenceLocation[] ranges= { find(s, "for", 1), find(s, "}", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 170)
OccurrenceLocation[] ranges= { find(s, "while", 1), find(s, "}", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 186)
OccurrenceLocation[] ranges= { find(s, "do", 1), find(s, ";", 3) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 202)
OccurrenceLocation[] ranges= { find(s, "switch", 1), find(s, "}", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 219)
OccurrenceLocation[] ranges= { find(s, "bar", 1), find(s, "}", 2) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 236)
OccurrenceLocation[] ranges= { find(s, "bar", 1), find(s, "}", 2) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 253)
OccurrenceLocation[] ranges= { find(s, "baz", 1), find(s, ";", 4) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 275)
OccurrenceLocation[] ranges= { find(s, "stay", 1), find(s, "}", 2) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 290)
OccurrenceLocation[] ranges= { find(s, "for", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 305)
OccurrenceLocation[] ranges= { find(s, "for", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 321)
OccurrenceLocation[] ranges= { find(s, "while", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 337)
OccurrenceLocation[] ranges= { find(s, "do", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 356)
OccurrenceLocation[] ranges= { find(s, "do", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 373)
OccurrenceLocation[] ranges= { find(s, "bar", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 390)
OccurrenceLocation[] ranges= { find(s, "bar", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 407)
OccurrenceLocation[] ranges= { find(s, "bar", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/BreakContinueTargetFinderTest.java
 (at line 424)
OccurrenceLocation[] ranges= { find(s, "baz", 1) };
Discouraged access: The type IOccurrencesFinder.OccurrenceLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 17)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 35)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 36)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 37)
import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlighting;
Discouraged access: The type SemanticHighlighting is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 38)
import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingManager;
Discouraged access: The type SemanticHighlightingManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 39)
import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightingPresenter;
Discouraged access: The type SemanticHighlightingPresenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 40)
import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings;
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 61)
fEditor= (JavaEditor) EditorTestHelper.openInEditor(ResourceTestHelper.findFile(fTestFilename), true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 75)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 75)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 77)
SemanticHighlighting[] semanticHighlightings= SemanticHighlightings.getSemanticHighlightings();
Discouraged access: The type SemanticHighlighting is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 77)
SemanticHighlighting[] semanticHighlightings= SemanticHighlightings.getSemanticHighlightings();
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 77)
SemanticHighlighting[] semanticHighlightings= SemanticHighlightings.getSemanticHighlightings();
Discouraged access: The method getSemanticHighlightings() from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 79)
String enabledPreferenceKey= SemanticHighlightings.getEnabledPreferenceKey(semanticHighlightings[i]);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 79)
String enabledPreferenceKey= SemanticHighlightings.getEnabledPreferenceKey(semanticHighlightings[i]);
Discouraged access: The method getEnabledPreferenceKey(SemanticHighlighting) from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 85)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 85)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 95)
private static JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 133)
SemanticHighlightingManager manager= (SemanticHighlightingManager) new Accessor(fEditor, JavaEditor.class).get("fSemanticManager");
Discouraged access: The type SemanticHighlightingManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 133)
SemanticHighlightingManager manager= (SemanticHighlightingManager) new Accessor(fEditor, JavaEditor.class).get("fSemanticManager");
Discouraged access: The type SemanticHighlightingManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 133)
SemanticHighlightingManager manager= (SemanticHighlightingManager) new Accessor(fEditor, JavaEditor.class).get("fSemanticManager");
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 134)
SemanticHighlightingPresenter presenter= (SemanticHighlightingPresenter) new Accessor(manager, manager.getClass()).get("fPresenter");
Discouraged access: The type SemanticHighlightingPresenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 134)
SemanticHighlightingPresenter presenter= (SemanticHighlightingPresenter) new Accessor(manager, manager.getClass()).get("fPresenter");
Discouraged access: The type SemanticHighlightingPresenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 148)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 148)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 157)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 157)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 158)
SemanticHighlighting[] semanticHilightings= SemanticHighlightings.getSemanticHighlightings();
Discouraged access: The type SemanticHighlighting is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 158)
SemanticHighlighting[] semanticHilightings= SemanticHighlightings.getSemanticHighlightings();
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 158)
SemanticHighlighting[] semanticHilightings= SemanticHighlightings.getSemanticHighlightings();
Discouraged access: The method getSemanticHighlightings() from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 160)
SemanticHighlighting semanticHilighting= semanticHilightings[i];
Discouraged access: The type SemanticHighlighting is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 161)
if (store.getBoolean(SemanticHighlightings.getEnabledPreferenceKey(semanticHilighting)))
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 161)
if (store.getBoolean(SemanticHighlightings.getEnabledPreferenceKey(semanticHilighting)))
Discouraged access: The method getEnabledPreferenceKey(SemanticHighlighting) from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 162)
store.setValue(SemanticHighlightings.getEnabledPreferenceKey(semanticHilighting), false);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/AbstractSemanticHighlightingTest.java
 (at line 162)
store.setValue(SemanticHighlightings.getEnabledPreferenceKey(semanticHilighting), false);
Discouraged access: The method getEnabledPreferenceKey(SemanticHighlighting) from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 29)
import org.eclipse.jdt.internal.ui.text.FastJavaPartitionScanner;
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 30)
import org.eclipse.jdt.internal.ui.text.JavaHeuristicScanner;
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 31)
import org.eclipse.jdt.internal.ui.text.JavaIndenter;
Discouraged access: The type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 42)
private JavaIndenter fScanner;
Discouraged access: The type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 43)
private JavaHeuristicScanner fHeuristicScanner;
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 74)
fPartitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The constructor FastJavaPartitionScanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 74)
fPartitioner= new FastPartitioner(new FastJavaPartitionScanner(), types);
Discouraged access: The type FastJavaPartitionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 78)
fHeuristicScanner= new JavaHeuristicScanner(fDocument);
Discouraged access: The constructor JavaHeuristicScanner(IDocument) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 78)
fHeuristicScanner= new JavaHeuristicScanner(fDocument);
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 79)
fScanner= new JavaIndenter(fDocument, fHeuristicScanner);
Discouraged access: The constructor JavaIndenter(IDocument, JavaHeuristicScanner) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 79)
fScanner= new JavaIndenter(fDocument, fHeuristicScanner);
Discouraged access: The type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 101)
int pos= fScanner.findReferencePosition(18);
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 110)
int pos= fScanner.findReferencePosition(28);
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 121)
int pos= fScanner.findReferencePosition(30);
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 129)
int pos= fScanner.findReferencePosition(30);
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 140)
int pos= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 148)
int pos= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 162)
int pos= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 177)
int pos= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 192)
int pos= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 201)
String indent= fScanner.getReferenceIndentation(18).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 210)
String indent= fScanner.getReferenceIndentation(28).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 219)
String indent= fScanner.getReferenceIndentation(29).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 229)
String indent= fScanner.getReferenceIndentation(29).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 239)
String indent= fScanner.getReferenceIndentation(30).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 246)
String indent= fScanner.getReferenceIndentation(30).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 257)
String indent= fScanner.getReferenceIndentation(fDocument.getLength()).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 264)
String indent= fScanner.getReferenceIndentation(fDocument.getLength()).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 277)
String indent= fScanner.getReferenceIndentation(fDocument.getLength()).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 292)
String indent= fScanner.getReferenceIndentation(fDocument.getLength()).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 307)
String indent= fScanner.getReferenceIndentation(fDocument.getLength()).toString();
Discouraged access: The method getReferenceIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 316)
String indent= fScanner.computeIndentation(18).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 326)
String indent= fScanner.computeIndentation(30).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 334)
String indent= fScanner.computeIndentation(30).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 342)
String indent= fScanner.computeIndentation(30).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 353)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 361)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 374)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 389)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 404)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 415)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 426)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 437)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 447)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 456)
String indent= fScanner.computeIndentation(fDocument.getLength() - 1).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 465)
String indent= fScanner.computeIndentation(fDocument.getLength() - 1).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 474)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 483)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 492)
String indent= fScanner.computeIndentation(fDocument.getLength() - 1).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 502)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 514)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 526)
String indent= fScanner.computeIndentation(fDocument.getLength() - 2).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 538)
String indent= fScanner.computeIndentation(fDocument.getLength() - 1).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 547)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 558)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 569)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 580)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 591)
int i= fScanner.findReferencePosition(8);
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 593)
String indent= fScanner.computeIndentation(8).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 604)
int i= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 606)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 615)
int i= fScanner.findReferencePosition(fDocument.getLength());
Discouraged access: The method findReferencePosition(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 617)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 626)
String indent= fScanner.computeIndentation(fDocument.getLength() - 1).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 638)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 647)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
67. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 657)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
68. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 673)
String indent= fScanner.computeIndentation(fDocument.getLength() - 2).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
69. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 686)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
70. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 699)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
71. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 712)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
72. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 721)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
73. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 730)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
74. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 739)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
75. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 747)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
76. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 760)
String indent= fScanner.computeIndentation(fDocument.getLength() - 1).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
77. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 771)
String indent= fScanner.computeIndentation(fDocument.getLength()).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
78. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 782)
String indent= fScanner.computeIndentation(fDocument.getLength() - 2).toString();
Discouraged access: The method computeIndentation(int) from the type JavaIndenter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
79. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 794)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
80. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 794)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
81. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 794)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
82. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 796)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
83. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 796)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
84. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 796)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
85. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 798)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
86. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 798)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
87. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 798)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
88. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 800)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
89. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 800)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
90. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 800)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
91. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 802)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
92. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 802)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
93. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 802)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
94. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 804)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
95. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 804)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
96. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 804)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
97. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 806)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
98. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 806)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
99. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 806)
assertFalse(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The field UNBOUND from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
100. WARNING in /src/org/eclipse/jdt/text/tests/JavaHeuristicScannerTest.java
 (at line 808)
assertTrue(fHeuristicScanner.looksLikeClassInstanceCreationBackward(offset, JavaHeuristicScanner.UNBOUND));
Discouraged access: The method looksLikeClassInstanceCreationBackward(int, int) from the type JavaHeuristicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/TextPluginTestSetup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/TextPluginTestSetup.java
 (at line 23)
import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/TextPluginTestSetup.java
 (at line 54)
boolean wasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/TextPluginTestSetup.java
 (at line 54)
boolean wasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/TextPluginTestSetup.java
 (at line 58)
CoreUtility.setAutoBuilding(true);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/TextPluginTestSetup.java
 (at line 58)
CoreUtility.setAutoBuilding(true);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 20)
import org.eclipse.jdt.testplugin.StringAsserts;
Discouraged access: The type StringAsserts is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 22)
import org.eclipse.jdt.internal.corext.util.CollectionsUtil;
Discouraged access: The type CollectionsUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 24)
import org.eclipse.jdt.internal.ui.text.JavaElementPrefixPatternMatcher;
Discouraged access: The type JavaElementPrefixPatternMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 85)
JavaElementPrefixPatternMatcher matcher= new JavaElementPrefixPatternMatcher(pattern);
Discouraged access: The type JavaElementPrefixPatternMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 85)
JavaElementPrefixPatternMatcher matcher= new JavaElementPrefixPatternMatcher(pattern);
Discouraged access: The constructor JavaElementPrefixPatternMatcher(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 85)
JavaElementPrefixPatternMatcher matcher= new JavaElementPrefixPatternMatcher(pattern);
Discouraged access: The type JavaElementPrefixPatternMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 89)
if (matcher.matches(label))
Discouraged access: The method matches(String) from the type JavaElementPrefixPatternMatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 93)
StringAsserts.assertEqualStringsIgnoreOrder(CollectionsUtil.toArray(matched, String.class), labelStrings);
Discouraged access: The type StringAsserts is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 93)
StringAsserts.assertEqualStringsIgnoreOrder(CollectionsUtil.toArray(matched, String.class), labelStrings);
Discouraged access: The method assertEqualStringsIgnoreOrder(String[], String[]) from the type StringAsserts is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 93)
StringAsserts.assertEqualStringsIgnoreOrder(CollectionsUtil.toArray(matched, String.class), labelStrings);
Discouraged access: The type CollectionsUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/JavaElementPrefixPatternMatcherTest.java
 (at line 93)
StringAsserts.assertEqualStringsIgnoreOrder(CollectionsUtil.toArray(matched, String.class), labelStrings);
Discouraged access: The method toArray(Collection<? extends String>, Class<String>) from the type CollectionsUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 25)
import org.eclipse.jface.internal.text.html.HTMLPrinter;
Discouraged access: The type HTMLPrinter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 32)
import org.eclipse.jdt.internal.corext.javadoc.JavaDocCommentReader;
Discouraged access: The type JavaDocCommentReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 34)
import org.eclipse.jdt.internal.ui.text.javadoc.JavaDoc2HTMLTextReader;
Discouraged access: The type JavaDoc2HTMLTextReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 51)
Reader reader= new JavaDocCommentReader(new MockBuffer(string), 0, string.length());
Discouraged access: The constructor JavaDocCommentReader(IBuffer, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 51)
Reader reader= new JavaDocCommentReader(new MockBuffer(string), 0, string.length());
Discouraged access: The type JavaDocCommentReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 52)
return HTMLPrinter.read(new JavaDoc2HTMLTextReader(reader));
Discouraged access: The type HTMLPrinter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 52)
return HTMLPrinter.read(new JavaDoc2HTMLTextReader(reader));
Discouraged access: The method read(Reader) from the type HTMLPrinter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.jface.text/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 52)
return HTMLPrinter.read(new JavaDoc2HTMLTextReader(reader));
Discouraged access: The constructor JavaDoc2HTMLTextReader(Reader) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaDoc2HTMLTextReaderTester.java
 (at line 52)
return HTMLPrinter.read(new JavaDoc2HTMLTextReader(reader));
Discouraged access: The type JavaDoc2HTMLTextReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 19)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 31)
import org.eclipse.ui.internal.editors.text.EditorsPlugin;
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 74)
AnnotationPreference preference= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(SEARCH_ANNOTATION_TYPE);
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 74)
AnnotationPreference preference= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(SEARCH_ANNOTATION_TYPE);
Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 74)
AnnotationPreference preference= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(SEARCH_ANNOTATION_TYPE);
Discouraged access: The method getAnnotationPreferenceLookup() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 114)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 114)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 118)
AnnotationPreference preference= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(SEARCH_ANNOTATION_TYPE);
Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 118)
AnnotationPreference preference= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(SEARCH_ANNOTATION_TYPE);
Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/performance/TypingInvocationCountTest.java
 (at line 118)
AnnotationPreference preference= EditorsPlugin.getDefault().getAnnotationPreferenceLookup().getAnnotationPreference(SEARCH_ANNOTATION_TYPE);
Discouraged access: The method getAnnotationPreferenceLookup() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.editors/target/classes

/src/org/eclipse/jdt/text/tests/BracketInserterTest.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 17)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 54)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 55)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 105)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 112)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 112)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 117)
fProject= JavaProjectHelper.createJavaProject(getName(), "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 117)
fProject= JavaProjectHelper.createJavaProject(getName(), "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 119)
JavaProjectHelper.addSourceContainer(fProject, SRC);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 119)
JavaProjectHelper.addSourceContainer(fProject, SRC);
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 127)
fTextWidget= fEditor.getViewer().getTextWidget();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 135)
private JavaEditor openJavaEditor(IPath path) {
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 139)
return (JavaEditor)EditorTestHelper.openInEditor(file, true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 150)
JavaProjectHelper.delete(fProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 150)
JavaProjectHelper.delete(fProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 155)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 155)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 336)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 336)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 565)
return ((ITextSelection) fEditor.getSelectionProvider().getSelection()).getOffset();
Discouraged access: The method getSelectionProvider() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 569)
fEditor.getSelectionProvider().setSelection(new TextSelection(offset, 0));
Discouraged access: The method getSelectionProvider() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/BracketInserterTest.java
 (at line 570)
int newOffset= ((ITextSelection)fEditor.getSelectionProvider().getSelection()).getOffset();
Discouraged access: The method getSelectionProvider() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/AbstractDocumentLineDifferTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractDocumentLineDifferTest.java
 (at line 22)
import org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer;
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractDocumentLineDifferTest.java
 (at line 111)
protected final void setUpDiffer(DocumentLineDiffer differ) {
Discouraged access: The type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/AbstractDocumentLineDifferTest.java
 (at line 112)
differ.setReferenceProvider(fReferenceProvider);
Discouraged access: The method setReferenceProvider(IQuickDiffReferenceProvider) from the type DocumentLineDiffer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes

/src/org/eclipse/jdt/text/tests/JavaWordIteratorTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaWordIteratorTest.java
 (at line 13)
import org.eclipse.jdt.internal.ui.text.JavaWordIterator;
Discouraged access: The type JavaWordIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaWordIteratorTest.java
 (at line 24)
fBreakIterator= new JavaWordIterator();
Discouraged access: The constructor JavaWordIterator() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaWordIteratorTest.java
 (at line 24)
fBreakIterator= new JavaWordIterator();
Discouraged access: The type JavaWordIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/SaveEditorTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/SaveEditorTest.java
 (at line 24)
import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/SaveEditorTest.java
 (at line 64)
fWasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/SaveEditorTest.java
 (at line 64)
fWasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/SaveEditorTest.java
 (at line 80)
CoreUtility.setAutoBuilding(fWasAutobuilding);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/SaveEditorTest.java
 (at line 80)
CoreUtility.setAutoBuilding(fWasAutobuilding);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.java
 (at line 18)
import org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings;
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.java
 (at line 29)
setUpSemanticHighlighting(SemanticHighlightings.AUTOBOXING);
Discouraged access: The type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/AutoboxingSemanticHighlightingTest.java
 (at line 29)
setUpSemanticHighlighting(SemanticHighlightings.AUTOBOXING);
Discouraged access: The field AUTOBOXING from the type SemanticHighlightings is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 23)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 90)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 91)
import org.eclipse.jdt.internal.ui.dialogs.OptionalMessageDialog;
Discouraged access: The type OptionalMessageDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 92)
import org.eclipse.jdt.internal.ui.text.JavaReconciler;
Discouraged access: The type JavaReconciler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 365)
if (reconciler instanceof JavaReconciler)
Discouraged access: The type JavaReconciler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 366)
javaReconcilerAccessor= new Accessor(reconciler, JavaReconciler.class);
Discouraged access: The type JavaReconciler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 431)
JavaPlugin.getDefault().getPreferenceStore().setToDefault(PreferenceConstants.EDITOR_FOLDING_ENABLED);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 431)
JavaPlugin.getDefault().getPreferenceStore().setToDefault(PreferenceConstants.EDITOR_FOLDING_ENABLED);
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 435)
IPreferenceStore preferenceStore= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 435)
IPreferenceStore preferenceStore= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 447)
IJavaProject javaProject= JavaProjectHelper.createJavaProject(project, "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 447)
IJavaProject javaProject= JavaProjectHelper.createJavaProject(project, "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 448)
Assert.assertNotNull("JRE is null", JavaProjectHelper.addRTJar(javaProject));
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 448)
Assert.assertNotNull("JRE is null", JavaProjectHelper.addRTJar(javaProject));
Discouraged access: The method addRTJar(IJavaProject) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 458)
JavaProjectHelper.addSourceContainer(javaProject, "src");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 458)
JavaProjectHelper.addSourceContainer(javaProject, "src");
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 481)
boolean wasEnabled= OptionalMessageDialog.isDialogEnabled(id);
Discouraged access: The type OptionalMessageDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 481)
boolean wasEnabled= OptionalMessageDialog.isDialogEnabled(id);
Discouraged access: The method isDialogEnabled(String) from the type OptionalMessageDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 483)
OptionalMessageDialog.setDialogEnabled(id, enabled);
Discouraged access: The type OptionalMessageDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/performance/EditorTestHelper.java
 (at line 483)
OptionalMessageDialog.setDialogEnabled(id, enabled);
Discouraged access: The method setDialogEnabled(String, boolean) from the type OptionalMessageDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 17)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 43)
import org.eclipse.jdt.internal.corext.util.JavaModelUtil;
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 45)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 46)
import org.eclipse.jdt.internal.ui.javaeditor.JavaEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 82)
private JavaEditor fEditor;
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 89)
fProject= JavaProjectHelper.createJavaProject(getName(), "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 89)
fProject= JavaProjectHelper.createJavaProject(getName(), "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 91)
JavaProjectHelper.addSourceContainer(fProject, SRC);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 91)
JavaProjectHelper.addSourceContainer(fProject, SRC);
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 104)
fUndoManager= ((ITextViewerExtension6)fEditor.getViewer()).getUndoManager();
Discouraged access: The method getViewer() from the type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 111)
private JavaEditor openJavaEditor(IPath path) {
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 115)
return (JavaEditor)EditorTestHelper.openInEditor(file, true);
Discouraged access: The type JavaEditor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 126)
JavaProjectHelper.delete(fProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 126)
JavaProjectHelper.delete(fProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 136)
IMethod foo= JavaModelUtil.findMethod("foo", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 136)
IMethod foo= JavaModelUtil.findMethod("foo", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The method findMethod(String, String[], boolean, IType) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 137)
IMethod bar= JavaModelUtil.findMethod("bar", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 137)
IMethod bar= JavaModelUtil.findMethod("bar", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The method findMethod(String, String[], boolean, IType) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 138)
IJavaModel model= JavaCore.create(JavaPlugin.getWorkspace().getRoot());
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 138)
IJavaModel model= JavaCore.create(JavaPlugin.getWorkspace().getRoot());
Discouraged access: The method getWorkspace() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 156)
IMethod foo= JavaModelUtil.findMethod("foo", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 156)
IMethod foo= JavaModelUtil.findMethod("foo", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The method findMethod(String, String[], boolean, IType) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 157)
IMethod bar= JavaModelUtil.findMethod("bar", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 157)
IMethod bar= JavaModelUtil.findMethod("bar", new String[0], false, fCompilationUnit.findPrimaryType());
Discouraged access: The method findMethod(String, String[], boolean, IType) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 158)
IJavaModel model= JavaCore.create(JavaPlugin.getWorkspace().getRoot());
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/JavaModelOpCompundUndoTest.java
 (at line 158)
IJavaModel model= JavaCore.create(JavaPlugin.getWorkspace().getRoot());
Discouraged access: The method getWorkspace() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java
 (at line 23)
import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java
 (at line 52)
ITypeRoot cu= EditorUtility.getEditorInputJavaElement(editor, false);
Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/ActivateJavaEditorTest.java
 (at line 52)
ITypeRoot cu= EditorUtility.getEditorInputJavaElement(editor, false);
Discouraged access: The method getEditorInputJavaElement(IEditorPart, boolean) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/JavaBreakIteratorTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/JavaBreakIteratorTest.java
 (at line 13)
import org.eclipse.jdt.internal.ui.text.JavaBreakIterator;
Discouraged access: The type JavaBreakIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/JavaBreakIteratorTest.java
 (at line 24)
fBreakIterator= new JavaBreakIterator();
Discouraged access: The constructor JavaBreakIterator() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/JavaBreakIteratorTest.java
 (at line 24)
fBreakIterator= new JavaBreakIterator();
Discouraged access: The type JavaBreakIterator is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 19)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 37)
import org.eclipse.jdt.internal.corext.template.java.JavaContext;
Discouraged access: The type JavaContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 39)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 106)
fProject= JavaProjectHelper.createJavaProject(PROJECT, "bin");
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 106)
fProject= JavaProjectHelper.createJavaProject(PROJECT, "bin");
Discouraged access: The method createJavaProject(String, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 107)
JavaProjectHelper.addRTJar(fProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 107)
JavaProjectHelper.addRTJar(fProject);
Discouraged access: The method addRTJar(IJavaProject) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 109)
IPackageFragmentRoot fragmentRoot= JavaProjectHelper.addSourceContainer(fProject, SRC);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 109)
IPackageFragmentRoot fragmentRoot= JavaProjectHelper.addSourceContainer(fProject, SRC);
Discouraged access: The method addSourceContainer(IJavaProject, String) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 117)
JavaProjectHelper.delete(fProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 117)
JavaProjectHelper.delete(fProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 124)
TemplateStore store= JavaPlugin.getDefault().getTemplateStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 124)
TemplateStore store= JavaPlugin.getDefault().getTemplateStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 124)
TemplateStore store= JavaPlugin.getDefault().getTemplateStore();
Discouraged access: The method getTemplateStore() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 136)
return JavaContext.evaluateTemplate(getForLoop(), fCU, offset);
Discouraged access: The type JavaContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/NewForLoopJavaContextTest.java
 (at line 136)
return JavaContext.evaluateTemplate(getForLoop(), fCU, offset);
Discouraged access: The method evaluateTemplate(Template, ICompilationUnit, int) from the type JavaContext is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 27)
import org.eclipse.jdt.internal.ui.text.spelling.SpellCheckEngine;
Discouraged access: The type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 28)
import org.eclipse.jdt.internal.ui.text.spelling.engine.AbstractSpellDictionary;
Discouraged access: The type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 29)
import org.eclipse.jdt.internal.ui.text.spelling.engine.DefaultPhoneticDistanceAlgorithm;
Discouraged access: The type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 30)
import org.eclipse.jdt.internal.ui.text.spelling.engine.ISpellCheckEngine;
Discouraged access: The type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 31)
import org.eclipse.jdt.internal.ui.text.spelling.engine.ISpellChecker;
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 32)
import org.eclipse.jdt.internal.ui.text.spelling.engine.RankedWordProposal;
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 37)
protected static class TestDictionary extends AbstractSpellDictionary {
Discouraged access: The type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 43)
hashWord(word);
Discouraged access: The method hashWord(String) from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 66)
private final ISpellCheckEngine fEngine= SpellCheckEngine.getInstance();
Discouraged access: The type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
10. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 66)
private final ISpellCheckEngine fEngine= SpellCheckEngine.getInstance();
Discouraged access: The method getInstance() from the type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
11. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 66)
private final ISpellCheckEngine fEngine= SpellCheckEngine.getInstance();
Discouraged access: The type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
12. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 78)
RankedWordProposal proposal= null;
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
13. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 81)
proposal= (RankedWordProposal)iterator.next();
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
14. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 82)
if (proposal.getText().equals(word))
Discouraged access: The method getText() from the type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
15. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 99)
fEngine.registerDictionary(Locale.US, fUSDictionary);
Discouraged access: The method registerDictionary(Locale, ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
16. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 100)
fEngine.registerDictionary(Locale.UK, fUKDictionary);
Discouraged access: The method registerDictionary(Locale, ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
17. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 101)
fEngine.registerDictionary(Locale.GERMANY, fDEDictionary);
Discouraged access: The method registerDictionary(Locale, ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
18. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 102)
fEngine.registerGlobalDictionary(fGlobalDictionary);
Discouraged access: The method registerGlobalDictionary(ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
19. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 111)
fUSDictionary.unload();
Discouraged access: The method unload() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
20. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 112)
fUKDictionary.unload();
Discouraged access: The method unload() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
21. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 113)
fDEDictionary.unload();
Discouraged access: The method unload() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
22. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 114)
fGlobalDictionary.unload();
Discouraged access: The method unload() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
23. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 116)
fEngine.unregisterDictionary(fUSDictionary);
Discouraged access: The method unregisterDictionary(ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
24. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 117)
fEngine.unregisterDictionary(fUKDictionary);
Discouraged access: The method unregisterDictionary(ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
25. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 118)
fEngine.unregisterDictionary(fDEDictionary);
Discouraged access: The method unregisterDictionary(ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
26. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 119)
fEngine.unregisterDictionary(fGlobalDictionary);
Discouraged access: The method unregisterDictionary(ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
27. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 123)
final Set result= SpellCheckEngine.getLocalesWithInstalledDictionaries();
Discouraged access: The method getLocalesWithInstalledDictionaries() from the type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
28. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 123)
final Set result= SpellCheckEngine.getLocalesWithInstalledDictionaries();
Discouraged access: The type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
29. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 128)
assertTrue(SpellCheckEngine.getDefaultLocale().equals(Locale.getDefault()));
Discouraged access: The method getDefaultLocale() from the type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
30. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 128)
assertTrue(SpellCheckEngine.getDefaultLocale().equals(Locale.getDefault()));
Discouraged access: The type SpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
31. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 133)
fEngine.unregisterDictionary(fUSDictionary);
Discouraged access: The method unregisterDictionary(ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
32. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 135)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
33. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 135)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
34. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 138)
assertFalse(checker.isCorrect(TRUCK));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
35. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 139)
assertTrue(checker.isCorrect(LORRY)); // us in UK dictionary
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
36. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 140)
assertFalse(checker.isCorrect(LASTWAGEN));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
37. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 141)
assertTrue(checker.isCorrect(GLOBAL));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
38. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 142)
fEngine.registerDictionary(Locale.US, fUSDictionary);
Discouraged access: The method registerDictionary(Locale, ISpellDictionary) from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
39. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 144)
assertFalse(checker.isCorrect(TRUCK));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
40. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 147)
assertTrue(checker.isCorrect(LORRY)); // is in UK dictionary
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
41. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 148)
assertFalse(checker.isCorrect(LASTWAGEN));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
42. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 149)
assertTrue(checker.isCorrect(GLOBAL));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
43. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 154)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
44. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 154)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
45. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 157)
assertFalse(checker.isCorrect(TRUCK));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
46. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 158)
assertTrue(checker.isCorrect(GLOBAL));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
47. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 159)
assertFalse(checker.isCorrect(LORRY));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
48. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 160)
assertTrue(checker.isCorrect(LASTWAGEN));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
49. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 162)
assertTrue(fDEDictionary.isLoaded());
Discouraged access: The method isLoaded() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
50. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 163)
assertTrue(fGlobalDictionary.isLoaded());
Discouraged access: The method isLoaded() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
51. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 168)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
52. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 168)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
53. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 171)
assertFalse(checker.isCorrect(LORRY));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
54. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 172)
checker.ignoreWord(LORRY);
Discouraged access: The method ignoreWord(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
55. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 173)
assertTrue(checker.isCorrect(LORRY));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
56. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 174)
checker.checkWord(LORRY);
Discouraged access: The method checkWord(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
57. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 175)
assertFalse(checker.isCorrect(LORRY));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
58. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 180)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
59. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 180)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
60. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 183)
assertFalse(checker.isCorrect(TRUCK));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
61. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 184)
assertTrue(checker.isCorrect(GLOBAL));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
62. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 185)
assertTrue(checker.isCorrect(LORRY));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
63. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 186)
assertFalse(checker.isCorrect(LASTWAGEN));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
64. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 188)
assertTrue(fUKDictionary.isLoaded());
Discouraged access: The method isLoaded() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
65. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 189)
assertTrue(fGlobalDictionary.isLoaded());
Discouraged access: The method isLoaded() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
66. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 194)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
67. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 194)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
68. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 196)
assertEquals(Locale.CHINA, checker.getLocale());
Discouraged access: The method getLocale() from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
69. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 201)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
70. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 201)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
71. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 206)
assertTrue(Locale.US.equals(checker.getLocale()));
Discouraged access: The method getLocale() from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
72. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 208)
assertTrue(fUSDictionary.isLoaded());
Discouraged access: The method isLoaded() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
73. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 209)
assertTrue(fGlobalDictionary.isLoaded());
Discouraged access: The method isLoaded() from the type AbstractSpellDictionary is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
74. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 211)
assertTrue(checker.isCorrect(TRUCK));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
75. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 212)
assertTrue(checker.isCorrect(GLOBAL));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
76. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 213)
assertFalse(checker.isCorrect(LORRY));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
77. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 214)
assertFalse(checker.isCorrect(LASTWAGEN));
Discouraged access: The method isCorrect(String) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
78. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 220)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
79. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 220)
final ISpellChecker checker= fEngine.getSpellChecker();
Discouraged access: The method getSpellChecker() from the type ISpellCheckEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
80. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 225)
Set proposals= checker.getProposals(SENTENCESTART, true);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
81. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 231)
proposals= checker.getProposals(SENTENCECONTENT, true);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
82. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 237)
proposals= checker.getProposals(SENTENCECONTENT, false);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
83. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 242)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The method getRank() from the type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
84. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 242)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
85. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 242)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
86. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 242)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The field COST_CASE from the type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
87. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 246)
proposals= checker.getProposals(SENTENCESTART, false);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
88. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 248)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == 0);
Discouraged access: The method getRank() from the type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
89. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 248)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == 0);
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
90. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 250)
proposals= checker.getProposals(SENTENCESTART, true);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
91. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 252)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == 0);
Discouraged access: The method getRank() from the type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
92. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 252)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == 0);
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
93. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 254)
proposals= checker.getProposals(SENTENCECONTENT, true);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
94. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 256)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The method getRank() from the type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
95. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 256)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The type RankedWordProposal is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
96. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 256)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
97. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 256)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The field COST_CASE from the type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
98. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 258)
proposals= checker.getProposals(SENTENCECONTENT, false);
Discouraged access: The method getProposals(String, boolean) from the type ISpellChecker is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
99. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 260)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
100. WARNING in /src/org/eclipse/jdt/text/tests/spelling/SpellCheckEngineTestCase.java
 (at line 260)
assertTrue(((RankedWordProposal) proposals.iterator().next()).getRank() == - DefaultPhoneticDistanceAlgorithm.COST_CASE);
Discouraged access: The field COST_CASE from the type DefaultPhoneticDistanceAlgorithm is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java
 (at line 27)
import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java
 (at line 61)
boolean wasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java
 (at line 61)
boolean wasAutobuilding= CoreUtility.setAutoBuilding(false);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java
 (at line 65)
CoreUtility.setAutoBuilding(true);
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java
 (at line 65)
CoreUtility.setAutoBuilding(true);
Discouraged access: The method setAutoBuilding(boolean) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 17)
import org.eclipse.jdt.testplugin.JavaProjectHelper;
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
2. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 35)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
3. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 38)
* Measurements of the {@link org.eclipse.jdt.internal.ui.text.javadoc.JavaDocAutoIndentStrategy}.
Discouraged access: The type JavaDocAutoIndentStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
4. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 58)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
5. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 58)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
6. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 73)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
7. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 73)
JavaProjectHelper.delete(fJavaProject);
Discouraged access: The method delete(IJavaElement) from the type JavaProjectHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes
8. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 75)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
9. WARNING in /src/org/eclipse/jdt/text/tests/performance/JavaDocIndentStrategyTest.java
 (at line 75)
IPreferenceStore store= JavaPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes