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/server/bespin/AuthenticationServlet.java (at line 23) public class AuthenticationServlet extends HttpServlet { The serializable class AuthenticationServlet does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 78) ResourcesPlugin.getPlugin().getWorkspace().run(new WorkspaceRunnable(projects, repo, moduleNames, tag), root, 0, monitor); The static method getWorkspace() from the type ResourcesPlugin should be accessed in a static way |
1. WARNING in /src/org/eclipse/e4/server/bespin/CVSServlet.java (at line 17) public class CVSServlet extends HttpServlet { The serializable class CVSServlet does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/server/bespin/EditingServlet.java (at line 22) public class EditingServlet extends HttpServlet { The serializable class EditingServlet does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 33) public class FilesServlet extends HttpServlet { The serializable class FilesServlet does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/server/bespin/MarkersServlet.java (at line 31) public class MarkersServlet extends HttpServlet { The serializable class MarkersServlet does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/server/bespin/ProjectsServlet.java (at line 22) public class ProjectsServlet extends HttpServlet { The serializable class ProjectsServlet does not declare a static final serialVersionUID field of type long |
1. WARNING in /src/org/eclipse/e4/server/bespin/SettingsServlet.java (at line 23) public class SettingsServlet extends HttpServlet { The serializable class SettingsServlet does not declare a static final serialVersionUID field of type long |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 17) import org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation; Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
2. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
3. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The constructor CVSTag() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
4. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
5. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The constructor CVSTag(String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
6. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
7. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
8. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 76) final CVSTag tag = tagName == null || tagName.equals("HEAD") ? new CVSTag() : new CVSTag(tagName, CVSTag.VERSION); Discouraged access: The field VERSION from the type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
9. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 86) private final CVSTag tag; Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
10. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 94) private WorkspaceRunnable(IProject[] projects, String repo, String[] moduleNames, CVSTag tag) { Discouraged access: The type CVSTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
11. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 104) CVSProjectSetCapability.checkout(CVSRepositoryLocation.fromString(repo), projects[i], moduleNames[i], tag, monitor); Discouraged access: The type CVSProjectSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
12. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 104) CVSProjectSetCapability.checkout(CVSRepositoryLocation.fromString(repo), projects[i], moduleNames[i], tag, monitor); Discouraged access: The method checkout(ICVSRepositoryLocation, IProject, String, CVSTag, IProgressMonitor) from the type CVSProjectSetCapability is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
13. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 104) CVSProjectSetCapability.checkout(CVSRepositoryLocation.fromString(repo), projects[i], moduleNames[i], tag, monitor); Discouraged access: The type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
14. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 104) CVSProjectSetCapability.checkout(CVSRepositoryLocation.fromString(repo), projects[i], moduleNames[i], tag, monitor); Discouraged access: The method fromString(String) from the type CVSRepositoryLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
15. WARNING in /src/org/eclipse/e4/server/bespin/CVS.java (at line 106) } catch (CVSException e) { Discouraged access: The type CVSException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.team.cvs.core_3.3.400.I20110125-0640.jar |
1. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 21) import org.eclipse.pde.internal.core.ClasspathComputer; Discouraged access: The type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
2. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 22) import org.eclipse.pde.internal.core.natures.PDE; Discouraged access: The type PDE is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
3. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 202) addNatureToProject(project, PDE.PLUGIN_NATURE, null); Discouraged access: The type PDE is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
4. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 202) addNatureToProject(project, PDE.PLUGIN_NATURE, null); Discouraged access: The field PLUGIN_NATURE from the type PDE is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
5. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 236) ClasspathComputer.setComplianceOptions(javaProject, executionEnvironment); Discouraged access: The type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
6. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 236) ClasspathComputer.setComplianceOptions(javaProject, executionEnvironment); Discouraged access: The method setComplianceOptions(IJavaProject, String) from the type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
7. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 237) entries[0] = ClasspathComputer.createJREEntry(executionEnvironment); Discouraged access: The type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
8. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 237) entries[0] = ClasspathComputer.createJREEntry(executionEnvironment); Discouraged access: The method createJREEntry(String) from the type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
9. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 238) entries[1] = ClasspathComputer.createContainerEntry(); Discouraged access: The type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
10. WARNING in /src/org/eclipse/e4/server/bespin/FilesServlet.java (at line 238) entries[1] = ClasspathComputer.createContainerEntry(); Discouraged access: The method createContainerEntry() from the type ClasspathComputer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |