Compiler log for org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 14

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/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 17)
import org.eclipse.core.runtime.internal.adaptor.EclipseEnvironmentInfo;
Discouraged access: The type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
2. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 23)
import org.eclipse.osgi.framework.internal.core.FrameworkProperties;
Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
3. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 171)
String os = EclipseEnvironmentInfo.guessOS(System.getProperty("os.name"));//$NON-NLS-1$);
Discouraged access: The type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
4. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 171)
String os = EclipseEnvironmentInfo.guessOS(System.getProperty("os.name"));//$NON-NLS-1$);
Discouraged access: The method guessOS(String) from the type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
5. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 174)
String ws = EclipseEnvironmentInfo.guessWS(os);
Discouraged access: The type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
6. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 174)
String ws = EclipseEnvironmentInfo.guessWS(os);
Discouraged access: The method guessWS(String) from the type EclipseEnvironmentInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
7. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 180)
String name = FrameworkProperties.getProperty("os.arch");//$NON-NLS-1$
Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
8. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 180)
String name = FrameworkProperties.getProperty("os.arch");//$NON-NLS-1$
Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
9. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 191)
platformProperties.setProperty(Constants.FRAMEWORK_SYSTEMPACKAGES, FrameworkProperties.getProperty(Constants.FRAMEWORK_SYSTEMPACKAGES));
Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
10. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 191)
platformProperties.setProperty(Constants.FRAMEWORK_SYSTEMPACKAGES, FrameworkProperties.getProperty(Constants.FRAMEWORK_SYSTEMPACKAGES));
Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
11. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 192)
platformProperties.setProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, FrameworkProperties.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
12. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 192)
platformProperties.setProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, FrameworkProperties.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
13. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 193)
platformProperties.setProperty("osgi.resolveOptional", "" + "true".equals(FrameworkProperties.getProperty("osgi.resolveOptional"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot
14. WARNING in /src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxBundlesState.java
 (at line 193)
platformProperties.setProperty("osgi.resolveOptional", "" + "true".equals(FrameworkProperties.getProperty("osgi.resolveOptional"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Discouraged access: The method getProperty(String) from the type FrameworkProperties is not accessible due to restriction on classpath entry /opt/public/eclipse/eclipse3M/build/supportDir/src/plugins/org.eclipse.osgi/@dot