Compiler log for org.eclipse.help.ui_3.4.0.v20090528 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/help/ui/internal/DefaultHelpUI.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/help/ui/internal/DefaultHelpUI.java
 (at line 46)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/help/ui/internal/DefaultHelpUI.java
 (at line 393)
&& (context == null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/help/ui/internal/DefaultHelpUI.java
 (at line 393)
&& (context == null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING
Discouraged access: The field MISSING from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/help/ui/internal/views/ContextHelpPart.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 73)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 297)
if (provider!= null && (context==null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING.equals(((Context)context).getId())))) {
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 297)
if (provider!= null && (context==null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING.equals(((Context)context).getId())))) {
Discouraged access: The field MISSING from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ui.workbench/@dot