Compiler log for org.eclipse.e4.server.bespin_0.9.0.v20090716-1930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 33

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/server/bespin/AuthenticationServlet.java : 1 warning :

OTHER 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

/src/org/eclipse/e4/server/bespin/CVS.java : 16 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/server/bespin/CVSServlet.java : 1 warning :

OTHER WARNINGS
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

/src/org/eclipse/e4/server/bespin/EditingServlet.java : 1 warning :

OTHER WARNINGS
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

/src/org/eclipse/e4/server/bespin/FilesServlet.java : 11 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/server/bespin/MarkersServlet.java : 1 warning :

OTHER WARNINGS
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

/src/org/eclipse/e4/server/bespin/ProjectsServlet.java : 1 warning :

OTHER WARNINGS
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

/src/org/eclipse/e4/server/bespin/SettingsServlet.java : 1 warning :

OTHER WARNINGS
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

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/server/bespin/CVS.java : 16 warnings :

DISCOURAGED ACCESS 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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.jar

/src/org/eclipse/e4/server/bespin/FilesServlet.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.pde.core_3.5.0.v20090602.jar