Compiler log for org.eclipse.debug.ui_3.18.900.v20250703-1236 : @dot.xml

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

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

/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java
 (at line 297)
if (config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false)) {
The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated
2. WARNING in /ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java
 (at line 300)
if (config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false)) {
The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated
3. WARNING in /ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java
 (at line 358)
boolean debug = config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false);
The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated
4. WARNING in /ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java
 (at line 359)
boolean run = config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false);
The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated
5. WARNING in /ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java
 (at line 386)
config.setAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, (String)null);
The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated
6. WARNING in /ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java
 (at line 387)
config.setAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, (String)null);
The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated

/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationFilteredTree.java : 1 warning :

OTHER WARNINGS
1. WARNING in /ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationFilteredTree.java
 (at line 65)
super(parent, treeStyle, filter, true);
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings