Compiler log for org.eclipse.e4.pde.ui_0.9.0.v20090714-1930 : @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/e4/pde/internal/ui/BrowserSiteEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/pde/internal/ui/BrowserSiteEditor.java
 (at line 13)
import org.eclipse.e4.pde.internal.webui.Activator;
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.pde.webui/@dot
2. WARNING in /src/org/eclipse/e4/pde/internal/ui/BrowserSiteEditor.java
 (at line 14)
import org.eclipse.e4.pde.internal.webui.PDEServlet;
Discouraged access: The type PDEServlet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.pde.webui/@dot
3. WARNING in /src/org/eclipse/e4/pde/internal/ui/BrowserSiteEditor.java
 (at line 36)
+ PDEServlet.getSessionId(), "http://localhost");
Discouraged access: The type PDEServlet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.pde.webui/@dot
4. WARNING in /src/org/eclipse/e4/pde/internal/ui/BrowserSiteEditor.java
 (at line 36)
+ PDEServlet.getSessionId(), "http://localhost");
Discouraged access: The method getSessionId() from the type PDEServlet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.pde.webui/@dot
5. WARNING in /src/org/eclipse/e4/pde/internal/ui/BrowserSiteEditor.java
 (at line 39)
+ Activator.PORT
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.pde.webui/@dot
6. WARNING in /src/org/eclipse/e4/pde/internal/ui/BrowserSiteEditor.java
 (at line 39)
+ Activator.PORT
Discouraged access: The field PORT from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.pde.webui/@dot