errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 607) obsManager.runAndCollect(() -> { final Composite comp = editor1.getEditor(contentContainer, s.getFirstElement()); layout.topControl = comp; contentContainer.layout(true); }); The method runAndCollect(Runnable) from the type ObservablesManager is deprecated since version 1.11.0 |
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 619) obsManager.runAndCollect(() -> { final Composite comp = editor2.getEditor(contentContainer, s.getFirstElement()); layout.topControl = comp; contentContainer.layout(true); }); The method runAndCollect(Runnable) from the type ObservablesManager is deprecated since version 1.11.0 |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |