Compiler log for org.eclipse.core.tests.harness_3.9.0.v20130514-1256 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 28

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/core/tests/session/ConfigurationSessionTestSuite.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
 (at line 17)
import org.eclipse.core.internal.runtime.InternalPlatform;
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
2. WARNING in /src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
 (at line 47)
private static final String PROP_CONFIG_AREA_READ_ONLY = InternalPlatform.PROP_CONFIG_AREA + ".readOnly";
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
3. WARNING in /src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
 (at line 47)
private static final String PROP_CONFIG_AREA_READ_ONLY = InternalPlatform.PROP_CONFIG_AREA + ".readOnly";
Discouraged access: The field PROP_CONFIG_AREA from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
4. WARNING in /src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
 (at line 177)
base.setSystemProperty(InternalPlatform.PROP_CONFIG_AREA, configurationPath.toOSString());
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
5. WARNING in /src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
 (at line 177)
base.setSystemProperty(InternalPlatform.PROP_CONFIG_AREA, configurationPath.toOSString());
Discouraged access: The field PROP_CONFIG_AREA from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes

/src/org/eclipse/core/tests/session/Setup.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 18)
import org.eclipse.core.internal.runtime.InternalPlatform;
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
2. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 56)
return System.getProperty(InternalPlatform.PROP_ARCH);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
3. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 56)
return System.getProperty(InternalPlatform.PROP_ARCH);
Discouraged access: The field PROP_ARCH from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
4. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 60)
return System.getProperty(InternalPlatform.PROP_CONFIG_AREA);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
5. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 60)
return System.getProperty(InternalPlatform.PROP_CONFIG_AREA);
Discouraged access: The field PROP_CONFIG_AREA from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
6. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 64)
return System.getProperty(InternalPlatform.PROP_DEBUG);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
7. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 64)
return System.getProperty(InternalPlatform.PROP_DEBUG);
Discouraged access: The field PROP_DEBUG from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
8. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 68)
return System.getProperty(InternalPlatform.PROP_DEV);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
9. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 68)
return System.getProperty(InternalPlatform.PROP_DEV);
Discouraged access: The field PROP_DEV from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
10. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 72)
String currentInstall = System.getProperty(InternalPlatform.PROP_INSTALL_AREA);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
11. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 72)
String currentInstall = System.getProperty(InternalPlatform.PROP_INSTALL_AREA);
Discouraged access: The field PROP_INSTALL_AREA from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
12. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 87)
return System.getProperty(InternalPlatform.PROP_NL);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
13. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 87)
return System.getProperty(InternalPlatform.PROP_NL);
Discouraged access: The field PROP_NL from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
14. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 91)
return System.getProperty(InternalPlatform.PROP_OS);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
15. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 91)
return System.getProperty(InternalPlatform.PROP_OS);
Discouraged access: The field PROP_OS from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
16. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 110)
defaultSetup.setSystemProperty(InternalPlatform.PROP_CONSOLE_LOG, System.getProperty(InternalPlatform.PROP_CONSOLE_LOG, "true"));
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
17. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 110)
defaultSetup.setSystemProperty(InternalPlatform.PROP_CONSOLE_LOG, System.getProperty(InternalPlatform.PROP_CONSOLE_LOG, "true"));
Discouraged access: The field PROP_CONSOLE_LOG from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
18. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 110)
defaultSetup.setSystemProperty(InternalPlatform.PROP_CONSOLE_LOG, System.getProperty(InternalPlatform.PROP_CONSOLE_LOG, "true"));
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
19. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 110)
defaultSetup.setSystemProperty(InternalPlatform.PROP_CONSOLE_LOG, System.getProperty(InternalPlatform.PROP_CONSOLE_LOG, "true"));
Discouraged access: The field PROP_CONSOLE_LOG from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
20. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 116)
defaultSetup.setSystemProperty(InternalPlatform.PROP_DEBUG, Setup.getDefaultDebugOption());
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
21. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 116)
defaultSetup.setSystemProperty(InternalPlatform.PROP_DEBUG, Setup.getDefaultDebugOption());
Discouraged access: The field PROP_DEBUG from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
22. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 152)
return System.getProperty(InternalPlatform.PROP_WS);
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes
23. WARNING in /src/org/eclipse/core/tests/session/Setup.java
 (at line 152)
return System.getProperty(InternalPlatform.PROP_WS);
Discouraged access: The field PROP_WS from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/target/classes