errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |
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/targets/v20110118/plugins/org.eclipse.e4.core.services_0.9.1.v20110113-1500.jar |