Compiler log for org.eclipse.jface.examples.databinding_1.1.100.v20190805-1255 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 41, INFOS: 7

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java
 (at line 216)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java
 (at line 58)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java
 (at line 71)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java
 (at line 74)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/examples/databinding/snippets/Snippet026AnonymousBeanProperties.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/examples/databinding/snippets/Snippet026AnonymousBeanProperties.java
 (at line 370)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/examples/databinding/snippets/Snippet002UpdateComboRetainSelection.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/examples/databinding/snippets/Snippet002UpdateComboRetainSelection.java
 (at line 172)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/examples/databinding/snippets/SnippetComputedValueViewerSelection.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/examples/databinding/snippets/SnippetComputedValueViewerSelection.java
 (at line 87)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java
 (at line 28)
import org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider;
Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 140)
IViewerLabelProvider labelProvider = new ViewerLabelProvider() {
Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/TreeContentProviderTest.java
 (at line 140)
IViewerLabelProvider labelProvider = new ViewerLabelProvider() {
Discouraged access: The constructor 'ViewerLabelProvider()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java
 (at line 24)
import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater;
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 71)
new ControlUpdater(field2) {
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 71)
new ControlUpdater(field2) {
Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')
4. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java
 (at line 79)
new ControlUpdater(field1) {
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')
5. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java
 (at line 79)
new ControlUpdater(field1) {
Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java
 (at line 28)
import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater;
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 29)
import org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider;
Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 162)
new ControlUpdater(sumLabel) {
Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 252)
new ControlUpdater(button) {
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 252)
new ControlUpdater(button) {
Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 267)
listOfInts.setLabelProvider(new ViewerLabelProvider());
Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 267)
listOfInts.setLabelProvider(new ViewerLabelProvider());
Discouraged access: The constructor 'ViewerLabelProvider()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 290)
listOfInts.setLabelProvider(new ViewerLabelProvider());
Discouraged access: The type 'ViewerLabelProvider' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')
10. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java
 (at line 290)
listOfInts.setLabelProvider(new ViewerLabelProvider());
Discouraged access: The constructor 'ViewerLabelProvider()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')
11. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java
 (at line 320)
new ControlUpdater(remove) {
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')
12. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/StructuredContentProviderTest.java
 (at line 320)
new ControlUpdater(remove) {
Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java
 (at line 24)
import org.eclipse.jface.internal.databinding.provisional.swt.CompositeUpdater;
Discouraged access: The type 'CompositeUpdater<E>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 61)
new CompositeUpdater<Counter>(composite, list) {
Discouraged access: The type 'CompositeUpdater<Snippet012CompositeUpdater.Counter>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 61)
new CompositeUpdater<Counter>(composite, list) {
Discouraged access: The constructor 'CompositeUpdater<Snippet012CompositeUpdater.Counter>(Composite, IObservableList<? extends Snippet012CompositeUpdater.Counter>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')
4. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet012CompositeUpdater.java
 (at line 72)
requestLayout((Label) widget);
Discouraged access: The method 'CompositeUpdater<Snippet012CompositeUpdater.Counter>.requestLayout(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest2.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest2.java
 (at line 96)
RenamableItem.Listener listener = item -> fireChangeEvent(Collections.singleton(item));
Discouraged access: The method 'ViewerLabelProvider.fireChangeEvent(Collection<?>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet016TableUpdater.java
 (at line 21)
import org.eclipse.jface.internal.databinding.provisional.swt.TableUpdater;
Discouraged access: The type 'TableUpdater<E>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 77)
new TableUpdater<Stuff>(t, list) {
Discouraged access: The type 'TableUpdater<Snippet016TableUpdater.Stuff>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/Snippet016TableUpdater.java
 (at line 77)
new TableUpdater<Stuff>(t, list) {
Discouraged access: The constructor 'TableUpdater<Snippet016TableUpdater.Stuff>(Table, IObservableList<Snippet016TableUpdater.Stuff>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java
 (at line 31)
import org.eclipse.core.internal.databinding.conversion.ObjectToStringConverter;
Discouraged access: The type 'ObjectToStringConverter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 270)
new UpdateValueStrategy<Object, String>().setConverter(new ObjectToStringConverter()));
Discouraged access: The type 'ObjectToStringConverter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 270)
new UpdateValueStrategy<Object, String>().setConverter(new ObjectToStringConverter()));
Discouraged access: The constructor 'ObjectToStringConverter()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/snippets/Snippet023ConditionalVisibility.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet023ConditionalVisibility.java
 (at line 22)
import org.eclipse.jface.internal.databinding.provisional.swt.ControlUpdater;
Discouraged access: The type 'ControlUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/Snippet023ConditionalVisibility.java
 (at line 103)
new ControlUpdater(oneOfTwo) {
Discouraged access: The constructor 'ControlUpdater(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet006Spreadsheet.java
 (at line 27)
import org.eclipse.jface.internal.databinding.provisional.swt.TableUpdater;
Discouraged access: The type 'TableUpdater<E>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 179)
new TableUpdater<Object>(table, list) {
Discouraged access: The type 'TableUpdater<Object>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/Snippet006Spreadsheet.java
 (at line 179)
new TableUpdater<Object>(table, list) {
Discouraged access: The constructor 'TableUpdater<Object>(Table, IObservableList<Object>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/snippets/Snippet005MenuUpdater.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/snippets/Snippet005MenuUpdater.java
 (at line 22)
import org.eclipse.jface.internal.databinding.provisional.swt.MenuUpdater;
Discouraged access: The type 'MenuUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 53)
new MenuUpdater(submenu) {
Discouraged access: The type 'MenuUpdater' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/Snippet005MenuUpdater.java
 (at line 53)
new MenuUpdater(submenu) {
Discouraged access: The constructor 'MenuUpdater(Menu)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')

/src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jface/examples/databinding/contentprovider/test/LabelProviderTest.java
 (at line 96)
RenamableItem.Listener listener = item -> fireChangeEvent(Collections.singleton(item));
Discouraged access: The method 'ViewerLabelProvider.fireChangeEvent(Collection<?>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes')