errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java (at line 190) return new Gradient(descs, iVals, gradientparts.length == 3 && gradientparts[2].indexOf("true") != -1); //$NON-NLS-1$ Type safety: The constructor IResourceUtiltities.Gradient(List, int[], boolean) belongs to the raw type IResourceUtiltities.Gradient. References to generic type IResourceUtiltities<ColorDesc,ImageDesc>.Gradient<ColorDesc> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java (at line 190) return new Gradient(descs, iVals, gradientparts.length == 3 && gradientparts[2].indexOf("true") != -1); //$NON-NLS-1$ Type safety: The expression of type IResourceUtiltities.Gradient needs unchecked conversion to conform to IResourceUtiltities.Gradient<ColorDescriptor> |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java (at line 190) return new Gradient(descs, iVals, gradientparts.length == 3 IResourceUtiltities.Gradient is a raw type. References to generic type IResourceUtiltities<ColorDesc,ImageDesc>.Gradient<ColorDesc> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 26) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 45) public static Workbench workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 92) Workbench wb = new Workbench(Activator.getDefault() Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 92) Workbench wb = new Workbench(Activator.getDefault() .getInstanceLocation(), RegistryFactory .getRegistry(), Activator.getDefault() .getBundleAdmin(), appContext, new WorkbenchWindowHandler()); Discouraged access: The constructor Workbench(Location, IExtensionRegistry, PackageAdmin, IEclipseContext, IWorkbenchWindowHandler) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 92) Workbench wb = new Workbench(Activator.getDefault() Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 97) wb.setWorkbenchModelURI(initialWorkbenchDefinitionInstance); Discouraged access: The method setWorkbenchModelURI(URI) from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 100) cssResourcesURI, wb.getContext()); Discouraged access: The method getContext() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 102) wb.createUIFromModel(); Discouraged access: The method createUIFromModel() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 103) wb.run(); Discouraged access: The method run() from the type Workbench is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.e4.ui.workbench/@dot |