Compiler log for org.eclipse.e4.core.tests.services_0.9.1.v20100428-1730 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 21

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/core/services/internal/context/JSONObjectTest.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 14)
import org.eclipse.e4.core.services.util.JSONObject;
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
2. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 21)
* Test cases for {@link JSONObject}.
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 37)
JSONObject input = new JSONObject();
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
4. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 37)
JSONObject input = new JSONObject();
Discouraged access: The constructor JSONObject() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 37)
JSONObject input = new JSONObject();
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 38)
input.set("x", "value");
Discouraged access: The method set(String, String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 40)
input.set("y", valueArray);
Discouraged access: The method set(String, String[]) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
8. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 41)
JSONObject child = new JSONObject();
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
9. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 41)
JSONObject child = new JSONObject();
Discouraged access: The constructor JSONObject() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
10. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 41)
JSONObject child = new JSONObject();
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
11. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 43)
child.set("z", childValue);
Discouraged access: The method set(String, String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
12. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 44)
input.set("child", child);
Discouraged access: The method set(String, JSONObject) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
13. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 45)
String result = input.serialize();
Discouraged access: The method serialize() from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
14. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 47)
JSONObject output = JSONObject.deserialize(result);
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
15. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 47)
JSONObject output = JSONObject.deserialize(result);
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
16. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 47)
JSONObject output = JSONObject.deserialize(result);
Discouraged access: The method deserialize(String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
17. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 48)
assertEquals("value", output.getString("x"));
Discouraged access: The method getString(String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
18. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 49)
String[] childStrings = output.getStrings("y");
Discouraged access: The method getStrings(String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
19. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 54)
JSONObject outputChild = output.getObject("child");
Discouraged access: The type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
20. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 54)
JSONObject outputChild = output.getObject("child");
Discouraged access: The method getObject(String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
21. WARNING in /src/org/eclipse/e4/core/services/internal/context/JSONObjectTest.java
 (at line 55)
assertEquals(childValue, outputChild.getString("z"));
Discouraged access: The method getString(String) from the type JSONObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot