Compiler log for org.eclipse.debug.ui.launchview_1.0.200.v20220308-0315 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 0, INFOS: 6

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/debug/ui/launchview/internal/model/LaunchViewModel.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/debug/ui/launchview/internal/model/LaunchViewModel.java
 (at line 97)
public void setWorkbench(@SuppressWarnings("unused") IWorkbench svc) {
At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/debug/ui/launchview/internal/model/LaunchViewModel.java
 (at line 105)
public void unsetWorkbench(@SuppressWarnings("unused") IWorkbench svc) {
At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored

/src/org/eclipse/debug/ui/launchview/internal/SpecificLaunchListener.java : 4 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/debug/ui/launchview/internal/SpecificLaunchListener.java
 (at line 75)
public void launchRemoved(@SuppressWarnings("unused") ILaunch launch) {
At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/debug/ui/launchview/internal/SpecificLaunchListener.java
 (at line 79)
public void launchAdded(@SuppressWarnings("unused") ILaunch launch) {
At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
3. INFO in /src/org/eclipse/debug/ui/launchview/internal/SpecificLaunchListener.java
 (at line 87)
public void launchChanged(@SuppressWarnings("unused") ILaunch launch) {
At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
4. INFO in /src/org/eclipse/debug/ui/launchview/internal/SpecificLaunchListener.java
 (at line 94)
public void launchTerminated(@SuppressWarnings("unused") ILaunch launch) {
At least one of the problems in category 'unused' 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