errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 27) import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater; Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 28) import org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider; Discouraged access: The type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
3. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 162) new ControlUpdater(sumLabel) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
4. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 259) new ControlUpdater(button) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
5. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 273) listOfInts.setLabelProvider(new ViewerLabelProvider()); Discouraged access: The constructor ViewerLabelProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
6. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 273) listOfInts.setLabelProvider(new ViewerLabelProvider()); Discouraged access: The type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
7. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 297) listOfInts.setLabelProvider(new ViewerLabelProvider()); Discouraged access: The constructor ViewerLabelProvider() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
8. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 297) listOfInts.setLabelProvider(new ViewerLabelProvider()); Discouraged access: The type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
9. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java (at line 327) new ControlUpdater(remove) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet023ConditionalVisibility.java (at line 17) import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater; Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet023ConditionalVisibility.java (at line 103) new ControlUpdater(oneOfTwo) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java (at line 20) import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater; Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java (at line 67) new ControlUpdater(field2) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
3. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java (at line 75) new ControlUpdater(field1) { Discouraged access: The type ControlUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest2.java (at line 101) fireChangeEvent(Collections.singleton(item)); Discouraged access: The method fireChangeEvent(Collection) from the type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java (at line 23) import org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider; Discouraged access: The type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java (at line 158) IViewerLabelProvider labelProvider = new ViewerLabelProvider() { Discouraged access: The type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java (at line 18) import org.eclipse.jface.internal.databinding.provisional.swt.TableUpdater; Discouraged access: The type TableUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java (at line 71) new TableUpdater(t, list) { Discouraged access: The type TableUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet005MenuUpdater.java (at line 20) import org.eclipse.jface.internal.databinding.provisional.swt.MenuUpdater; Discouraged access: The type MenuUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet005MenuUpdater.java (at line 51) new MenuUpdater(submenu) { Discouraged access: The type MenuUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java (at line 28) import org.eclipse.core.internal.databinding.conversion.ObjectToStringConverter; Discouraged access: The type ObjectToStringConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java (at line 266) .setConverter(new ObjectToStringConverter())); Discouraged access: The constructor ObjectToStringConverter() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes |
3. WARNING in /src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java (at line 266) .setConverter(new ObjectToStringConverter())); Discouraged access: The type ObjectToStringConverter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java (at line 21) import org.eclipse.jface.internal.databinding.provisional.swt.CompositeUpdater; Discouraged access: The type CompositeUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java (at line 58) new CompositeUpdater(composite, list) { Discouraged access: The type CompositeUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
3. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java (at line 68) requestLayout((Label)widget); Discouraged access: The method requestLayout(Control) from the type CompositeUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java (at line 24) import org.eclipse.jface.internal.databinding.provisional.swt.TableUpdater; Discouraged access: The type TableUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
2. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java (at line 180) new TableUpdater(table, list) { Discouraged access: The type TableUpdater is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest.java (at line 101) fireChangeEvent(Collections.singleton(item)); Discouraged access: The method fireChangeEvent(Collection) from the type ViewerLabelProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes |