Compiler log for org.eclipse.jdt.debug.tests_3.8.100.v20130514-0841 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4109

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

/tests/org/eclipse/jdt/debug/tests/sourcelookup/DirectorySourceContainerTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DirectorySourceContainerTests.java
 (at line 21)
import org.eclipse.jdt.internal.launching.JavaSourceLookupDirector;
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DirectorySourceContainerTests.java
 (at line 36)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DirectorySourceContainerTests.java
 (at line 36)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 22)
import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor;
Discouraged access: The type PushDownRefactoringProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 90)
PushDownRefactoringProcessor processor = new PushDownRefactoringProcessor(new IMethod[] {clas});
Discouraged access: The type PushDownRefactoringProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 90)
PushDownRefactoringProcessor processor = new PushDownRefactoringProcessor(new IMethod[] {clas});
Discouraged access: The constructor PushDownRefactoringProcessor(IMember[]) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownMethodUnitTests.java
 (at line 90)
PushDownRefactoringProcessor processor = new PushDownRefactoringProcessor(new IMethod[] {clas});
Discouraged access: The type PushDownRefactoringProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 19)
import org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants;
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 20)
import org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin;
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 38)
fOriginalActiveFilters = getPrefStore().getString(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 38)
fOriginalActiveFilters = getPrefStore().getString(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 39)
fOriginalInactiveFilters = getPrefStore().getString(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 39)
fOriginalInactiveFilters = getPrefStore().getString(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST);
Discouraged access: The field PREF_INACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 47)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 47)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 77)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 77)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 107)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo");
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 107)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo");
Discouraged access: The field PREF_INACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 138)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 138)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 168)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 168)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo," + fOriginalInactiveFilters);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 198)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo,StepFilterThree," + fOriginalInactiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 198)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters + ",StepFilterTwo,StepFilterThree," + fOriginalInactiveFilters);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 228)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_GETTERS, true);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 228)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_GETTERS, true);
Discouraged access: The field PREF_FILTER_GETTERS from the type IJDIPreferencesConstants 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.ui/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 229)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_SETTERS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 229)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_SETTERS, false);
Discouraged access: The field PREF_FILTER_SETTERS from the type IJDIPreferencesConstants 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.ui/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 263)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_GETTERS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 263)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_GETTERS, false);
Discouraged access: The field PREF_FILTER_GETTERS from the type IJDIPreferencesConstants 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.ui/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 264)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_SETTERS, true);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 264)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_FILTER_SETTERS, true);
Discouraged access: The field PREF_FILTER_SETTERS from the type IJDIPreferencesConstants 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.ui/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 297)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 297)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, fOriginalActiveFilters);
Discouraged access: The field PREF_ACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 298)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, fOriginalInactiveFilters);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
30. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 298)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, fOriginalInactiveFilters);
Discouraged access: The field PREF_INACTIVE_FILTERS_LIST from the type IJDIPreferencesConstants 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.ui/target/classes
31. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 306)
return JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
32. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/StepFilterTests.java
 (at line 306)
return JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JDIDebugUIPlugin 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.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 17)
import org.eclipse.jdt.internal.launching.JavaSourceLookupDirector;
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 34)
JavaSourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 34)
JavaSourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 34)
JavaSourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 42)
JavaSourceLookupDirector director2 = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 42)
JavaSourceLookupDirector director2 = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/DefaultSourceContainerTests.java
 (at line 42)
JavaSourceLookupDirector director2 = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java : 93 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
92. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
93. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_304.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/LocalVarValueTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarValueTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarValueTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarValueTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarValueTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarValueTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java : 79 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_417.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 36)
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
2. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 74)
Map<String, ? extends Connector.Argument> def = connector.getDefaultArguments();
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
3. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 74)
Map<String, ? extends Connector.Argument> def = connector.getDefaultArguments();
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
4. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 79)
Connector.Argument arg = def.get(key);
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
5. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 79)
Connector.Argument arg = def.get(key);
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
6. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 140)
Map<String, ? extends Connector.Argument> def = connector.getDefaultArguments();
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
7. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 140)
Map<String, ? extends Connector.Argument> def = connector.getDefaultArguments();
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
8. WARNING in /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 145)
Connector.Argument arg = def.get(key);
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 /tests/org/eclipse/jdt/debug/tests/core/RemoteJavaApplicationTests.java
 (at line 145)
Connector.Argument arg = def.get(key);
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

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java : 99 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
92. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
93. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
94. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 921)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
95. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 921)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
96. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 940)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
97. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 940)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
98. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 959)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
99. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_65.java
 (at line 959)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/core/VMInstallTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/core/VMInstallTests.java
 (at line 26)
import org.eclipse.jdt.internal.launching.LaunchingPlugin;
Discouraged access: The type LaunchingPlugin 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/core/VMInstallTests.java
 (at line 96)
LaunchingPlugin.ID_PLUGIN,
Discouraged access: The type LaunchingPlugin 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/core/VMInstallTests.java
 (at line 96)
LaunchingPlugin.ID_PLUGIN,
Discouraged access: The field ID_PLUGIN from the type LaunchingPlugin 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/ShortOperatorsTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ShortOperatorsTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ShortOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ShortOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ShortOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ShortOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/QualifiedFieldValueTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedFieldValueTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedFieldValueTests.java
 (at line 170)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedFieldValueTests.java
 (at line 170)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedFieldValueTests.java
 (at line 176)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedFieldValueTests.java
 (at line 176)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java : 85 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_120.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests2.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests2.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests2.java
 (at line 170)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests2.java
 (at line 170)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests2.java
 (at line 176)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests2.java
 (at line 176)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 17)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 134)
static final String[] prefixList = new String[] {"foo.", "EvalTypeTests.", IInternalDebugCoreConstants.EMPTY_STRING};
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 134)
static final String[] prefixList = new String[] {"foo.", "EvalTypeTests.", IInternalDebugCoreConstants.EMPTY_STRING};
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1143)
genCodeReturnValueCheckFloatDoubleType("(" + t1Name + ") " + t2Name, t1Name, t1UName, (needCast(type1, type2) ? "( " + t1Name + ") " : IInternalDebugCoreConstants.EMPTY_STRING) + iName + t2UName + "Value", first, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1143)
genCodeReturnValueCheckFloatDoubleType("(" + t1Name + ") " + t2Name, t1Name, t1UName, (needCast(type1, type2) ? "( " + t1Name + ") " : IInternalDebugCoreConstants.EMPTY_STRING) + iName + t2UName + "Value", first, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1145)
genCodeReturnValueCheckPrimitiveType("(" + t1Name + ") " + t2Name, t1Name, t1UName, (needCast(type1, type2) ? "( " + t1Name + ") " : IInternalDebugCoreConstants.EMPTY_STRING) + iName + t2UName + "Value", first, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1145)
genCodeReturnValueCheckPrimitiveType("(" + t1Name + ") " + t2Name, t1Name, t1UName, (needCast(type1, type2) ? "( " + t1Name + ") " : IInternalDebugCoreConstants.EMPTY_STRING) + iName + t2UName + "Value", first, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1313)
String value = IInternalDebugCoreConstants.EMPTY_STRING;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1313)
String value = IInternalDebugCoreConstants.EMPTY_STRING;
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1332)
genCodeArrayLength(type, var, IInternalDebugCoreConstants.EMPTY_STRING + var, false, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1332)
genCodeArrayLength(type, var, IInternalDebugCoreConstants.EMPTY_STRING + var, false, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1341)
code.append("\t\t" + ((first)? "IValue " : IInternalDebugCoreConstants.EMPTY_STRING) + "value = eval(" + expression + ");\n");
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1341)
code.append("\t\t" + ((first)? "IValue " : IInternalDebugCoreConstants.EMPTY_STRING) + "value = eval(" + expression + ");\n");
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1345)
code.append("\t\t" + ((first)? "String " : IInternalDebugCoreConstants.EMPTY_STRING) + "typeName = value.getReferenceTypeName();\n" +
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1345)
code.append("\t\t" + ((first)? "String " : IInternalDebugCoreConstants.EMPTY_STRING) + "typeName = value.getReferenceTypeName();\n" +
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1350)
code.append("\t\t" + ((first)? resType + " " : IInternalDebugCoreConstants.EMPTY_STRING) + resType + "Value = ((IJavaPrimitiveValue)value).get" + uResType + "Value();\n" +
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1350)
code.append("\t\t" + ((first)? resType + " " : IInternalDebugCoreConstants.EMPTY_STRING) + resType + "Value = ((IJavaPrimitiveValue)value).get" + uResType + "Value();\n" +
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1355)
code.append("\t\t" + ((first)? resType + " " : IInternalDebugCoreConstants.EMPTY_STRING) + resType + "Value = ((IJavaPrimitiveValue)value).get" + uResType + "Value();\n" +
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1355)
code.append("\t\t" + ((first)? resType + " " : IInternalDebugCoreConstants.EMPTY_STRING) + resType + "Value = ((IJavaPrimitiveValue)value).get" + uResType + "Value();\n" +
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1360)
code.append("\t\t" + ((first)? "String " : IInternalDebugCoreConstants.EMPTY_STRING) + "stringValue = ((JDIObjectValue)value).getValueString();\n" +
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1360)
code.append("\t\t" + ((first)? "String " : IInternalDebugCoreConstants.EMPTY_STRING) + "stringValue = ((JDIObjectValue)value).getValueString();\n" +
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1370)
code.append("\t\t" + ((init)? fTypeName[type] + " " : IInternalDebugCoreConstants.EMPTY_STRING) + varName + " " + opSymbol[op] + " " + value + ";\n");
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TestGenerator.java
 (at line 1370)
code.append("\t\t" + ((init)? fTypeName[type] + " " : IInternalDebugCoreConstants.EMPTY_STRING) + varName + " " + opSymbol[op] + " " + value + ";\n");
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 17)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 19)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog;
Discouraged access: The type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 75)
IStatus status = new Status(IStatus.INFO, IJavaDebugUIConstants.PLUGIN_ID, 1000, IInternalDebugCoreConstants.EMPTY_STRING, null);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 75)
IStatus status = new Status(IStatus.INFO, IJavaDebugUIConstants.PLUGIN_ID, 1000, IInternalDebugCoreConstants.EMPTY_STRING, null);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 76)
LaunchConfigurationsDialog dialog= new LaunchConfigurationsDialog(DebugUIPlugin.getShell(), DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier));
Discouraged access: The type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 76)
LaunchConfigurationsDialog dialog= new LaunchConfigurationsDialog(DebugUIPlugin.getShell(), DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier));
Discouraged access: The constructor LaunchConfigurationsDialog(Shell, LaunchGroupExtension) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 76)
LaunchConfigurationsDialog dialog= new LaunchConfigurationsDialog(DebugUIPlugin.getShell(), DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier));
Discouraged access: The type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 76)
LaunchConfigurationsDialog dialog= new LaunchConfigurationsDialog(DebugUIPlugin.getShell(), DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(groupIdentifier));
Discouraged access: The method getLaunchGroup(String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 78)
dialog.setOpenMode(LaunchConfigurationsDialog.LAUNCH_CONFIGURATION_DIALOG_OPEN_ON_SELECTION);
Discouraged access: The method setOpenMode(int) from the type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 78)
dialog.setOpenMode(LaunchConfigurationsDialog.LAUNCH_CONFIGURATION_DIALOG_OPEN_ON_SELECTION);
Discouraged access: The type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 78)
dialog.setOpenMode(LaunchConfigurationsDialog.LAUNCH_CONFIGURATION_DIALOG_OPEN_ON_SELECTION);
Discouraged access: The field LAUNCH_CONFIGURATION_DIALOG_OPEN_ON_SELECTION from the type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 79)
dialog.setInitialSelection(selection);
Discouraged access: The method setInitialSelection(IStructuredSelection) from the type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 80)
dialog.setInitialStatus(status);
Discouraged access: The method setInitialStatus(IStatus) from the type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 82)
dialog.open();
Discouraged access: The method open() from the type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/performance/OpenLaunchConfigurationDialogTests.java
 (at line 83)
dialog.close();
Discouraged access: The method close() from the type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 24)
import org.eclipse.jdt.internal.corext.refactoring.code.ConvertAnonymousToNestedRefactoring;
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The constructor ConvertAnonymousToNestedRefactoring(ICompilationUnit, 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
4. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 173)
ref.setClassName("NewAnonymousClass");
Discouraged access: The method setClassName(String) from the type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 175)
RefactoringStatus preconditionResult= ref.checkInitialConditions(new NullProgressMonitor());
Discouraged access: The method checkInitialConditions(IProgressMonitor) from the type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertInnerAnonymousTypeToNestedUnitTests.java
 (at line 182)
ref.setClassName("NewAnonymousClass");
Discouraged access: The method setClassName(String) from the type ConvertAnonymousToNestedRefactoring is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 14)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 35)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldByte);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 35)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldByte);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 41)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldByte);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 41)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldByte);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 54)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldChar);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 54)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldChar);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 60)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldChar);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 60)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldChar);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 73)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldShort);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 73)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldShort);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 79)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldShort);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 79)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldShort);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 92)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldInt);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 92)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldInt);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 98)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldInt);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 98)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldInt);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 111)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldLong);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 111)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldLong);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 117)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldLong);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 117)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldLong);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 130)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldFloat);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 130)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldFloat);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 136)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldFloat);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 136)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldFloat);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 149)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldDouble);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 149)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldDouble);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 155)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldDouble);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 155)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldDouble);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 168)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldString);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 168)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldString);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 171)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 171)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 174)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldString);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 174)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldString);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 177)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 177)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 187)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldBoolean);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 187)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldBoolean);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 193)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldBoolean);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests.java
 (at line 193)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldBoolean);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_566.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 24)
import org.eclipse.jdt.internal.corext.refactoring.code.ConvertAnonymousToNestedRefactoring;
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The constructor ConvertAnonymousToNestedRefactoring(ICompilationUnit, 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
4. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 173)
ref.setClassName("NewAnonymousClass");
Discouraged access: The method setClassName(String) from the type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 175)
RefactoringStatus preconditionResult= ref.checkInitialConditions(new NullProgressMonitor());
Discouraged access: The method checkInitialConditions(IProgressMonitor) from the type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertPublicAnonymousTypeToNestedUnitTests.java
 (at line 182)
ref.setClassName("NewAnonymousClass");
Discouraged access: The method setClassName(String) from the type ConvertAnonymousToNestedRefactoring is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java
 (at line 21)
import org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameProcessor;
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java
 (at line 22)
import org.eclipse.jdt.internal.corext.refactoring.rename.RenameNonVirtualMethodProcessor;
Discouraged access: The type RenameNonVirtualMethodProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java
 (at line 95)
JavaRenameProcessor proc = new RenameNonVirtualMethodProcessor(method);
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java
 (at line 95)
JavaRenameProcessor proc = new RenameNonVirtualMethodProcessor(method);
Discouraged access: The constructor RenameNonVirtualMethodProcessor(IMethod) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java
 (at line 95)
JavaRenameProcessor proc = new RenameNonVirtualMethodProcessor(method);
Discouraged access: The type RenameNonVirtualMethodProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameMethodUnitTests.java
 (at line 96)
proc.setNewElementName("renamedMethod");
Discouraged access: The method setNewElementName(String) from the type JavaRenameProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 14)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 40)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 40)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 45)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 45)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 52)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 52)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 57)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 57)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 65)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 65)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 70)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 70)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 77)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 77)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 82)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 82)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 97)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 97)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 102)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 102)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 109)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 109)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 114)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 114)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 122)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 122)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 127)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 127)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 134)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 134)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 139)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 139)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 154)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 154)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 159)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 159)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 166)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 166)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 171)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 171)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 179)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 179)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 184)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 184)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 191)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 191)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 196)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 196)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 211)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 211)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 216)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 216)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 223)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 223)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 228)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 228)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 236)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 236)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 241)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 241)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 248)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 248)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 253)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 253)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 268)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 268)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 273)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 273)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 280)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 280)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 285)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 285)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 293)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 293)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 298)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 298)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 305)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 305)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 310)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 310)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 325)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 325)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 330)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 330)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 337)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 337)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 342)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 342)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 350)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 350)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
92. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 355)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
93. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 355)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
94. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 362)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
95. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 362)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
96. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 367)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
97. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 367)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
98. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 382)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
99. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 382)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
100. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StringPlusAssignmentOpTests.java
 (at line 387)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java : 91 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_214.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/DoubleOperatorsTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/DoubleOperatorsTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/DoubleOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/DoubleOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/DoubleOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/DoubleOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 22)
import org.eclipse.jdt.internal.corext.refactoring.structure.MoveInnerToTopRefactoring;
Discouraged access: The type MoveInnerToTopRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 23)
import org.eclipse.jdt.internal.ui.preferences.JavaPreferencesSettings;
Discouraged access: The type JavaPreferencesSettings is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 132)
MoveInnerToTopRefactoring ref= new MoveInnerToTopRefactoring(clas, JavaPreferencesSettings.getCodeGenerationSettings(clas.getJavaProject()));
Discouraged access: The type MoveInnerToTopRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 132)
MoveInnerToTopRefactoring ref= new MoveInnerToTopRefactoring(clas, JavaPreferencesSettings.getCodeGenerationSettings(clas.getJavaProject()));
Discouraged access: The constructor MoveInnerToTopRefactoring(IType, CodeGenerationSettings) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 132)
MoveInnerToTopRefactoring ref= new MoveInnerToTopRefactoring(clas, JavaPreferencesSettings.getCodeGenerationSettings(clas.getJavaProject()));
Discouraged access: The type MoveInnerToTopRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 132)
MoveInnerToTopRefactoring ref= new MoveInnerToTopRefactoring(clas, JavaPreferencesSettings.getCodeGenerationSettings(clas.getJavaProject()));
Discouraged access: The type JavaPreferencesSettings is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 132)
MoveInnerToTopRefactoring ref= new MoveInnerToTopRefactoring(clas, JavaPreferencesSettings.getCodeGenerationSettings(clas.getJavaProject()));
Discouraged access: The method getCodeGenerationSettings(IJavaProject) from the type JavaPreferencesSettings is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/MoveInnerTypeToNewFileUnitTests.java
 (at line 133)
ref.checkInitialConditions(new NullProgressMonitor());
Discouraged access: The method checkInitialConditions(IProgressMonitor) from the type MoveInnerToTopRefactoring is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 548)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 548)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 553)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 553)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 559)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 559)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 564)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 564)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 570)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 570)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 575)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 575)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 581)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 581)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 586)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 586)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 592)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 592)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 597)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 597)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 603)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 603)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 608)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/ArrayAssignmentTests.java
 (at line 608)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/FloatOperatorsTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/FloatOperatorsTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/FloatOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/FloatOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/FloatOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/FloatOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 27)
import org.eclipse.debug.internal.ui.views.variables.details.DefaultDetailPane;
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 28)
import org.eclipse.debug.internal.ui.views.variables.details.DetailPaneManager;
Discouraged access: The type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 32)
import org.eclipse.jdt.internal.debug.core.logicalstructures.JDIPlaceholderVariable;
Discouraged access: The type JDIPlaceholderVariable 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 33)
import org.eclipse.jdt.internal.debug.core.model.JDIDebugElement;
Discouraged access: The type JDIDebugElement 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 44)
DetailPaneManager fManager;
Discouraged access: The type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 52)
fManager = DetailPaneManager.getDefault();
Discouraged access: The method getDefault() from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 52)
fManager = DetailPaneManager.getDefault();
Discouraged access: The type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 54)
fManager.getPreferredPaneFromSelection(null);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 69)
String id = fManager.getUserPreferredDetailPane(new HashSet<String>());
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 74)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 78)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 81)
detailPanes.add(DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 81)
detailPanes.add(DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 82)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 86)
detailPanes.add(DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 86)
detailPanes.add(DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 87)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 88)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 88)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 96)
fManager.setPreferredDetailPane(null, null);
Discouraged access: The method setPreferredDetailPane(Set, String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 97)
String id = fManager.getUserPreferredDetailPane(null);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 100)
fManager.setPreferredDetailPane(null, "Example");
Discouraged access: The method setPreferredDetailPane(Set, String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 101)
id = fManager.getUserPreferredDetailPane(null);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 106)
fManager.setPreferredDetailPane(detailPanes, "Example1");
Discouraged access: The method setPreferredDetailPane(Set, String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 107)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 111)
fManager.setPreferredDetailPane(detailPanes, "Example2");
Discouraged access: The method setPreferredDetailPane(Set, String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 112)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 115)
detailPanes.add(DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 115)
detailPanes.add(DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 116)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 118)
fManager.setPreferredDetailPane(detailPanes, "Example2");
Discouraged access: The method setPreferredDetailPane(Set, String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 119)
id = fManager.getUserPreferredDetailPane(detailPanes);
Discouraged access: The method getUserPreferredDetailPane(Set) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 129)
String id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 130)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 130)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 133)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 134)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 134)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 137)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 138)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 138)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 140)
selection = new StructuredSelection(new IJavaVariable[]{new JDIPlaceholderVariable("test var",null)});
Discouraged access: The constructor JDIPlaceholderVariable(String, IJavaValue) 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 140)
selection = new StructuredSelection(new IJavaVariable[]{new JDIPlaceholderVariable("test var",null)});
Discouraged access: The type JDIPlaceholderVariable 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 141)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 142)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 142)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 146)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 150)
fManager.setPreferredDetailPane(fManager.getAvailablePaneIDs(selection), DefaultDetailPane.ID);
Discouraged access: The method setPreferredDetailPane(Set, String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 150)
fManager.setPreferredDetailPane(fManager.getAvailablePaneIDs(selection), DefaultDetailPane.ID);
Discouraged access: The method getAvailablePaneIDs(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 150)
fManager.setPreferredDetailPane(fManager.getAvailablePaneIDs(selection), DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 150)
fManager.setPreferredDetailPane(fManager.getAvailablePaneIDs(selection), DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 151)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 152)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 152)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 155)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 156)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 156)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 158)
selection = new StructuredSelection(new JDIDebugElement[]{});
Discouraged access: The type JDIDebugElement 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 159)
id = fManager.getPreferredPaneFromSelection(selection);
Discouraged access: The method getPreferredPaneFromSelection(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 160)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 160)
assertEquals("Incorrect pane ID", DefaultDetailPane.ID, id);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 169)
Set<String> result = fManager.getAvailablePaneIDs(selection);
Discouraged access: The method getAvailablePaneIDs(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 170)
assertTrue("Set was incorrect",result.size()==1 && result.contains(DefaultDetailPane.ID));
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 170)
assertTrue("Set was incorrect",result.size()==1 && result.contains(DefaultDetailPane.ID));
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 173)
result = fManager.getAvailablePaneIDs(selection);
Discouraged access: The method getAvailablePaneIDs(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 174)
assertTrue("Set was incorrect",result.size()==1 && result.contains(DefaultDetailPane.ID));
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 174)
assertTrue("Set was incorrect",result.size()==1 && result.contains(DefaultDetailPane.ID));
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 177)
result = fManager.getAvailablePaneIDs(selection);
Discouraged access: The method getAvailablePaneIDs(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 178)
assertTrue("Set was incorrect",result.size()==2 && result.contains(DefaultDetailPane.ID) && result.contains(TableDetailPane.ID));
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 178)
assertTrue("Set was incorrect",result.size()==2 && result.contains(DefaultDetailPane.ID) && result.contains(TableDetailPane.ID));
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 180)
selection = new StructuredSelection(new Object[]{new JDIPlaceholderVariable("test var",null)});
Discouraged access: The constructor JDIPlaceholderVariable(String, IJavaValue) 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 180)
selection = new StructuredSelection(new Object[]{new JDIPlaceholderVariable("test var",null)});
Discouraged access: The type JDIPlaceholderVariable 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 181)
result = fManager.getAvailablePaneIDs(selection);
Discouraged access: The method getAvailablePaneIDs(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 182)
assertTrue("Set was incorrect",result.size()==2 && result.contains(DefaultDetailPane.ID) && result.contains(SimpleDetailPane.ID));
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 182)
assertTrue("Set was incorrect",result.size()==2 && result.contains(DefaultDetailPane.ID) && result.contains(SimpleDetailPane.ID));
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 185)
selection = new StructuredSelection(new Object[]{"String1",new JDIPlaceholderVariable("test var",null),"String3"});
Discouraged access: The constructor JDIPlaceholderVariable(String, IJavaValue) 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 185)
selection = new StructuredSelection(new Object[]{"String1",new JDIPlaceholderVariable("test var",null),"String3"});
Discouraged access: The type JDIPlaceholderVariable 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 186)
result = fManager.getAvailablePaneIDs(selection);
Discouraged access: The method getAvailablePaneIDs(IStructuredSelection) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 187)
assertTrue("Set was incorrect",result.size()==2 && result.contains(DefaultDetailPane.ID) && result.contains(TableDetailPane.ID));
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 187)
assertTrue("Set was incorrect",result.size()==2 && result.contains(DefaultDetailPane.ID) && result.contains(TableDetailPane.ID));
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 195)
IDetailPane pane = fManager.getDetailPaneFromID(null);
Discouraged access: The method getDetailPaneFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 198)
pane = fManager.getDetailPaneFromID("ThisPaneDoesNotExist");
Discouraged access: The method getDetailPaneFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 201)
pane = fManager.getDetailPaneFromID(DefaultDetailPane.ID);
Discouraged access: The method getDetailPaneFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 201)
pane = fManager.getDetailPaneFromID(DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 201)
pane = fManager.getDetailPaneFromID(DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 204)
pane = fManager.getDetailPaneFromID(SimpleDetailPane.ID);
Discouraged access: The method getDetailPaneFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 213)
String name = fManager.getNameFromID(null);
Discouraged access: The method getNameFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 216)
name = fManager.getNameFromID("ThisPaneDoesNotExist");
Discouraged access: The method getNameFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 219)
name = fManager.getNameFromID(DefaultDetailPane.ID);
Discouraged access: The method getNameFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 219)
name = fManager.getNameFromID(DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 219)
name = fManager.getNameFromID(DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
92. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 220)
assertEquals("Incorrect name returned",DefaultDetailPane.NAME,name);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
93. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 220)
assertEquals("Incorrect name returned",DefaultDetailPane.NAME,name);
Discouraged access: The field NAME from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
94. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 222)
name = fManager.getNameFromID(SimpleDetailPane.ID);
Discouraged access: The method getNameFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
95. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 232)
String description = fManager.getDescriptionFromID(null);
Discouraged access: The method getDescriptionFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
96. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 235)
description = fManager.getDescriptionFromID("ThisPaneDoesNotExist");
Discouraged access: The method getDescriptionFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
97. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 238)
description = fManager.getDescriptionFromID(DefaultDetailPane.ID);
Discouraged access: The method getDescriptionFromID(String) from the type DetailPaneManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
98. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 238)
description = fManager.getDescriptionFromID(DefaultDetailPane.ID);
Discouraged access: The type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
99. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 238)
description = fManager.getDescriptionFromID(DefaultDetailPane.ID);
Discouraged access: The field ID from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
100. WARNING in /tests/org/eclipse/jdt/debug/tests/ui/DetailPaneManagerTests.java
 (at line 239)
assertEquals("Incorrect name returned",DefaultDetailPane.DESCRIPTION,description);
Discouraged access: The field DESCRIPTION from the type DefaultDetailPane is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/generator/TypeHierarchyTestsGenerator.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TypeHierarchyTestsGenerator.java
 (at line 17)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TypeHierarchyTestsGenerator.java
 (at line 276)
genCodeReturnValueCheckPrimitiveType(strMethod, "int", "Int", IInternalDebugCoreConstants.EMPTY_STRING + values[level][method], true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TypeHierarchyTestsGenerator.java
 (at line 276)
genCodeReturnValueCheckPrimitiveType(strMethod, "int", "Int", IInternalDebugCoreConstants.EMPTY_STRING + values[level][method], true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TypeHierarchyTestsGenerator.java
 (at line 293)
genCodeReturnValueCheckPrimitiveType(strQualifier + "." + strMethod, "int", "Int", IInternalDebugCoreConstants.EMPTY_STRING + values[level[qualifier]][method], true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/TypeHierarchyTestsGenerator.java
 (at line 293)
genCodeReturnValueCheckPrimitiveType(strQualifier + "." + strMethod, "int", "Int", IInternalDebugCoreConstants.EMPTY_STRING + values[level[qualifier]][method], true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 17)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 715)
genCodeEval(IInternalDebugCoreConstants.EMPTY_STRING + variable + "Int", true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 715)
genCodeEval(IInternalDebugCoreConstants.EMPTY_STRING + variable + "Int", true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 716)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 716)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 717)
genCodeReturnValueCheckPrimitiveType(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", "Int", variable + "IntValue_" + level, true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 717)
genCodeReturnValueCheckPrimitiveType(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", "Int", variable + "IntValue_" + level, true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 720)
genCodeEval(IInternalDebugCoreConstants.EMPTY_STRING + variable + "String", false, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 720)
genCodeEval(IInternalDebugCoreConstants.EMPTY_STRING + variable + "String", false, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 721)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "java.lang.String", false, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 721)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "java.lang.String", false, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 722)
genCodeReturnValueCheckStringType(IInternalDebugCoreConstants.EMPTY_STRING + variable, variable + "StringValue_" + level, true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 722)
genCodeReturnValueCheckStringType(IInternalDebugCoreConstants.EMPTY_STRING + variable, variable + "StringValue_" + level, true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 733)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 733)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 734)
genCodeReturnValueCheckPrimitiveType(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", "Int", variable + "IntValue_" + level, true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 734)
genCodeReturnValueCheckPrimitiveType(IInternalDebugCoreConstants.EMPTY_STRING + variable, "int", "Int", variable + "IntValue_" + level, true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 738)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "java.lang.String", false, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 738)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + variable, "java.lang.String", false, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 739)
genCodeReturnValueCheckStringType(IInternalDebugCoreConstants.EMPTY_STRING + variable, variable + "StringValue_" + level, true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 739)
genCodeReturnValueCheckStringType(IInternalDebugCoreConstants.EMPTY_STRING + variable, variable + "StringValue_" + level, true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 753)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, "int", true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 753)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, "int", true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 754)
genCodeReturnValueCheckPrimitiveType(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, "int", "Int", variable + "IntValue_" + qualifiersLevel[qualifier], true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 754)
genCodeReturnValueCheckPrimitiveType(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, "int", "Int", variable + "IntValue_" + qualifiersLevel[qualifier], true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 758)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, "java.lang.String", false, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 758)
genCodeReturnTypeCheck(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, "java.lang.String", false, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 759)
genCodeReturnValueCheckStringType(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, variable + "StringValue_" + qualifiersLevel[qualifier], true, code);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/generator/NestedTypeTestGenerator.java
 (at line 759)
genCodeReturnValueCheckStringType(IInternalDebugCoreConstants.EMPTY_STRING + strQualifier + "_" + variable, variable + "StringValue_" + qualifiersLevel[qualifier], true, code);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/sourcelookup/ExternalArchiveSourceContainerTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/ExternalArchiveSourceContainerTests.java
 (at line 23)
import org.eclipse.jdt.internal.launching.JavaSourceLookupDirector;
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/ExternalArchiveSourceContainerTests.java
 (at line 43)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/ExternalArchiveSourceContainerTests.java
 (at line 43)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/ExternalArchiveSourceContainerTests.java
 (at line 64)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/ExternalArchiveSourceContainerTests.java
 (at line 64)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 20)
import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor;
Discouraged access: The type PushDownRefactoringProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 72)
PushDownRefactoringProcessor processor = new PushDownRefactoringProcessor(new IField[] {clas});
Discouraged access: The type PushDownRefactoringProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 72)
PushDownRefactoringProcessor processor = new PushDownRefactoringProcessor(new IField[] {clas});
Discouraged access: The constructor PushDownRefactoringProcessor(IMember[]) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/PushDownFieldUnitTests.java
 (at line 72)
PushDownRefactoringProcessor processor = new PushDownRefactoringProcessor(new IField[] {clas});
Discouraged access: The type PushDownRefactoringProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java : 63 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_724.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java
 (at line 20)
import org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameProcessor;
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java
 (at line 21)
import org.eclipse.jdt.internal.corext.refactoring.rename.RenameFieldProcessor;
Discouraged access: The type RenameFieldProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java
 (at line 82)
JavaRenameProcessor proc = new RenameFieldProcessor(field);
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java
 (at line 82)
JavaRenameProcessor proc = new RenameFieldProcessor(field);
Discouraged access: The constructor RenameFieldProcessor(IField) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java
 (at line 82)
JavaRenameProcessor proc = new RenameFieldProcessor(field);
Discouraged access: The type RenameFieldProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenameFieldUnitTests.java
 (at line 83)
proc.setNewElementName("renamedField");
Discouraged access: The method setNewElementName(String) from the type JavaRenameProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 18)
import org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants;
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 19)
import org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin;
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 47)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, true);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 47)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, true);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 57)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 57)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 70)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 70)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 71)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, true);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 71)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, true);
Discouraged access: The field PREF_SUSPEND_ON_COMPILATION_ERRORS from the type IJDIPreferencesConstants 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.ui/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 85)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 85)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 86)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 86)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, false);
Discouraged access: The field PREF_SUSPEND_ON_COMPILATION_ERRORS from the type IJDIPreferencesConstants 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.ui/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 101)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 101)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 102)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 102)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, false);
Discouraged access: The field PREF_SUSPEND_ON_COMPILATION_ERRORS from the type IJDIPreferencesConstants 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.ui/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 125)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 125)
getPrefStore().setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 141)
return JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/MiscBreakpointsTests.java
 (at line 141)
return JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JDIDebugUIPlugin 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.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/CharOperatorsTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/CharOperatorsTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/CharOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/CharOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/CharOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/CharOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java : 84 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 58)
import org.eclipse.debug.internal.core.LaunchDelegate;
Discouraged access: The type LaunchDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 59)
import org.eclipse.debug.internal.core.LaunchManager;
Discouraged access: The type LaunchManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 62)
import org.eclipse.debug.internal.ui.breakpoints.provisional.IBreakpointOrganizer;
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 63)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager;
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 64)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationPresentationManager;
Discouraged access: The type LaunchConfigurationPresentationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 65)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog;
Discouraged access: The type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 66)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 67)
import org.eclipse.debug.internal.ui.preferences.IDebugPreferenceConstants;
Discouraged access: The type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 68)
import org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerManager;
Discouraged access: The type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 120)
import org.eclipse.jdt.internal.debug.eval.ast.engine.ASTEvaluationEngine;
Discouraged access: The type ASTEvaluationEngine 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 121)
import org.eclipse.jdt.internal.debug.ui.BreakpointUtils;
Discouraged access: The type BreakpointUtils 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.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 122)
import org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants;
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 123)
import org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin;
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 150)
import org.eclipse.ui.internal.WorkbenchWindow;
Discouraged access: The type WorkbenchWindow 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
15. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 151)
import org.eclipse.ui.internal.console.ConsoleHyperlinkPosition;
Discouraged access: The type ConsoleHyperlinkPosition is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.ui.console/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 152)
import org.eclipse.ui.internal.util.PrefUtil;
Discouraged access: The type PrefUtil 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
17. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 158)
import com.sun.jdi.InternalException;
Discouraged access: The type InternalException 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 /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 266)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_OPEN_ON_ERR, activate);
Discouraged access: The type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 266)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_OPEN_ON_ERR, activate);
Discouraged access: The field CONSOLE_OPEN_ON_ERR from the type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 267)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_OPEN_ON_OUT, activate);
Discouraged access: The type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 267)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_OPEN_ON_OUT, activate);
Discouraged access: The field CONSOLE_OPEN_ON_OUT from the type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 271)
IPreferenceStore jdiUIPreferences = JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 271)
IPreferenceStore jdiUIPreferences = JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JDIDebugUIPlugin 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.ui/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 273)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 273)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 274)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 274)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS, false);
Discouraged access: The field PREF_SUSPEND_ON_COMPILATION_ERRORS from the type IJDIPreferencesConstants 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.ui/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 276)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_ALERT_HCR_FAILED, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 276)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_ALERT_HCR_FAILED, false);
Discouraged access: The field PREF_ALERT_HCR_FAILED from the type IJDIPreferencesConstants 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.ui/target/classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 277)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_ALERT_HCR_NOT_SUPPORTED, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 277)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_ALERT_HCR_NOT_SUPPORTED, false);
Discouraged access: The field PREF_ALERT_HCR_NOT_SUPPORTED from the type IJDIPreferencesConstants 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.ui/target/classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 278)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_ALERT_OBSOLETE_METHODS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 278)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_ALERT_OBSOLETE_METHODS, false);
Discouraged access: The field PREF_ALERT_OBSOLETE_METHODS from the type IJDIPreferencesConstants 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.ui/target/classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 286)
PrefUtil.getAPIPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_MEMORY_MONITOR, false);
Discouraged access: The type PrefUtil 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
35. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 286)
PrefUtil.getAPIPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_MEMORY_MONITOR, false);
Discouraged access: The method getAPIPreferenceStore() from the type PrefUtil 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
36. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 290)
if(window instanceof WorkbenchWindow){
Discouraged access: The type WorkbenchWindow 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
37. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 291)
((WorkbenchWindow) window).showHeapStatus(false);
Discouraged access: The method showHeapStatus(boolean) from the type WorkbenchWindow 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
38. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 291)
((WorkbenchWindow) window).showHeapStatus(false);
Discouraged access: The type WorkbenchWindow 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
39. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 606)
protected LaunchConfigurationManager getLaunchConfigurationManager() {
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 638)
* Returns the {@link IBreakpointOrganizer} with the given id or <code>null</code>
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 641)
* @return the {@link IBreakpointOrganizer} or <code>null</code>
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 644)
protected IBreakpointOrganizer getOrganizer(String id) {
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 645)
return BreakpointOrganizerManager.getDefault().getOrganizer(id);
Discouraged access: The type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 645)
return BreakpointOrganizerManager.getDefault().getOrganizer(id);
Discouraged access: The method getDefault() from the type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 645)
return BreakpointOrganizerManager.getDefault().getOrganizer(id);
Discouraged access: The method getOrganizer(String) from the type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 834)
protected LaunchShortcutExtension getLaunchShortcutExtension(String id) {
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 835)
List<?> exts = getLaunchConfigurationManager().getLaunchShortcuts();
Discouraged access: The method getLaunchShortcuts() from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 836)
LaunchShortcutExtension ext = null;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 838)
ext = (LaunchShortcutExtension) exts.get(i);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 839)
if(ext.getId().equals(id)) {
Discouraged access: The method getId() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 872)
LaunchManager lm = (LaunchManager) getLaunchManager();
Discouraged access: The type LaunchManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 872)
LaunchManager lm = (LaunchManager) getLaunchManager();
Discouraged access: The type LaunchManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 873)
LaunchDelegate[] delegates = lm.getLaunchDelegates(typeId);
Discouraged access: The type LaunchDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 873)
LaunchDelegate[] delegates = lm.getLaunchDelegates(typeId);
Discouraged access: The method getLaunchDelegates(String) from the type LaunchManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 875)
if(delegates[i].getId().equals(delegateId)) {
Discouraged access: The method getId() from the type LaunchDelegate is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 905)
positions = doc.getPositions(ConsoleHyperlinkPosition.HYPER_LINK_CATEGORY);
Discouraged access: The type ConsoleHyperlinkPosition is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.ui.console/target/classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 905)
positions = doc.getPositions(ConsoleHyperlinkPosition.HYPER_LINK_CATEGORY);
Discouraged access: The field HYPER_LINK_CATEGORY from the type ConsoleHyperlinkPosition is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.ui.console/target/classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 913)
return ((ConsoleHyperlinkPosition)position).getHyperLink();
Discouraged access: The method getHyperLink() from the type ConsoleHyperlinkPosition is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.ui.console/target/classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 913)
return ((ConsoleHyperlinkPosition)position).getHyperLink();
Discouraged access: The type ConsoleHyperlinkPosition is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.ui.console/target/classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1229)
ILaunchConfigurationTabGroup standardGroup = LaunchConfigurationPresentationManager.getDefault().getTabGroup(javaType, ILaunchManager.DEBUG_MODE);
Discouraged access: The type LaunchConfigurationPresentationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1229)
ILaunchConfigurationTabGroup standardGroup = LaunchConfigurationPresentationManager.getDefault().getTabGroup(javaType, ILaunchManager.DEBUG_MODE);
Discouraged access: The method getDefault() from the type LaunchConfigurationPresentationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1229)
ILaunchConfigurationTabGroup standardGroup = LaunchConfigurationPresentationManager.getDefault().getTabGroup(javaType, ILaunchManager.DEBUG_MODE);
Discouraged access: The method getTabGroup(ILaunchConfigurationType, String) from the type LaunchConfigurationPresentationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1241)
return new LaunchConfigurationsDialog(null, DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(modeid));
Discouraged access: The constructor LaunchConfigurationsDialog(Shell, LaunchGroupExtension) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1241)
return new LaunchConfigurationsDialog(null, DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(modeid));
Discouraged access: The type LaunchConfigurationsDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1241)
return new LaunchConfigurationsDialog(null, DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLaunchGroup(modeid));
Discouraged access: The method getLaunchGroup(String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1567)
BreakpointUtils.addJavaBreakpointAttributesWithMemberDetails(map, type, start, end);
Discouraged access: The type BreakpointUtils 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.ui/target/classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1567)
BreakpointUtils.addJavaBreakpointAttributesWithMemberDetails(map, type, start, end);
Discouraged access: The method addJavaBreakpointAttributesWithMemberDetails(Map<String,Object>, IJavaElement, int, int) from the type BreakpointUtils 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.ui/target/classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1965)
IPreferenceStore jdiUIPreferences = JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The type JDIDebugUIPlugin 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.ui/target/classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1965)
IPreferenceStore jdiUIPreferences = JDIDebugUIPlugin.getDefault().getPreferenceStore();
Discouraged access: The method getDefault() from the type JDIDebugUIPlugin 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.ui/target/classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1966)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The type IJDIPreferencesConstants 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.ui/target/classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 1966)
jdiUIPreferences.setValue(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS, false);
Discouraged access: The field PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS from the type IJDIPreferencesConstants 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.ui/target/classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2066)
ASTEvaluationEngine engine = new ASTEvaluationEngine(getProjectContext(), (IJavaDebugTarget) thread.getDebugTarget());
Discouraged access: The type ASTEvaluationEngine 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2066)
ASTEvaluationEngine engine = new ASTEvaluationEngine(getProjectContext(), (IJavaDebugTarget) thread.getDebugTarget());
Discouraged access: The constructor ASTEvaluationEngine(IJavaProject, IJavaDebugTarget) 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2066)
ASTEvaluationEngine engine = new ASTEvaluationEngine(getProjectContext(), (IJavaDebugTarget) thread.getDebugTarget());
Discouraged access: The type ASTEvaluationEngine 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2068)
engine.evaluate(snippet, frame, listener, DebugEvent.EVALUATION_IMPLICIT, false);
Discouraged access: The method evaluate(String, IJavaStackFrame, IEvaluationListener, int, boolean) from the type ASTEvaluationEngine 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2076)
engine.dispose();
Discouraged access: The method dispose() from the type ASTEvaluationEngine 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2558)
if (cause instanceof InternalException) {
Discouraged access: The type InternalException 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 /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2559)
int code = ((InternalException)cause).errorCode();
Discouraged access: The method errorCode() from the type InternalException 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 /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2559)
int code = ((InternalException)cause).errorCode();
Discouraged access: The type InternalException 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 /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2588)
ASTEvaluationEngine engine = new ASTEvaluationEngine(getProjectContext(), (IJavaDebugTarget) thread.getDebugTarget());
Discouraged access: The type ASTEvaluationEngine 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2588)
ASTEvaluationEngine engine = new ASTEvaluationEngine(getProjectContext(), (IJavaDebugTarget) thread.getDebugTarget());
Discouraged access: The constructor ASTEvaluationEngine(IJavaProject, IJavaDebugTarget) 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2588)
ASTEvaluationEngine engine = new ASTEvaluationEngine(getProjectContext(), (IJavaDebugTarget) thread.getDebugTarget());
Discouraged access: The type ASTEvaluationEngine 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2590)
engine.evaluate(snippet, frame, listener, DebugEvent.EVALUATION_IMPLICIT, false);
Discouraged access: The method evaluate(String, IJavaStackFrame, IEvaluationListener, int, boolean) from the type ASTEvaluationEngine 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java
 (at line 2599)
engine.dispose();
Discouraged access: The method dispose() from the type ASTEvaluationEngine 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 16)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager;
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 17)
import org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 44)
LaunchShortcutExtension ext = getLaunchShortcutExtension(JAVA_LAUNCH_SHORTCUT_ID);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 47)
assertTrue("local java app shortcut should support java app types", ext.getAssociatedConfigurationTypes().contains(typeid)); //$NON-NLS-1$
Discouraged access: The method getAssociatedConfigurationTypes() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 54)
LaunchShortcutExtension ext = getLaunchShortcutExtension(JAVA_LAUNCH_SHORTCUT_ID);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 57)
assertTrue("local java app shortcut should not support foo", !ext.getAssociatedConfigurationTypes().contains(typeid)); //$NON-NLS-1$
Discouraged access: The method getAssociatedConfigurationTypes() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 64)
LaunchShortcutExtension ext = getLaunchShortcutExtension(TEST_LAUNCH_SHORTCUT);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 66)
assertTrue("java app shortcut should support debug perspective", ext.getPerspectives().contains("org.eclipse.debug.ui.DebugPerspective")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getPerspectives() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 73)
LaunchShortcutExtension ext = getLaunchShortcutExtension(TEST_LAUNCH_SHORTCUT);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 75)
assertTrue("java app shortcut should not support foo perspective", !ext.getPerspectives().contains("org.eclipse.debug.ui.FooPerspective")); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getPerspectives() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 82)
LaunchConfigurationManager lcm = getLaunchConfigurationManager();
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 84)
assertTrue("there should be one shortcut for the debug perspective and testing category", lcm.getLaunchShortcuts("org.eclipse.debug.ui.DebugPerspective", TESTING).size() == 1); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getLaunchShortcuts(String, String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 91)
LaunchConfigurationManager lcm = getLaunchConfigurationManager();
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 93)
assertTrue("there should be one shortcut for the testing category", lcm.getLaunchShortcuts(TESTING).size() == 1); //$NON-NLS-1$
Discouraged access: The method getLaunchShortcuts(String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 110)
LaunchConfigurationManager lcm = getLaunchConfigurationManager();
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 112)
List<LaunchShortcutExtension> list = lcm.getLaunchShortcuts(TESTING);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 112)
List<LaunchShortcutExtension> list = lcm.getLaunchShortcuts(TESTING);
Discouraged access: The method getLaunchShortcuts(String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 114)
LaunchShortcutExtension ext = list.get(0);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 115)
String descr = ext.getShortcutDescription("debug"); //$NON-NLS-1$
Discouraged access: The method getShortcutDescription(String) from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 127)
LaunchConfigurationManager lcm = getLaunchConfigurationManager();
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 129)
List<LaunchShortcutExtension> list = lcm.getLaunchShortcuts(TESTING);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 129)
List<LaunchShortcutExtension> list = lcm.getLaunchShortcuts(TESTING);
Discouraged access: The method getLaunchShortcuts(String) from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 131)
LaunchShortcutExtension ext = list.get(0);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 132)
String descr = ext.getShortcutDescription("run"); //$NON-NLS-1$
Discouraged access: The method getShortcutDescription(String) from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 146)
public List<LaunchShortcutExtension> getApplicableLaunchShortcuts(String typeid) {
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 147)
List<LaunchShortcutExtension> list = new ArrayList<LaunchShortcutExtension>();
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 147)
List<LaunchShortcutExtension> list = new ArrayList<LaunchShortcutExtension>();
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 148)
LaunchShortcutExtension ext = null;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 149)
List<LaunchShortcutExtension> shortcuts = getLaunchConfigurationManager().getLaunchShortcuts();
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 149)
List<LaunchShortcutExtension> shortcuts = getLaunchConfigurationManager().getLaunchShortcuts();
Discouraged access: The method getLaunchShortcuts() from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/launching/LaunchShortcutTests.java
 (at line 152)
if(ext.getAssociatedConfigurationTypes().contains(typeid) && !WorkbenchActivityHelper.filterItem(ext)) {
Discouraged access: The method getAssociatedConfigurationTypes() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_481.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 396)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 396)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 401)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 401)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 407)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 407)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 412)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 412)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 418)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 418)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 423)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 423)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 429)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 429)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 434)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LocalVarAssignmentTests.java
 (at line 434)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_203.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 18)
import org.eclipse.debug.internal.core.BreakpointManager;
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 26)
* Tests the performance of various parts of the {@link BreakpointManager}
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 77)
* Tests the time required to start the {@link BreakpointManager}
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 85)
BreakpointManager mgr = (BreakpointManager) getBreakpointManager();
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 85)
BreakpointManager mgr = (BreakpointManager) getBreakpointManager();
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 87)
mgr.shutdown();
Discouraged access: The method shutdown() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 91)
mgr.ensureInitialized();
Discouraged access: The method ensureInitialized() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 95)
mgr.shutdown();
Discouraged access: The method shutdown() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 107)
* Tests the time required to start the {@link BreakpointManager}
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 115)
BreakpointManager mgr = (BreakpointManager) getBreakpointManager();
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 115)
BreakpointManager mgr = (BreakpointManager) getBreakpointManager();
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 117)
mgr.shutdown();
Discouraged access: The method shutdown() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 121)
mgr.ensureInitialized();
Discouraged access: The method ensureInitialized() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 125)
mgr.shutdown();
Discouraged access: The method shutdown() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 137)
* Tests the time required to start the {@link BreakpointManager}
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 145)
BreakpointManager mgr = (BreakpointManager) getBreakpointManager();
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 145)
BreakpointManager mgr = (BreakpointManager) getBreakpointManager();
Discouraged access: The type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 147)
mgr.shutdown();
Discouraged access: The method shutdown() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 151)
mgr.ensureInitialized();
Discouraged access: The method ensureInitialized() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/BreakpointManagerPerfTests.java
 (at line 155)
mgr.shutdown();
Discouraged access: The method shutdown() from the type BreakpointManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java
 (at line 25)
import org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameProcessor;
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java
 (at line 26)
import org.eclipse.jdt.internal.corext.refactoring.rename.RenameTypeProcessor;
Discouraged access: The type RenameTypeProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java
 (at line 226)
JavaRenameProcessor proc = new RenameTypeProcessor(targetType);
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java
 (at line 226)
JavaRenameProcessor proc = new RenameTypeProcessor(targetType);
Discouraged access: The constructor RenameTypeProcessor(IType) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java
 (at line 226)
JavaRenameProcessor proc = new RenameTypeProcessor(targetType);
Discouraged access: The type RenameTypeProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java
 (at line 227)
proc.setNewElementName("RenamedType");
Discouraged access: The method setNewElementName(String) from the type JavaRenameProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 92)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 92)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 97)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 97)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 103)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 103)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 108)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 108)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 114)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 114)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 119)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 119)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 125)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 125)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 130)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 130)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 202)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 202)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 207)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 207)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 214)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 214)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 219)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 219)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 227)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 227)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 232)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 232)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 239)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 239)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 244)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators2.java
 (at line 244)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/sourcelookup/JavaProjectSourceContainerTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/JavaProjectSourceContainerTests.java
 (at line 18)
import org.eclipse.jdt.internal.launching.JavaSourceLookupDirector;
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/JavaProjectSourceContainerTests.java
 (at line 37)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/sourcelookup/JavaProjectSourceContainerTests.java
 (at line 37)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 19)
import org.eclipse.jdi.internal.jdwp.JdwpPacket;
Discouraged access: The type JdwpPacket 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 20)
import org.eclipse.jdi.internal.jdwp.JdwpReplyPacket;
Discouraged access: The type JdwpReplyPacket 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 21)
import org.eclipse.jdi.internal.jdwp.JdwpString;
Discouraged access: The type JdwpString 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 25)
import org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget;
Discouraged access: The type JDIDebugTarget 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 55)
assertTrue("Wrong target", target instanceof JDIDebugTarget);
Discouraged access: The type JDIDebugTarget 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 59)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The type JdwpReplyPacket 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 59)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The type JdwpReplyPacket 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 59)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The type JdwpPacket 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 59)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The method build(byte[]) from the type JdwpPacket 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 61)
assertEquals("Unexpected error code in reply packet", 0, packet.errorCode());
Discouraged access: The method errorCode() from the type JdwpReplyPacket 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 62)
DataInputStream replyData = packet.dataInStream();
Discouraged access: The method dataInStream() from the type JdwpPacket 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 87)
assertTrue("Wrong target", target instanceof JDIDebugTarget);
Discouraged access: The type JDIDebugTarget 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 92)
JdwpString.write("LBreakpoints;", outData);
Discouraged access: The type JdwpString 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 92)
JdwpString.write("LBreakpoints;", outData);
Discouraged access: The method write(String, DataOutputStream) from the type JdwpString 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 94)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The type JdwpReplyPacket 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 94)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The type JdwpReplyPacket 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 94)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The type JdwpPacket 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 94)
JdwpReplyPacket packet = (JdwpReplyPacket) JdwpPacket.build(reply);
Discouraged access: The method build(byte[]) from the type JdwpPacket 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 95)
assertEquals("Unexpected error code in reply packet", 0, packet.errorCode());
Discouraged access: The method errorCode() from the type JdwpReplyPacket 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/core/JDWPTests.java
 (at line 96)
DataInputStream replyData = packet.dataInStream();
Discouraged access: The method dataInStream() from the type JdwpPacket 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 23)
import org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureProcessor;
Discouraged access: The type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 137)
ChangeSignatureProcessor processor = new ChangeSignatureProcessor(method);
Discouraged access: The type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 137)
ChangeSignatureProcessor processor = new ChangeSignatureProcessor(method);
Discouraged access: The constructor ChangeSignatureProcessor(IMethod) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 137)
ChangeSignatureProcessor processor = new ChangeSignatureProcessor(method);
Discouraged access: The type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 141)
processor.setNewMethodName("changedMethod");
Discouraged access: The method setNewMethodName(String) from the type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 142)
processor.setNewReturnTypeName("Object");
Discouraged access: The method setNewReturnTypeName(String) from the type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeMethodSignatureUnitTests.java
 (at line 143)
processor.setVisibility(Modifier.PRIVATE);
Discouraged access: The method setVisibility(int) from the type ChangeSignatureProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 19)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 31)
import org.eclipse.jdt.internal.core.SourceMethod;
Discouraged access: The type SourceMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 32)
import org.eclipse.jdt.internal.core.SourceType;
Discouraged access: The type SourceType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 126)
return results.toArray(new SourceMethod[results.size()]);
Discouraged access: The type SourceMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 195)
return results.toArray(new SourceType[results.size()]);
Discouraged access: The type SourceType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 224)
return results.toArray(new SourceType[results.size()]);//possibly change to new IType
Discouraged access: The type SourceType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 426)
return IInternalDebugCoreConstants.EMPTY_STRING;//entire thing is a number
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/MemberParser.java
 (at line 426)
return IInternalDebugCoreConstants.EMPTY_STRING;//entire thing is a number
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/Tests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/Tests.java
 (at line 17)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/Tests.java
 (at line 453)
message= IInternalDebugCoreConstants.EMPTY_STRING;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/Tests.java
 (at line 453)
message= IInternalDebugCoreConstants.EMPTY_STRING;
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/LongOperatorsTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LongOperatorsTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LongOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LongOperatorsTests.java
 (at line 172)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LongOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/LongOperatorsTests.java
 (at line 178)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java : 51 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsNestedTypes1.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 21)
import org.eclipse.jdt.internal.corext.refactoring.structure.ChangeSignatureProcessor;
Discouraged access: The type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 72)
ChangeSignatureProcessor processor = new ChangeSignatureProcessor(method);
Discouraged access: The type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 72)
ChangeSignatureProcessor processor = new ChangeSignatureProcessor(method);
Discouraged access: The constructor ChangeSignatureProcessor(IMethod) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 72)
ChangeSignatureProcessor processor = new ChangeSignatureProcessor(method);
Discouraged access: The type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 76)
processor.setNewMethodName("changedMethod");
Discouraged access: The method setNewMethodName(String) from the type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 77)
processor.setNewReturnTypeName("Object");
Discouraged access: The method setNewReturnTypeName(String) from the type ChangeSignatureProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ChangeAnonymousTypeMethodSignatureUnitTests.java
 (at line 78)
processor.setVisibility(Modifier.PUBLIC);
Discouraged access: The method setVisibility(int) from the type ChangeSignatureProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 60)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 60)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 66)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 66)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 98)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 98)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 104)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/TestsOperators1.java
 (at line 104)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_381.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java
 (at line 25)
import org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameProcessor;
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java
 (at line 26)
import org.eclipse.jdt.internal.corext.refactoring.rename.RenamePackageProcessor;
Discouraged access: The type RenamePackageProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java
 (at line 178)
JavaRenameProcessor proc = new RenamePackageProcessor(packageFragment);
Discouraged access: The type JavaRenameProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java
 (at line 178)
JavaRenameProcessor proc = new RenamePackageProcessor(packageFragment);
Discouraged access: The constructor RenamePackageProcessor(IPackageFragment) is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java
 (at line 178)
JavaRenameProcessor proc = new RenamePackageProcessor(packageFragment);
Discouraged access: The type RenamePackageProcessor is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/RenamePackageUnitTests.java
 (at line 179)
proc.setNewElementName("renamedPackage");
Discouraged access: The method setNewElementName(String) from the type JavaRenameProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests.java
 (at line 15)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests.java
 (at line 170)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests.java
 (at line 170)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests.java
 (at line 176)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/QualifiedStaticFieldValueTests.java
 (at line 176)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/test/stepping/ForceReturnTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/test/stepping/ForceReturnTests.java
 (at line 24)
import com.sun.jdi.InvalidTypeException;
Discouraged access: The type InvalidTypeException 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 /tests/org/eclipse/jdt/debug/test/stepping/ForceReturnTests.java
 (at line 304)
assertTrue("Should be invalid type exception", e.getStatus().getException() instanceof InvalidTypeException);
Discouraged access: The type InvalidTypeException 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 /tests/org/eclipse/jdt/debug/test/stepping/ForceReturnTests.java
 (at line 336)
assertTrue("Should be invalid type exception", e.getStatus().getException() instanceof InvalidTypeException);
Discouraged access: The type InvalidTypeException 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

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_690.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/core/WorkspaceSourceContainerTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/core/WorkspaceSourceContainerTests.java
 (at line 18)
import org.eclipse.jdt.internal.launching.JavaSourceLookupDirector;
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/core/WorkspaceSourceContainerTests.java
 (at line 33)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The constructor JavaSourceLookupDirector() 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/core/WorkspaceSourceContainerTests.java
 (at line 33)
ISourceLookupDirector director = new JavaSourceLookupDirector();
Discouraged access: The type JavaSourceLookupDirector 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 25)
import org.eclipse.jdt.internal.launching.EEVMType;
Discouraged access: The type EEVMType 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.launching/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 60)
IStatus status = EEVMType.validateDefinitionFile(description);
Discouraged access: The type EEVMType 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.launching/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 60)
IStatus status = EEVMType.validateDefinitionFile(description);
Discouraged access: The method validateDefinitionFile(ExecutionEnvironmentDescription) from the type EEVMType 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.launching/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 150)
URL location = EEVMType.getJavadocLocation(ee.getProperties());
Discouraged access: The type EEVMType 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.launching/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 150)
URL location = EEVMType.getJavadocLocation(ee.getProperties());
Discouraged access: The method getJavadocLocation(Map<String,String>) from the type EEVMType 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.launching/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 170)
URL location = EEVMType.getIndexLocation(ee.getProperties());
Discouraged access: The type EEVMType 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.launching/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 170)
URL location = EEVMType.getIndexLocation(ee.getProperties());
Discouraged access: The method getIndexLocation(Map<String,String>) from the type EEVMType 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.launching/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 218)
EEVMType vmType = (EEVMType) getVMInstallType();
Discouraged access: The type EEVMType 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.launching/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 218)
EEVMType vmType = (EEVMType) getVMInstallType();
Discouraged access: The type EEVMType 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.launching/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 251)
return JavaRuntime.getVMInstallType(EEVMType.ID_EE_VM_TYPE);
Discouraged access: The type EEVMType 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.launching/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/core/EEDefinitionTests.java
 (at line 251)
return JavaRuntime.getVMInstallType(EEVMType.ID_EE_VM_TYPE);
Discouraged access: The field ID_EE_VM_TYPE from the type EEVMType 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.launching/target/classes

/tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 24)
import org.eclipse.jdt.internal.corext.refactoring.code.ConvertAnonymousToNestedRefactoring;
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The constructor ConvertAnonymousToNestedRefactoring(ICompilationUnit, 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
4. WARNING in /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 171)
ConvertAnonymousToNestedRefactoring ref= new ConvertAnonymousToNestedRefactoring(cunit, target, 0);
Discouraged access: The type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 173)
ref.setClassName("ThisWillBeErased");//must have *A* name...
Discouraged access: The method setClassName(String) from the type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 176)
RefactoringStatus preconditionResult= ref.checkInitialConditions(new NullProgressMonitor());
Discouraged access: The method checkInitialConditions(IProgressMonitor) from the type ConvertAnonymousToNestedRefactoring is not accessible due 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 /tests/org/eclipse/jdt/debug/tests/refactoring/ConvertNonPublicAnonymousTypeToNestedUnitTests.java
 (at line 183)
ref.setClassName("NewAnonymousClass");
Discouraged access: The method setClassName(String) from the type ConvertAnonymousToNestedRefactoring is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java : 97 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
92. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
93. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
94. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 921)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
95. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 921)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
96. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 940)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
97. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_739.java
 (at line 940)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 22)
import org.eclipse.debug.internal.ui.breakpoints.provisional.IBreakpointOrganizer;
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 23)
import org.eclipse.debug.internal.ui.views.breakpoints.BreakpointOrganizerManager;
Discouraged access: The type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 24)
import org.eclipse.debug.internal.ui.views.breakpoints.WorkingSetCategory;
Discouraged access: The type WorkingSetCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 175)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 175)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 175)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The method getDefault() from the type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 175)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The method getOrganizer(String) from the type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 181)
WorkingSetCategory category = new WorkingSetCategory(set);
Discouraged access: The type WorkingSetCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 181)
WorkingSetCategory category = new WorkingSetCategory(set);
Discouraged access: The constructor WorkingSetCategory(IWorkingSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 181)
WorkingSetCategory category = new WorkingSetCategory(set);
Discouraged access: The type WorkingSetCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 246)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The type IBreakpointOrganizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 246)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 246)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The method getDefault() from the type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 246)
IBreakpointOrganizer bporg = BreakpointOrganizerManager.getDefault().getOrganizer("org.eclipse.debug.ui.breakpointWorkingSetOrganizer");
Discouraged access: The method getOrganizer(String) from the type BreakpointOrganizerManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 253)
WorkingSetCategory category = new WorkingSetCategory(set);
Discouraged access: The type WorkingSetCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 253)
WorkingSetCategory category = new WorkingSetCategory(set);
Discouraged access: The constructor WorkingSetCategory(IWorkingSet) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/breakpoints/ImportBreakpointsTest.java
 (at line 253)
WorkingSetCategory category = new WorkingSetCategory(set);
Discouraged access: The type WorkingSetCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 104)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 123)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 142)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 161)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 180)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 199)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 218)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 237)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 256)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 275)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 294)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 313)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 332)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 351)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 370)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 389)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 408)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
43. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 427)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
44. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
45. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 446)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
46. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
47. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 465)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
48. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
49. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 484)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
50. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
51. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 503)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
52. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
53. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 522)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
54. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
55. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 541)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
56. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
57. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 560)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
58. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
59. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 579)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
60. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
61. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 598)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
62. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
63. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 617)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
64. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
65. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 636)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
66. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
67. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 655)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
68. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
69. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 674)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
70. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
71. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 693)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
72. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
73. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 712)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
74. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
75. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 731)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
76. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
77. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 750)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
78. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
79. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 769)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
80. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
81. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 788)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
82. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
83. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 807)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
84. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
85. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 826)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
86. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
87. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 845)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
88. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
89. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 864)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
90. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
91. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 883)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
92. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
93. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 902)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
94. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 921)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
95. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 921)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
96. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 940)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
97. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 940)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
98. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 959)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
99. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 959)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
100. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_94.java
 (at line 978)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes

/tests/org/eclipse/jdt/debug/tests/performance/PerfConsoleTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/PerfConsoleTests.java
 (at line 17)
import org.eclipse.debug.internal.ui.preferences.IDebugPreferenceConstants;
Discouraged access: The type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/PerfConsoleTests.java
 (at line 153)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_WRAP, true);
Discouraged access: The type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/PerfConsoleTests.java
 (at line 153)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_WRAP, true);
Discouraged access: The field CONSOLE_WRAP from the type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/PerfConsoleTests.java
 (at line 167)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_WRAP, false);
Discouraged access: The type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/performance/PerfConsoleTests.java
 (at line 167)
debugUIPreferences.setValue(IDebugPreferenceConstants.CONSOLE_WRAP, false);
Discouraged access: The field CONSOLE_WRAP from the type IDebugPreferenceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.ui/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 14)
import org.eclipse.debug.internal.core.IInternalDebugCoreConstants;
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 35)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldByte);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 35)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldByte);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 41)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldByte);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 41)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldByte);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 54)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldChar);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
8. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 54)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldChar);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
9. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 60)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldChar);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
10. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 60)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldChar);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
11. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 73)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldShort);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
12. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 73)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldShort);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
13. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 79)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldShort);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
14. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 79)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldShort);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
15. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 92)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldInt);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
16. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 92)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldInt);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
17. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 98)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldInt);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
18. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 98)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldInt);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
19. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 111)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldLong);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
20. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 111)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldLong);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
21. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 117)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldLong);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
22. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 117)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldLong);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
23. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 130)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldFloat);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
24. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 130)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldFloat);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
25. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 136)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldFloat);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
26. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 136)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldFloat);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
27. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 149)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldDouble);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
28. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 149)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldDouble);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
29. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 155)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldDouble);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
30. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 155)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldDouble);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
31. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 168)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldString);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
32. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 168)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldString);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
33. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 171)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
34. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 171)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
35. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 174)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldString);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
36. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 174)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldString);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
37. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 177)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
38. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 177)
stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
39. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 187)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldBoolean);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
40. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 187)
IValue value = eval(IInternalDebugCoreConstants.EMPTY_STRING + xStaticFieldBoolean);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
41. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 193)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldBoolean);
Discouraged access: The type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes
42. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/StaticFieldValueTests2.java
 (at line 193)
value = eval(IInternalDebugCoreConstants.EMPTY_STRING + yStaticFieldBoolean);
Discouraged access: The field EMPTY_STRING from the type IInternalDebugCoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug/org.eclipse.debug.core/target/classes

/tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (at line 16)
import org.eclipse.jdt.internal.debug.core.model.JDIObjectValue;
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
2. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
3. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (at line 47)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
4. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
5. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (at line 66)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The type JDIObjectValue 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/jdimodel.jar-classes
6. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (at line 85)
String stringValue = ((JDIObjectValue)value).getValueString();
Discouraged access: The method getValueString() from the type JDIValue 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/jdimodel.jar-classes
7. WARNING in /tests/org/eclipse/jdt/debug/tests/eval/NestedTypeFieldValue_455.java
 (a