# 8/27/13 7:46:50 AM GMT # Eclipse Compiler for Java(TM) bundle_qualifier, 3.8.3, Copyright IBM Corp 2000, 2012. All rights reserved. ---------- 1. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 27) public enum Method { ^^^^ 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on ---------- 2. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 27) public enum Method { ^^^^ enum cannot be resolved to a type ---------- 3. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 27) public enum Method { ^^^^^^ Syntax error, insert ";" to complete FieldDeclaration ---------- 4. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 27) public enum Method { GET, POST ^ Syntax error on token "~", ReferenceType expected ---------- 5. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 28) GET, POST ^^^^ Syntax error, insert ";" to complete BlockStatements ---------- 6. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 79) public Connection method(Method method); ^^^^^^ Method cannot be resolved to a type ---------- 7. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 114) public Connection data(Map data); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 8. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 123) public Connection data(String... keyvals); ^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 9. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 194) interface Base { ^^^^^^^^^^^^^^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 10. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 213) public Method method(); ^^^^^^ Method cannot be resolved to a type ---------- 11. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 220) public T method(Method method); ^^^^^^ Method cannot be resolved to a type ---------- 12. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 259) public Map headers(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 13. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 297) public Map cookies(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 14. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 304) public interface Request extends Base { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 15. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 367) public Collection data(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 16. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/Connection.java (at line 374) public interface Response extends Base { ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- ---------- 17. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 18) print("Fetching %s...", url); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, String) ---------- 18. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 25) print("\nMedia: (%d)", media.size()); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, int) ---------- 19. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 26) for (Element src : media) { ^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 20. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 28) print(" * %s: <%s> %sx%s (%s)", ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, String, String, String, String, String) ---------- 21. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 32) print(" * %s: <%s>", src.tagName(), src.attr("abs:src")); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, String, String) ---------- 22. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 35) print("\nImports: (%d)", imports.size()); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, int) ---------- 23. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 36) for (Element link : imports) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 24. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 37) print(" * %s <%s> (%s)", link.tagName(),link.attr("abs:href"), link.attr("rel")); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, String, String, String) ---------- 25. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 40) print("\nLinks: (%d)", links.size()); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, int) ---------- 26. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 41) for (Element link : links) { ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 27. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 42) print(" * a: <%s> (%s)", link.attr("abs:href"), trim(link.text(), 35)); ^^^^^ The method print(String, Object[]) in the type ListLinks is not applicable for the arguments (String, String, String) ---------- 28. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/examples/ListLinks.java (at line 46) private static void print(String msg, Object... args) { ^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- ---------- 29. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 10) public class DescendableLinkedList extends LinkedList { ^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 30. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 10) public class DescendableLinkedList extends LinkedList { ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 31. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 47) public Iterator descendingIterator() { ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 32. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 48) return new DescendingIterator(size()); ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 33. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 51) private class DescendingIterator implements Iterator { ^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 34. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 51) private class DescendingIterator implements Iterator { ^ The type parameter E is hiding the type E ---------- 35. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 51) private class DescendingIterator implements Iterator { ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 36. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 52) private final ListIterator iter; ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 37. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 54) @SuppressWarnings("unchecked") ^^^^^^^^^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 38. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 56) iter = (ListIterator) listIterator(index); ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- ---------- 39. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 21) public class HttpConnection implements Connection { ^^^^^^^^^^^^^^ The type HttpConnection must implement the inherited abstract method Connection.method(Method) ---------- 40. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 79) public Connection method(Method method) { ^^^^^^ Method cannot be resolved to a type ---------- 41. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 99) public Connection data(Map data) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 42. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 101) for (Map.Entry entry : data.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 43. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 101) for (Map.Entry entry : data.entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 44. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 101) for (Map.Entry entry : data.entrySet()) { ^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 45. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 107) public Connection data(String... keyvals) { ^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 46. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 131) req.method(Method.GET); ^^^^^^ enum cannot be resolved to a type ---------- 47. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 137) req.method(Method.POST); ^^^^^^ enum cannot be resolved to a type ---------- 48. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 165) @SuppressWarnings({"unchecked"}) ^^^^^^^^^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 49. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 166) private static abstract class Base implements Connection.Base { ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 50. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 166) private static abstract class Base implements Connection.Base { ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 51. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 168) Method method; ^^^^^^ Method cannot be resolved to a type ---------- 52. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 169) Map headers; ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 53. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 170) Map cookies; ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 54. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 173) headers = new LinkedHashMap(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 55. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 174) cookies = new LinkedHashMap(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 56. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 187) public Method method() { ^^^^^^ Method cannot be resolved to a type ---------- 57. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 188) return method; ^^^^^^ Method cannot be resolved to a type ---------- 58. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 191) public T method(Method method) { ^^^^^^ Method cannot be resolved to a type ---------- 59. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 193) this.method = method; ^^^^^^^^^^^ Method cannot be resolved to a type ---------- 60. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 217) Map.Entry entry = scanHeaders(name); // remove is case insensitive too ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 61. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 223) public Map headers() { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 62. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 234) Map.Entry entry = scanHeaders(name); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 63. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 241) private Map.Entry scanHeaders(String name) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 64. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 243) for (Map.Entry entry : headers.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 65. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 243) for (Map.Entry entry : headers.entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 66. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 243) for (Map.Entry entry : headers.entrySet()) { ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 67. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 273) public Map cookies() { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 68. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 278) public static class Request extends Base implements Connection.Request { ^^^^^^^ The return types are incompatible for the inherited methods Connection.Base.method(), HttpConnection.Base.method() ---------- 69. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 278) public static class Request extends Base implements Connection.Request { ^^^^^^^ The type HttpConnection.Request must implement the inherited abstract method Connection.Base.method(Method) ---------- 70. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 278) public static class Request extends Base implements Connection.Request { ^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 71. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 281) private Collection data; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 72. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 288) data = new ArrayList(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 73. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 289) method = Connection.Method.GET; ^^^^^^ Method cannot be resolved to a type ---------- 74. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 289) method = Connection.Method.GET; ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 75. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 297) public Request timeout(int millis) { ^^^^^^^ The return type is incompatible with Connection.Request.timeout(int) ---------- 76. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 328) public Request data(Connection.KeyVal keyval) { ^^^^^^^ The return type is incompatible with Connection.Request.data(Connection.KeyVal) ---------- 77. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 334) public Collection data() { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 78. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 339) public static class Response extends Base implements Connection.Response { ^^^^^^^^ The return types are incompatible for the inherited methods Connection.Base.method(), HttpConnection.Base.method() ---------- 79. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 339) public static class Response extends Base implements Connection.Response { ^^^^^^^^ The type HttpConnection.Response must implement the inherited abstract method Connection.Base.method(Method) ---------- 80. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 339) public static class Response extends Base implements Connection.Response { ^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 81. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 359) throw new IOException(String.format("Too many redirects occurred trying to load URL %s", previousResponse.url())); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, URL) ---------- 82. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 374) if (req.method() == Connection.Method.GET && req.data().size() > 0) ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 83. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 374) if (req.method() == Connection.Method.GET && req.data().size() > 0) ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 84. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 378) if (req.method() == Connection.Method.POST) ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 85. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 378) if (req.method() == Connection.Method.POST) ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 86. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 393) for (Map.Entry cookie : res.cookies.entrySet()) { // add response cookies to request (for e.g. login posts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 87. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 393) for (Map.Entry cookie : res.cookies.entrySet()) { // add response cookies to request (for e.g. login posts) ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 88. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 393) for (Map.Entry cookie : res.cookies.entrySet()) { // add response cookies to request (for e.g. login posts) ^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 89. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 438) throw new IOException(String.format("Unhandled content type \"%s\" on URL %s. Must be text/*, application/xml, or application/xhtml+xml", ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 90. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 466) conn.setRequestMethod(req.method().name()); ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 91. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 470) if (req.method() == Method.POST) ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 92. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 470) if (req.method() == Method.POST) ^^^^^^ enum cannot be resolved to a type ---------- 93. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 474) for (Map.Entry header : req.headers().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 94. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 474) for (Map.Entry header : req.headers().entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 95. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 474) for (Map.Entry header : req.headers().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 96. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 482) method = Connection.Method.valueOf(conn.getRequestMethod()); ^^^^^^ Method cannot be resolved to a type ---------- 97. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 482) method = Connection.Method.valueOf(conn.getRequestMethod()); ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 98. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 488) Map> resHeaders = conn.getHeaderFields(); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 99. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 493) for (Map.Entry prevCookie : previousResponse.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 100. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 493) for (Map.Entry prevCookie : previousResponse.cookies().entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 101. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 493) for (Map.Entry prevCookie : previousResponse.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 102. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 500) void processResponseHeaders(Map> resHeaders) { ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 103. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 501) for (Map.Entry> entry : resHeaders.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 104. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 501) for (Map.Entry> entry : resHeaders.entrySet()) { ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 105. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 501) for (Map.Entry> entry : resHeaders.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry> ---------- 106. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 506) List values = entry.getValue(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 107. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 508) for (String value : values) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 108. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 528) private static void writePost(Collection data, OutputStream outputStream) throws IOException { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 109. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 531) for (Connection.KeyVal keyVal : data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 110. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 547) for (Map.Entry cookie : req.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 111. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 547) for (Map.Entry cookie : req.cookies().entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 112. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 547) for (Map.Entry cookie : req.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 113. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 574) for (Connection.KeyVal keyVal : req.data()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 114. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 604) public KeyVal key(String key) { ^^^^^^ The return type is incompatible with Connection.KeyVal.key(String) ---------- 115. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 614) public KeyVal value(String value) { ^^^^^^ The return type is incompatible with Connection.KeyVal.value(String) ---------- 116. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/HttpConnection.java (at line 624) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 117. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/StringUtil.java (at line 124) public static boolean in(String needle, String... haystack) { ^^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 118. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/StringUtil.java (at line 125) for (String hay : haystack) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 119. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/helper/Validate.java (at line 81) for (Object obj : objects) ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 120. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attribute.java (at line 11) public class Attribute implements Map.Entry, Cloneable { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 121. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attribute.java (at line 103) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 122. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attribute.java (at line 116) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 123. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attribute.java (at line 123) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 124. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attribute.java (at line 124) public Attribute clone() { ^^^^^^^^^ The return type is incompatible with Object.clone() ---------- ---------- 125. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 17) public class Attributes implements Iterable, Cloneable { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 126. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 20) private LinkedHashMap attributes = null; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 127. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 57) attributes = new LinkedHashMap(2); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 128. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 99) attributes = new LinkedHashMap(incoming.size()); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 129. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 103) public Iterator iterator() { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 130. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 112) public List asList() { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 131. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 116) List list = new ArrayList(attributes.size()); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 132. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 116) List list = new ArrayList(attributes.size()); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 133. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 117) for (Map.Entry entry : attributes.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 134. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 117) for (Map.Entry entry : attributes.entrySet()) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 135. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 117) for (Map.Entry entry : attributes.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 136. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 128) public Map dataset() { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 137. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 146) for (Map.Entry entry : attributes.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 138. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 146) for (Map.Entry entry : attributes.entrySet()) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 139. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 146) for (Map.Entry entry : attributes.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 140. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 157) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 141. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 169) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 142. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 174) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 143. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 175) public Attributes clone() { ^^^^^^^^^^ The return type is incompatible with Object.clone() ---------- 144. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 185) clone.attributes = new LinkedHashMap(attributes.size()); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 145. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 186) for (Attribute attribute: this) ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 146. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 191) private class Dataset extends AbstractMap { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 147. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 195) attributes = new LinkedHashMap(2); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 148. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 198) public Set> entrySet() { ^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 149. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 202) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 150. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 211) private class EntrySet extends AbstractSet> { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 151. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 212) public Iterator> iterator() { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 152. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 225) private class DatasetIterator implements Iterator> { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 153. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 226) private Iterator attrIter = attributes.values().iterator(); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 154. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Attributes.java (at line 236) public Entry next() { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- ---------- 155. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 18) private QuirksMode quirksMode = QuirksMode.noQuirks; ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 156. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 18) private QuirksMode quirksMode = QuirksMode.noQuirks; ^^^^^^^^^^ Cannot reference a field before it is defined ---------- 157. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 18) private QuirksMode quirksMode = QuirksMode.noQuirks; ^^^^^^^^^^ enum cannot be resolved to a type ---------- 158. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 123) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 159. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 123) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 160. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 124) for (Node node: element.childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 161. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 145) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 162. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 145) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 163. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 148) for (Node node : dupe.childNodes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 164. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 153) for (Node dupe : toMove) ^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 165. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 167) for (Node child: node.childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 166. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 176) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 167. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 186) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 168. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 192) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 169. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 197) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 170. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 198) public Document clone() { ^^^^^^^^ The return type is incompatible with Element.clone() ---------- 171. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 208) private Entities.EscapeMode escapeMode = Entities.EscapeMode.base; ^^^^^^^^^^^^^^^^^^^ Entities.EscapeMode cannot be resolved to a type ---------- 172. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 208) private Entities.EscapeMode escapeMode = Entities.EscapeMode.base; ^^^^^^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Entities.EscapeMode ---------- 173. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 224) public Entities.EscapeMode escapeMode() { ^^^^^^^^^^^^^^^^^^^ Entities.EscapeMode cannot be resolved to a type ---------- 174. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 225) return escapeMode; ^^^^^^^^^^ escapeMode cannot be resolved to a variable ---------- 175. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 233) public OutputSettings escapeMode(Entities.EscapeMode escapeMode) { ^^^^^^^^^^^^^^^^^^^ Entities.EscapeMode cannot be resolved to a type ---------- 176. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 234) this.escapeMode = escapeMode; ^^^^^^^^^^ escapeMode cannot be resolved or is not a field ---------- 177. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 314) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 178. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 315) public OutputSettings clone() { ^^^^^^^^^^^^^^ The return type is incompatible with Object.clone() ---------- 179. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 323) clone.escapeMode = Entities.EscapeMode.valueOf(escapeMode.name()); ^^^^^^^^^^ escapeMode cannot be resolved or is not a field ---------- 180. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 323) clone.escapeMode = Entities.EscapeMode.valueOf(escapeMode.name()); ^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Entities.EscapeMode ---------- 181. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 323) clone.escapeMode = Entities.EscapeMode.valueOf(escapeMode.name()); ^^^^^^^^^^ escapeMode cannot be resolved ---------- 182. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 337) public enum QuirksMode { ^^^^ 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on ---------- 183. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 337) public enum QuirksMode { ^^^^ enum cannot be resolved to a type ---------- 184. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 337) public enum QuirksMode { ^^^^^^^^^^ Syntax error, insert ";" to complete FieldDeclaration ---------- 185. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 338) noQuirks, quirks, limitedQuirks; ^ Syntax error on token ",", delete this token ---------- 186. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 341) public QuirksMode quirksMode() { ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 187. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 342) return quirksMode; ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 188. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 345) public Document quirksMode(QuirksMode quirksMode) { ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 189. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Document.java (at line 346) this.quirksMode = quirksMode; ^^^^^^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- ---------- 190. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/DocumentType.java (at line 28) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 191. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/DocumentType.java (at line 33) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 192. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/DocumentType.java (at line 43) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 193. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 26) private Set classNames; ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 194. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 56) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 195. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 118) public Element attr(String attributeKey, String attributeValue) { ^^^^^^^ The return type is incompatible with Node.attr(String, String) ---------- 196. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 136) public Map dataset() { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 197. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 140) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 198. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 141) public final Element parent() { ^^^^^^^ The return type is incompatible with Node.parent() ---------- 199. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 187) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 200. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 187) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 201. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 188) for (Node node : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 202. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 225) addChildren(child); ^^^^^^^^^^^ The method addChildren(Node[]) in the type Node is not applicable for the arguments (Node) ---------- 203. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 238) addChildren(0, child); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, Node) ---------- 204. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 301) List nodes = Parser.parseFragment(html, this, baseUri()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 205. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 302) addChildren(nodes.toArray(new Node[nodes.size()])); ^^^^^^^^^^^ The method addChildren(Node[]) in the type Node is not applicable for the arguments (T[]) ---------- 206. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 315) List nodes = Parser.parseFragment(html, this, baseUri()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 207. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 316) addChildren(0, nodes.toArray(new Node[nodes.size()])); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, T[]) ---------- 208. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 327) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 209. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 328) public Element before(String html) { ^^^^^^^ The return type is incompatible with Node.before(String) ---------- 210. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 338) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 211. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 339) public Element before(Node node) { ^^^^^^^ The return type is incompatible with Node.before(Node) ---------- 212. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 350) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 213. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 351) public Element after(String html) { ^^^^^^^ The return type is incompatible with Node.after(String) ---------- 214. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 361) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 215. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 362) public Element after(Node node) { ^^^^^^^ The return type is incompatible with Node.after(Node) ---------- 216. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 381) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 217. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 382) public Element wrap(String html) { ^^^^^^^ The return type is incompatible with Node.wrap(String) ---------- 218. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 403) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 219. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 406) if (siblings.size() > index+1) ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 220. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 407) return siblings.get(index+1); ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 221. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 418) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 222. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 421) if (index > 0) ^^^^^^^^^ The operator > is undefined for the argument type(s) Integer, int ---------- 223. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 422) return siblings.get(index-1); ^^^^^^^ The operator - is undefined for the argument type(s) Integer, int ---------- 224. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 433) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 225. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 443) if (parent() == null) return 0; ^ Type mismatch: cannot convert from int to Integer ---------- 226. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 452) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 227. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 456) private static Integer indexInList(Element search, List elements) { ^^^^^^^^^^^^^^^^^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 228. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 456) private static Integer indexInList(Element search, List elements) { ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 229. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 463) return i; ^ Type mismatch: cannot convert from int to Integer ---------- 230. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 753) for (Node child : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 231. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 783) for (Node child : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 232. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 833) for (Node child: childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 233. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 854) for (Node childNode : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 234. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 882) public Set classNames() { ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 235. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 885) classNames = new LinkedHashSet(Arrays.asList(names)); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 236. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 895) public Element classNames(Set classNames) { ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 237. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 907) Set classNames = classNames(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 238. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 908) for (String name : classNames) { ^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 239. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 923) Set classes = classNames(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 240. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 938) Set classes = classNames(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 241. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 953) Set classes = classNames(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 242. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 1023) for (Node node : childNodes) ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 243. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 1043) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 244. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 1048) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 245. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 1056) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 246. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Element.java (at line 1057) public Element clone() { ^^^^^^^ The return type is incompatible with Node.clone() ---------- ---------- 247. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 15) public enum EscapeMode { ^^^^ enum cannot be resolved to a type ---------- 248. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 17) xhtml(xhtmlByVal), ^ Syntax error on token ")", delete this token ---------- 249. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 17) xhtml(xhtmlByVal), ^ Syntax error on token ")", delete this token ---------- 250. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 21) extended(fullByVal); ^^^^^^^^^^ Syntax error on token(s), misplaced construct(s) ---------- 251. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 21) extended(fullByVal); ^ Syntax error, insert ")" to complete Expression ---------- 252. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 21) extended(fullByVal); ^ Syntax error, insert "}" to complete Block ---------- 253. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 23) private Map map; ^^^^^^^ Syntax error on token "private", = expected ---------- 254. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 23) private Map map; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 255. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 23) private Map map; EscapeMode(Map map) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 256. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 25) EscapeMode(Map map) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 257. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 25) EscapeMode(Map map) { this.map = map; } public Map getMap() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 258. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 29) public Map getMap() { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 259. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 29) public Map getMap() { ^ Syntax error on token ">", ; expected ---------- 260. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 34) private static final Map full; private static final Map xhtmlByVal; private static final Map baseByVal; private static final Map fullByVal; private static final Pattern unescapePattern = Pattern.compile("&(#(x|X)?([0-9a-fA-F]+)|[a-zA-Z]+\\d*);?"); private static final Pattern strictUnescapePattern = Pattern.compile("&(#(x|X)?([0-9a-fA-F]+)|[a-zA-Z]+\\d*);"); private Entities() {} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, EnumHeader expected instead ---------- 261. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 34) private static final Map full; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 262. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 34) private static final Map full; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 263. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 35) private static final Map xhtmlByVal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 264. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 35) private static final Map xhtmlByVal; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 265. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 36) private static final Map baseByVal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 266. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 36) private static final Map baseByVal; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 267. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 37) private static final Map fullByVal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 268. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 37) private static final Map fullByVal; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 269. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 38) private static final Pattern unescapePattern = Pattern.compile("&(#(x|X)?([0-9a-fA-F]+)|[a-zA-Z]+\\d*);?"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 270. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 48) public static boolean isNamedEntity(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, EnumHeader expected instead ---------- 271. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 57) public static Character getCharacterByName(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, EnumHeader expected instead ---------- 272. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 59) } ^ Syntax error on token "}", ; expected ---------- 273. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 67) Map map = escapeMode.getMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 274. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 129) {"quot", 0x00022}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 275. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 130) {"amp", 0x00026}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 276. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 131) {"apos", 0x00027}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 277. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 132) {"lt", 0x0003C}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 278. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 133) {"gt", 0x0003E} ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 279. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 139) {"AElig", 0x000C6}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 280. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 140) {"AMP", 0x00026}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 281. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 141) {"Aacute", 0x000C1}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 282. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 142) {"Acirc", 0x000C2}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 283. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 143) {"Agrave", 0x000C0}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 284. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 144) {"Aring", 0x000C5}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 285. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 145) {"Atilde", 0x000C3}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 286. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 146) {"Auml", 0x000C4}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 287. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 147) {"COPY", 0x000A9}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 288. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 148) {"Ccedil", 0x000C7}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 289. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 149) {"ETH", 0x000D0}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 290. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 150) {"Eacute", 0x000C9}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 291. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 151) {"Ecirc", 0x000CA}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 292. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 152) {"Egrave", 0x000C8}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 293. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 153) {"Euml", 0x000CB}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 294. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 154) {"GT", 0x0003E}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 295. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 155) {"Iacute", 0x000CD}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 296. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 156) {"Icirc", 0x000CE}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 297. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 157) {"Igrave", 0x000CC}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 298. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 158) {"Iuml", 0x000CF}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 299. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 159) {"LT", 0x0003C}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 300. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 160) {"Ntilde", 0x000D1}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 301. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 161) {"Oacute", 0x000D3}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 302. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 162) {"Ocirc", 0x000D4}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 303. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 163) {"Ograve", 0x000D2}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 304. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 164) {"Oslash", 0x000D8}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 305. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 165) {"Otilde", 0x000D5}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 306. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 166) {"Ouml", 0x000D6}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 307. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 167) {"QUOT", 0x00022}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 308. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 168) {"REG", 0x000AE}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 309. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 169) {"THORN", 0x000DE}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 310. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 170) {"Uacute", 0x000DA}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 311. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 171) {"Ucirc", 0x000DB}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 312. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 172) {"Ugrave", 0x000D9}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 313. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 173) {"Uuml", 0x000DC}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 314. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 174) {"Yacute", 0x000DD}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 315. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 175) {"aacute", 0x000E1}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 316. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 176) {"acirc", 0x000E2}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 317. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 177) {"acute", 0x000B4}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 318. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 178) {"aelig", 0x000E6}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 319. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 179) {"agrave", 0x000E0}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 320. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 180) {"amp", 0x00026}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 321. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 181) {"aring", 0x000E5}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 322. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 182) {"atilde", 0x000E3}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 323. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 183) {"auml", 0x000E4}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 324. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 184) {"brvbar", 0x000A6}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 325. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 185) {"ccedil", 0x000E7}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 326. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 186) {"cedil", 0x000B8}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 327. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 187) {"cent", 0x000A2}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 328. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 188) {"copy", 0x000A9}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 329. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 189) {"curren", 0x000A4}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 330. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 190) {"deg", 0x000B0}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 331. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 191) {"divide", 0x000F7}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 332. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 192) {"eacute", 0x000E9}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 333. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 193) {"ecirc", 0x000EA}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 334. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 194) {"egrave", 0x000E8}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 335. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 195) {"eth", 0x000F0}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 336. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 196) {"euml", 0x000EB}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 337. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 197) {"frac12", 0x000BD}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 338. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 198) {"frac14", 0x000BC}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 339. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 199) {"frac34", 0x000BE}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 340. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 200) {"gt", 0x0003E}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 341. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 201) {"iacute", 0x000ED}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 342. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 202) {"icirc", 0x000EE}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 343. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 203) {"iexcl", 0x000A1}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 344. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 204) {"igrave", 0x000EC}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 345. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 205) {"iquest", 0x000BF}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 346. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Entities.java (at line 206) {"iuml", 0x000EF}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- ---------- 347. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 21) List childNodes; ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 348. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 35) childNodes = new ArrayList(4); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 349. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 204) public List childNodes() { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 350. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 209) return childNodes.toArray(new Node[childNodes().size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to Node[] ---------- 351. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 262) parentNode.addChildren(siblingIndex(), node); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, Node) ---------- 352. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 287) parentNode.addChildren(siblingIndex()+1, node); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, Node) ---------- 353. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 296) List nodes = Parser.parseFragment(html, context, baseUri()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 354. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 297) parentNode.addChildren(index, nodes.toArray(new Node[nodes.size()])); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, T[]) ---------- 355. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 309) List wrapChildren = Parser.parseFragment(html, context, baseUri()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 356. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 317) deepest.addChildren(this); ^^^^^^^^^^^ The method addChildren(Node[]) in the type Node is not applicable for the arguments (Node) ---------- 357. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 355) List children = el.children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 358. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 384) Integer index = out.siblingIndex(); ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from int to Integer ---------- 359. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 385) childNodes.set(index, in); ^^^ The method set(int, Node) in the type List is not applicable for the arguments (Integer, Node) ---------- 360. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 387) in.setSiblingIndex(index); ^^^^^^^^^^^^^^^ The method setSiblingIndex(int) in the type Node is not applicable for the arguments (Integer) ---------- 361. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 399) protected void addChildren(Node... children) { ^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 362. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 401) for (Node child: children) { ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 363. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 408) protected void addChildren(int index, Node... children) { ^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 364. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 434) public List siblingNodes() { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 365. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 446) List siblings = parentNode.childNodes; ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 366. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 447) Integer index = siblingIndex(); ^^^^^^^^^^^^^^ Type mismatch: cannot convert from int to Integer ---------- 367. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 449) if (siblings.size() > index+1) ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 368. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 450) return siblings.get(index+1); ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 369. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 460) List siblings = parentNode.childNodes; ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 370. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 461) Integer index = siblingIndex(); ^^^^^^^^^^^^^^ Type mismatch: cannot convert from int to Integer ---------- 371. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 463) if (index > 0) ^^^^^^^^^ The operator > is undefined for the argument type(s) Integer, int ---------- 372. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 464) return siblings.get(index-1); ^^^^^^^ The operator - is undefined for the argument type(s) Integer, int ---------- 373. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 518) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 374. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 525) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 375. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 541) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 376. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 542) public Node clone() { ^^^^ The return type is incompatible with Object.clone() ---------- 377. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 558) clone.childNodes = new ArrayList(childNodes.size()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 378. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/Node.java (at line 559) for (Node child: childNodes) ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 379. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 87) parent().addChildren(siblingIndex()+1, tailNode); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, TextNode) ---------- 380. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 140) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 381. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 146) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 382. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 152) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 383. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 158) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 384. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 164) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 385. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/nodes/TextNode.java (at line 170) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 386. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/CharacterReader.java (at line 84) String consumeToAny(char... seq) { ^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 387. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/CharacterReader.java (at line 89) for (char seek : seq) { ^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 388. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/CharacterReader.java (at line 155) boolean matchesAny(char... seq) { ^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 389. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/CharacterReader.java (at line 160) for (char seek : seq) { ^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 390. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/CharacterReader.java (at line 206) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 391. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 11) private TokeniserState tokeniserState; ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 392. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 12) private TreeBuilderState treeBuilderState; ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 393. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 15) ParseError(String errorMsg, char c, TokeniserState tokeniserState, int pos) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 394. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 18) this.tokeniserState = tokeniserState; ^^^^^^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 395. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 22) ParseError(String errorMsg, TokeniserState tokeniserState, int pos) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 396. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 24) this.tokeniserState = tokeniserState; ^^^^^^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 397. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 33) ParseError(String errorMsg, TreeBuilderState treeBuilderState, Token token, int pos) { ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 398. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/ParseError.java (at line 35) this.treeBuilderState = treeBuilderState; ^^^^^^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- ---------- 399. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Parser.java (at line 37) public static List parseFragment(String fragmentHtml, Element context, String baseUri) { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 400. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Parser.java (at line 53) List nodeList = parseFragment(bodyHtml, body, baseUri); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 401. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Parser.java (at line 54) Node[] nodes = nodeList.toArray(new Node[nodeList.size()]); // the node list gets modified when re-parented ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to Node[] ---------- 402. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Parser.java (at line 55) for (Node node : nodes) { ^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 403. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 14) private static final Map tags = new HashMap(); // map of known tags ^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 404. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 14) private static final Map tags = new HashMap(); // map of known tags ^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 405. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 159) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 406. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 178) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 407. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 222) for (String tagName : blockTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 408. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 226) for (String tagName : inlineTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 409. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 235) for (String tagName : emptyTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 410. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 243) for (String tagName : formatAsInlineTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 411. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tag.java (at line 249) for (String tagName : preserveWhitespaceTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 412. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 11) TokenType type; ^^^^^^^^^ TokenType cannot be resolved to a type ---------- 413. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 23) type = TokenType.Doctype; ^^^^ TokenType cannot be resolved to a type ---------- 414. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 23) type = TokenType.Doctype; ^^^^^^^^^ enum cannot be resolved to a type ---------- 415. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 84) @SuppressWarnings({"TypeMayBeWeakened"}) ^^^^^^^^^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 416. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 84) @SuppressWarnings({"TypeMayBeWeakened"}) ^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("TypeMayBeWeakened") ---------- 417. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 118) type = TokenType.StartTag; ^^^^ TokenType cannot be resolved to a type ---------- 418. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 118) type = TokenType.StartTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 419. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 132) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 420. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 141) type = TokenType.EndTag; ^^^^ TokenType cannot be resolved to a type ---------- 421. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 141) type = TokenType.EndTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 422. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 149) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 423. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 159) type = TokenType.Comment; ^^^^ TokenType cannot be resolved to a type ---------- 424. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 159) type = TokenType.Comment; ^^^^^^^^^ enum cannot be resolved to a type ---------- 425. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 166) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 426. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 176) type = TokenType.Character; ^^^^ TokenType cannot be resolved to a type ---------- 427. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 176) type = TokenType.Character; ^^^^^^^^^ enum cannot be resolved to a type ---------- 428. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 184) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 429. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 192) type = Token.TokenType.EOF; ^^^^ TokenType cannot be resolved to a type ---------- 430. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 192) type = Token.TokenType.EOF; ^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Token.TokenType ---------- 431. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 197) return type == TokenType.Doctype; ^^^^ TokenType cannot be resolved to a type ---------- 432. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 197) return type == TokenType.Doctype; ^^^^^^^^^ enum cannot be resolved to a type ---------- 433. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 205) return type == TokenType.StartTag; ^^^^ TokenType cannot be resolved to a type ---------- 434. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 205) return type == TokenType.StartTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 435. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 213) return type == TokenType.EndTag; ^^^^ TokenType cannot be resolved to a type ---------- 436. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 213) return type == TokenType.EndTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 437. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 221) return type == TokenType.Comment; ^^^^ TokenType cannot be resolved to a type ---------- 438. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 221) return type == TokenType.Comment; ^^^^^^^^^ enum cannot be resolved to a type ---------- 439. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 229) return type == TokenType.Character; ^^^^ TokenType cannot be resolved to a type ---------- 440. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 229) return type == TokenType.Character; ^^^^^^^^^ enum cannot be resolved to a type ---------- 441. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 237) return type == TokenType.EOF; ^^^^ TokenType cannot be resolved to a type ---------- 442. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 237) return type == TokenType.EOF; ^^^^^^^^^ enum cannot be resolved to a type ---------- 443. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 240) enum TokenType { ^^^^ 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on ---------- 444. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 240) enum TokenType { ^^^^ enum cannot be resolved to a type ---------- 445. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 240) enum TokenType { ^^^^^^^^^ Syntax error, insert ";" to complete FieldDeclaration ---------- 446. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 241) Doctype, ^ Syntax error on token ",", delete this token ---------- 447. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Token.java (at line 246) EOF ^^^ Syntax error, insert ";" to complete BlockStatements ---------- ---------- 448. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 87) public boolean matchesAny(String... seq) { ^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 449. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 88) for (String s : seq) { ^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 450. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 95) public boolean matchesAny(char... seq) { ^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 451. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 99) for (char c: seq) { ^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 452. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 222) public String consumeToAny(String... seq) { ^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 453. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 268) Character c = consume(); ^^^^^^^^^ Type mismatch: cannot convert from char to Character ---------- 454. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 270) if (c.equals(open)) ^^^^^^ The method equals(Object) in the type Character is not applicable for the arguments (char) ---------- 455. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 272) else if (c.equals(close)) ^^^^^^ The method equals(Object) in the type Character is not applicable for the arguments (char) ---------- 456. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 278) last = c; ^ Type mismatch: cannot convert from Character to char ---------- 457. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 291) for (char c : in.toCharArray()) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 458. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 333) while (!isEmpty() && (matchesWord() || matchesAny(':', '_', '-'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char, char) ---------- 459. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 346) while (!isEmpty() && (matchesWord() || matchesAny('|', '_', '-'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char, char) ---------- 460. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 359) while (!isEmpty() && (matchesWord() || matchesAny('-', '_'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char) ---------- 461. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokenQueue.java (at line 371) while (!isEmpty() && (matchesWord() || matchesAny('-', '_', ':'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char, char) ---------- ---------- 462. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 17) private List errors = new ArrayList(); // errors found while tokenising ^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 463. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 17) private List errors = new ArrayList(); // errors found while tokenising ^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 464. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 19) private TokeniserState state = TokeniserState.Data; // current tokenisation state ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 465. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 19) private TokeniserState state = TokeniserState.Data; // current tokenisation state ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 466. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 42) state.read(this, reader); ^^^^^ TokeniserState cannot be resolved to a type ---------- 467. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 61) if (token.type == Token.TokenType.StartTag) { ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 468. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 61) if (token.type == Token.TokenType.StartTag) { ^^^^^^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Token.TokenType ---------- 469. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 66) } else if (token.type == Token.TokenType.EndTag) { ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 470. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 66) } else if (token.type == Token.TokenType.EndTag) { ^^^^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Token.TokenType ---------- 471. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 83) TokeniserState getState() { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 472. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 84) return state; ^^^^^ TokeniserState cannot be resolved to a type ---------- 473. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 87) void transition(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 474. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 88) this.state = state; ^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 475. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 91) void advanceTransition(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 476. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 93) this.state = state; ^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 477. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 103) if (additionalAllowedCharacter != null && additionalAllowedCharacter == reader.current()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible operand types Character and char ---------- 478. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 105) if (reader.matchesAny('\t', '\n', '\f', '<', '&')) ^^^^^^^^^^ The method matchesAny(char[]) in the type CharacterReader is not applicable for the arguments (char, char, char, char, char) ---------- 479. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 122) charval = Integer.valueOf(numRef, base); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from Integer to int ---------- 480. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 127) return replacementChar; ^^^^^^^^^^^^^^^ Type mismatch: cannot convert from char to Character ---------- 481. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 131) return (char) charval; ^^^^^^^^^^^^^^ Type mismatch: cannot convert from char to Character ---------- 482. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 164) tagPending = start ? new Token.StartTag() : new Token.EndTag(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible conditional operand types StartTag and EndTag ---------- 483. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 209) void error(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 484. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/Tokeniser.java (at line 214) void eofError(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- ---------- 485. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 6) enum TokeniserState { ^^^^ Syntax error on token "enum", interface expected ---------- 486. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 6) enum TokeniserState { ^ Syntax error on token "{", class expected after this token ---------- 487. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 30) }, ^ Syntax error on token ",", class expected ---------- 488. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 41) }, ^ Syntax error on token ",", class expected ---------- 489. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 66) }, ^ Syntax error on token ",", class expected ---------- 490. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 76) }, ^ Syntax error on token ",", class expected ---------- 491. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 97) }, ^ Syntax error on token ",", class expected ---------- 492. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 118) }, ^ Syntax error on token ",", class expected ---------- 493. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 136) }, ^ Syntax error on token ",", class expected ---------- 494. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 162) }, ^ Syntax error on token ",", class expected ---------- 495. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 180) }, ^ Syntax error on token ",", class expected ---------- 496. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 211) }, ^ Syntax error on token ",", class expected ---------- 497. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 230) }, ^ Syntax error on token ",", class expected ---------- 498. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 243) }, ^ Syntax error on token ",", class expected ---------- 499. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 287) }, ^ Syntax error on token ",", class expected ---------- 500. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 298) }, ^ Syntax error on token ",", class expected ---------- 501. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 309) }, ^ Syntax error on token ",", class expected ---------- 502. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 347) }, ^ Syntax error on token ",", class expected ---------- 503. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 365) }, ^ Syntax error on token ",", class expected ---------- 504. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 377) }, ^ Syntax error on token ",", class expected ---------- 505. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 416) }, ^ Syntax error on token ",", class expected ---------- 506. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 426) }, ^ Syntax error on token ",", class expected ---------- 507. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 436) }, ^ Syntax error on token ",", class expected ---------- 508. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 463) }, ^ Syntax error on token ",", class expected ---------- 509. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 491) }, ^ Syntax error on token ",", class expected ---------- 510. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 522) }, ^ Syntax error on token ",", class expected ---------- 511. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 538) }, ^ Syntax error on token ",", class expected ---------- 512. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 551) }, ^ Syntax error on token ",", class expected ---------- 513. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 592) }, ^ Syntax error on token ",", class expected ---------- 514. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 621) }, ^ Syntax error on token ",", class expected ---------- 515. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 648) }, ^ Syntax error on token ",", class expected ---------- 516. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 675) }, ^ Syntax error on token ",", class expected ---------- 517. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 705) }, ^ Syntax error on token ",", class expected ---------- 518. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 716) }, ^ Syntax error on token ",", class expected ---------- 519. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 745) }, ^ Syntax error on token ",", class expected ---------- 520. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 788) }, ^ Syntax error on token ",", class expected ---------- 521. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 829) }, ^ Syntax error on token ",", class expected ---------- 522. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 873) }, ^ Syntax error on token ",", class expected ---------- 523. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 920) }, ^ Syntax error on token ",", class expected ---------- 524. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 950) }, ^ Syntax error on token ",", class expected ---------- 525. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 980) }, ^ Syntax error on token ",", class expected ---------- 526. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1026) }, ^ Syntax error on token ",", class expected ---------- 527. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1056) }, ^ Syntax error on token ",", class expected ---------- 528. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1075) }, ^ Syntax error on token ",", class expected ---------- 529. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1087) }, ^ Syntax error on token ",", class expected ---------- 530. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1105) }, ^ Syntax error on token ",", class expected ---------- 531. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1133) }, ^ Syntax error on token ",", class expected ---------- 532. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1161) }, ^ Syntax error on token ",", class expected ---------- 533. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1182) }, ^ Syntax error on token ",", class expected ---------- 534. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1205) }, ^ Syntax error on token ",", class expected ---------- 535. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1238) }, ^ Syntax error on token ",", class expected ---------- 536. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1266) }, ^ Syntax error on token ",", class expected ---------- 537. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1289) }, ^ Syntax error on token ",", class expected ---------- 538. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1322) }, ^ Syntax error on token ",", class expected ---------- 539. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1356) }, ^ Syntax error on token ",", class expected ---------- 540. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1380) }, ^ Syntax error on token ",", class expected ---------- 541. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1419) }, ^ Syntax error on token ",", class expected ---------- 542. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1455) }, ^ Syntax error on token ",", class expected ---------- 543. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1483) }, ^ Syntax error on token ",", class expected ---------- 544. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1511) }, ^ Syntax error on token ",", class expected ---------- 545. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1548) }, ^ Syntax error on token ",", class expected ---------- 546. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1584) }, ^ Syntax error on token ",", class expected ---------- 547. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1623) }, ^ Syntax error on token ",", class expected ---------- 548. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1659) }, ^ Syntax error on token ",", class expected ---------- 549. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1687) }, ^ Syntax error on token ",", class expected ---------- 550. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1715) }, ^ Syntax error on token ",", class expected ---------- 551. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1741) }, ^ Syntax error on token ",", class expected ---------- 552. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1759) }, ^ Syntax error on token ",", class expected ---------- ---------- 553. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 20) private TreeBuilderState state; // the current state ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 554. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 21) private TreeBuilderState originalState; // original / marked state ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 555. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 23) private DescendableLinkedList stack; // the stack of open elements ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 556. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 30) private DescendableLinkedList formattingElements = new DescendableLinkedList(); // active (open) formatting elements ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 557. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 30) private DescendableLinkedList formattingElements = new DescendableLinkedList(); // active (open) formatting elements ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 558. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 31) private List pendingTableCharacters = new ArrayList(); // chars in table to be shifted out ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 559. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 31) private List pendingTableCharacters = new ArrayList(); // chars in table to be shifted out ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 560. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 38) private List errors = new ArrayList(); ^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 561. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 38) private List errors = new ArrayList(); ^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 562. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 46) stack = new DescendableLinkedList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 563. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 51) state = TreeBuilderState.Initial; ^^^^^ TreeBuilderState cannot be resolved to a type ---------- 564. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 51) state = TreeBuilderState.Initial; ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 565. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 57) List parseFragment(String inputFragment, Element context, String baseUri) { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 566. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 66) doc.quirksMode(context.ownerDocument().quirksMode()); ^^^^^^^^^^ The method quirksMode() from the type Document refers to the missing type QuirksMode ---------- 567. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 70) if (StringUtil.in(contextTag, "title", "textarea")) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String) ---------- 568. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 71) tokeniser.transition(TokeniserState.Rcdata); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 569. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 72) else if (StringUtil.in(contextTag, "iframe", "noembed", "noframes", "style", "xmp")) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String, String, String, String) ---------- 570. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 73) tokeniser.transition(TokeniserState.Rawtext); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 571. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 75) tokeniser.transition(TokeniserState.ScriptData); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 572. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 77) tokeniser.transition(TokeniserState.Data); // if scripting enabled, rawtext ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 573. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 79) tokeniser.transition(TokeniserState.Data); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 574. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 81) tokeniser.transition(TokeniserState.Data); // default ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 575. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 104) if (token.type == Token.TokenType.EOF) ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 576. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 104) if (token.type == Token.TokenType.EOF) ^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Token.TokenType ---------- 577. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 111) return this.state.process(token, this); ^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 578. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 114) boolean process(Token token, TreeBuilderState state) { ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 579. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 119) void transition(TreeBuilderState state) { ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 580. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 120) this.state = state; ^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 581. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 123) TreeBuilderState state() { ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 582. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 124) return state; ^^^^^ TreeBuilderState cannot be resolved to a type ---------- 583. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 128) originalState = state; ^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 584. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 128) originalState = state; ^^^^^ TreeBuilderState cannot be resolved to a type ---------- 585. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 131) TreeBuilderState originalState() { ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 586. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 132) return originalState; ^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 587. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 167) void error(TreeBuilderState state) { ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a type ---------- 588. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 217) if (StringUtil.in(currentElement().tagName(), "script", "style")) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String) ---------- 589. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 236) if (stack.peekLast().nodeName().equals("td") && !state.name().equals("InCell")) ^^^^^ TreeBuilderState cannot be resolved to a type ---------- 590. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 247) DescendableLinkedList getStack() { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 591. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 255) private boolean isElementInQueue(DescendableLinkedList queue, Element element) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 592. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 256) Iterator it = queue.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 593. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 267) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 594. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 278) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 595. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 290) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 596. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 302) void popStackToClose(String... elNames) { ^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 597. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 303) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 598. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 316) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 599. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 328) clearStackToContext("table"); ^^^^^^^^^^^^^^^^^^^ The method clearStackToContext(String[]) in the type TreeBuilder is not applicable for the arguments (String) ---------- 600. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 332) clearStackToContext("tbody", "tfoot", "thead"); ^^^^^^^^^^^^^^^^^^^ The method clearStackToContext(String[]) in the type TreeBuilder is not applicable for the arguments (String, String, String) ---------- 601. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 336) clearStackToContext("tr"); ^^^^^^^^^^^^^^^^^^^ The method clearStackToContext(String[]) in the type TreeBuilder is not applicable for the arguments (String) ---------- 602. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 339) private void clearStackToContext(String... nodeNames) { ^^^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 603. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 340) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 604. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 351) assert onStack(el); ^^^^^^ 'assert' should not be used as an identifier, since it is a reserved keyword from source level 1.4 on ---------- 605. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 351) assert onStack(el); ^^^^^^ Syntax error on token "assert", do expected ---------- 606. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 351) assert onStack(el); Iterator it = stack.descendingIterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on token(s), misplaced construct(s) ---------- 607. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 351) assert onStack(el); ^ Syntax error on token ";", [ expected ---------- 608. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 372) private void replaceInQueue(LinkedList queue, Element out, Element in) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 609. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 381) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 610. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 390) transition(TreeBuilderState.InSelect); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 611. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 393) transition(TreeBuilderState.InCell); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 612. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 396) transition(TreeBuilderState.InRow); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 613. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 399) transition(TreeBuilderState.InTableBody); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 614. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 402) transition(TreeBuilderState.InCaption); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 615. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 405) transition(TreeBuilderState.InColumnGroup); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 616. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 408) transition(TreeBuilderState.InTable); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 617. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 411) transition(TreeBuilderState.InBody); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 618. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 414) transition(TreeBuilderState.InBody); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 619. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 417) transition(TreeBuilderState.InFrameset); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 620. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 420) transition(TreeBuilderState.BeforeHead); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 621. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 423) transition(TreeBuilderState.InBody); ^^^^^^^^^^^^^^^^ TreeBuilderState cannot be resolved to a variable ---------- 622. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 435) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 623. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 477) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 624. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 483) if (!StringUtil.in(elName, "optgroup", "option")) // all elements except ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String) ---------- 625. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 515) pendingTableCharacters = new ArrayList(); ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 626. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 518) List getPendingTableCharacters() { ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 627. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 522) void setPendingTableCharacters(List pendingTableCharacters) { ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 628. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 537) StringUtil.in(currentElement().nodeName(), "dd", "dt", "li", "option", "optgroup", "p", "rp", "rt")) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String, String, String, String, String, String, String) ---------- 629. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 549) return StringUtil.in(name, "address", "applet", "area", "article", "aside", "base", "basefont", "bgsound", ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) ---------- 630. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 562) Iterator iter = formattingElements.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 631. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 635) Iterator it = formattingElements.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 632. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 650) Iterator it = formattingElements.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 633. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 691) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 634. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 695) ", state=" + state + ^^^^^ TreeBuilderState cannot be resolved to a type ---------- ---------- 635. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 13) enum TreeBuilderState { ^^^^ Syntax error on token "enum", interface expected ---------- 636. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 13) enum TreeBuilderState { ^ Syntax error on token "{", class expected after this token ---------- 637. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 36) }, ^ Syntax error on token ",", class expected ---------- 638. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 65) }, ^ Syntax error on token ",", class expected ---------- 639. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 93) }, ^ Syntax error on token ",", class expected ---------- 640. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 164) }, ^ Syntax error on token ",", class expected ---------- 641. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 193) }, ^ Syntax error on token ",", class expected ---------- 642. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 244) }, ^ Syntax error on token ",", class expected ---------- 643. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 287) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 644. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 301) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 645. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 353) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 646. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 369) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 647. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 666) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 648. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 765) DescendableLinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 649. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 766) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 650. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 784) }, ^ Syntax error on token ",", class expected ---------- 651. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 803) }, ^ Syntax error on token ",", class expected ---------- 652. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 901) }, ^ Syntax error on token ",", class expected ---------- 653. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 937) }, ^ Syntax error on token ",", class expected ---------- 654. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 972) }, ^ Syntax error on token ",", class expected ---------- 655. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1027) }, ^ Syntax error on token ",", class expected ---------- 656. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1087) }, ^ Syntax error on token ",", class expected ---------- 657. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1148) }, ^ Syntax error on token ",", class expected ---------- 658. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1205) }, ^ Syntax error on token ",", class expected ---------- 659. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1293) }, ^ Syntax error on token ",", class expected ---------- 660. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1311) }, ^ Syntax error on token ",", class expected ---------- 661. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1339) }, ^ Syntax error on token ",", class expected ---------- 662. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1385) }, ^ Syntax error on token ",", class expected ---------- 663. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1409) }, ^ Syntax error on token ",", class expected ---------- 664. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1425) }, ^ Syntax error on token ",", class expected ---------- 665. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/parser/TreeBuilderState.java (at line 1443) }, ^ Syntax error on token ",", class expected ---------- ---------- 666. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Cleaner.java (at line 73) List sourceChildren = source.childNodes(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 667. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Cleaner.java (at line 76) for (Node sourceChild : sourceChildren) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 668. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Cleaner.java (at line 107) for (Attribute sourceAttr : sourceAttrs) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 669. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 51) private Set tagNames; // tags allowed, lower case. e.g. [p, br, span] ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 670. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 52) private Map> attributes; // tag -> attribute[]. allowed attributes [href] for a tag. ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 671. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 53) private Map> enforcedAttributes; // always set these attribute values ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 672. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 54) private Map>> protocols; // allowed URL protocols for attributes ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 673. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 73) .addTags("b", "em", "i", "strong", "u") ^^^^^^^ The method addTags(String[]) in the type Whitelist is not applicable for the arguments (String, String, String, String, String) ---------- 674. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 90) .addTags( ^^^^^^^ The method addTags(String[]) in the type Whitelist is not applicable for the arguments (String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) ---------- 675. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 116) .addTags("img") ^^^^^^^ The method addTags(String[]) in the type Whitelist is not applicable for the arguments (String) ---------- 676. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 133) .addTags( ^^^^^^^ The method addTags(String[]) in the type Whitelist is not applicable for the arguments (String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) ---------- 677. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 170) tagNames = new HashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 678. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 171) attributes = new HashMap>(); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 679. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 172) enforcedAttributes = new HashMap>(); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 680. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 173) protocols = new HashMap>>(); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 681. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 182) public Whitelist addTags(String... tags) { ^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 682. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 185) for (String tagName : tags) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 683. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 202) public Whitelist addAttributes(String tag, String... keys) { ^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 684. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 207) Set attributeSet = new HashSet(); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 685. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 207) Set attributeSet = new HashSet(); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 686. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 208) for (String key : keys) { ^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 687. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 213) Set currentSet = attributes.get(tagName); ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 688. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 245) Map attrMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 689. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 245) Map attrMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 690. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 263) public Whitelist addProtocols(String tag, String key, String... protocols) { ^^^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 691. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 270) Map> attrMap; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 692. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 271) Set protSet; ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 693. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 276) attrMap = new HashMap>(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 694. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 282) protSet = new HashSet(); ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 695. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 285) for (String protocol : protocols) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 696. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 304) Map> attrProts = protocols.get(tag); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 697. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 317) private boolean testValidProtocol(Element el, Attribute attr, Set protocols) { ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 698. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 323) for (Protocol protocol : protocols) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 699. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 336) Map keyVals = enforcedAttributes.get(tag); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 700. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 337) for (Map.Entry entry : keyVals.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 701. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 337) for (Map.Entry entry : keyVals.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 702. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 337) for (Map.Entry entry : keyVals.entrySet()) { ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 703. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 394) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 704. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 402) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 705. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/safety/Whitelist.java (at line 414) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 706. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 15) final List evaluators; ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 707. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 19) evaluators = new ArrayList(); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 708. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 22) CombiningEvaluator(Collection evaluators) { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 709. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 28) And(Collection evaluators) { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 710. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 32) And(Evaluator... evaluators) { ^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 711. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 36) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 712. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 38) for (Evaluator s : evaluators) { ^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 713. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 45) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 714. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 56) Or(Collection evaluators) { ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 715. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 68) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 716. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 70) for (Evaluator s : evaluators) { ^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 717. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 77) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 718. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 79) return String.format(":or%s", evaluators); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, List) ---------- ---------- 719. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 15) public class Elements implements List, Cloneable { ^^^^^^^^ The type Elements must implement the inherited abstract method List.addAll(int, Collection) ---------- 720. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 15) public class Elements implements List, Cloneable { ^^^^^^^^ The type Elements must implement the inherited abstract method List.addAll(Collection) ---------- 721. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 15) public class Elements implements List, Cloneable { ^^^^^^^^ The type Elements must implement the inherited abstract method List.retainAll(Collection) ---------- 722. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 15) public class Elements implements List, Cloneable { ^^^^^^^^ The type Elements must implement the inherited abstract method List.containsAll(Collection) ---------- 723. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 15) public class Elements implements List, Cloneable { ^^^^^^^^ The type Elements must implement the inherited abstract method List.removeAll(Collection) ---------- 724. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 15) public class Elements implements List, Cloneable { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 725. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 16) private List contents; ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 726. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 19) contents = new ArrayList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 727. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 22) public Elements(Collection elements) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 728. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 23) contents = new ArrayList(elements); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 729. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 26) public Elements(List elements) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 730. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 30) public Elements(Element... elements) { ^^^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 731. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 34) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 732. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 35) public Elements clone() { ^^^^^^^^ The return type is incompatible with Object.clone() ---------- 733. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 36) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 734. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 36) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 735. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 38) for(Element e : contents) ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 736. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 54) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 737. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 67) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 738. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 81) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 739. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 93) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 740. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 105) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 741. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 117) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 742. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 129) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 743. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 141) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 744. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 166) for (Element element : contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 745. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 181) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 746. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 190) for (Element element: contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 747. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 205) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 748. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 221) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 749. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 247) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 750. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 260) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 751. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 273) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 752. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 286) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 753. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 299) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 754. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 312) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 755. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 329) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 756. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 349) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 757. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 367) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 758. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 386) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 759. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 426) return contents.size() > index ? new Elements(get(index)) : new Elements(); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Elements(Element) is undefined ---------- 760. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 444) HashSet combo = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 761. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 444) HashSet combo = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 762. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 445) for (Element e: contents) { ^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 763. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 475) public Iterator iterator() {return contents.iterator();} ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 764. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 479) public T[] toArray(T[] a) {return contents.toArray(a);} ^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 765. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 479) public T[] toArray(T[] a) {return contents.toArray(a);} ^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to T[] ---------- 766. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 485) public boolean containsAll(Collection c) {return contents.containsAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method containsAll(Collection) of type Elements has the same erasure as containsAll(Collection) of type List but does not override it ---------- 767. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 485) public boolean containsAll(Collection c) {return contents.containsAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method containsAll(Collection) of type Elements has the same erasure as containsAll(Collection) of type Collection but does not override it ---------- 768. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 485) public boolean containsAll(Collection c) {return contents.containsAll(c);} ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 769. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 487) public boolean addAll(Collection c) {return contents.addAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method addAll(Collection) of type Elements has the same erasure as addAll(Collection) of type List but does not override it ---------- 770. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 487) public boolean addAll(Collection c) {return contents.addAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method addAll(Collection) of type Elements has the same erasure as addAll(Collection) of type Collection but does not override it ---------- 771. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 487) public boolean addAll(Collection c) {return contents.addAll(c);} ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 772. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 489) public boolean addAll(int index, Collection c) {return contents.addAll(index, c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method addAll(int, Collection) of type Elements has the same erasure as addAll(int, Collection) of type List but does not override it ---------- 773. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 489) public boolean addAll(int index, Collection c) {return contents.addAll(index, c);} ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 774. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 491) public boolean removeAll(Collection c) {return contents.removeAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method removeAll(Collection) of type Elements has the same erasure as removeAll(Collection) of type List but does not override it ---------- 775. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 491) public boolean removeAll(Collection c) {return contents.removeAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method removeAll(Collection) of type Elements has the same erasure as removeAll(Collection) of type Collection but does not override it ---------- 776. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 491) public boolean removeAll(Collection c) {return contents.removeAll(c);} ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 777. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 493) public boolean retainAll(Collection c) {return contents.retainAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method retainAll(Collection) of type Elements has the same erasure as retainAll(Collection) of type List but does not override it ---------- 778. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 493) public boolean retainAll(Collection c) {return contents.retainAll(c);} ^^^^^^^^^^^^^^^^^^^^^^^^^^ Name clash: The method retainAll(Collection) of type Elements has the same erasure as retainAll(Collection) of type Collection but does not override it ---------- 779. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 493) public boolean retainAll(Collection c) {return contents.retainAll(c);} ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 780. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 513) public ListIterator listIterator() {return contents.listIterator();} ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 781. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 515) public ListIterator listIterator(int index) {return contents.listIterator(index);} ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 782. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Elements.java (at line 517) public List subList(int fromIndex, int toIndex) {return contents.subList(fromIndex, toIndex);} ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- ---------- 783. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 36) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 784. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 41) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 785. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 43) return String.format("%s", tagName); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 786. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 57) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 787. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 62) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 788. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 64) return String.format("#%s", id); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 789. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 79) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 790. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 84) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 791. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 86) return String.format(".%s", className); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 792. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 101) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 793. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 106) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 794. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 108) return String.format("[%s]", key); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 795. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 123) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 796. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 125) List values = element.attributes().asList(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 797. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 126) for (org.jsoup.nodes.Attribute attribute : values) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 798. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 133) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 799. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 135) return String.format("[^%s]", keyPrefix); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 800. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 148) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 801. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 153) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 802. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 155) return String.format("[%s=%s]", key, value); ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 803. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 168) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 804. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 173) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 805. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 175) return String.format("[%s!=%s]", key, value); ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 806. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 188) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 807. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 193) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 808. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 195) return String.format("[%s^=%s]", key, value); ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 809. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 208) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 810. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 213) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 811. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 215) return String.format("[%s$=%s]", key, value); ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 812. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 228) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 813. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 233) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 814. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 235) return String.format("[%s*=%s]", key, value); ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 815. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 252) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 816. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 257) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 817. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 259) return String.format("[%s~=%s]", key, pattern.toString()); ^^^^^^ The method format(Locale, String, Object[]) in the type String is not applicable for the arguments (String, String, String) ---------- 818. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 285) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 819. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 290) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 820. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 304) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 821. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 306) return element.elementSiblingIndex() < index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The operator < is undefined for the argument type(s) Integer, int ---------- 822. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 309) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 823. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 311) return String.format(":lt(%d)", index); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, int) ---------- 824. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 324) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 825. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 326) return element.elementSiblingIndex() > index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The operator > is undefined for the argument type(s) Integer, int ---------- 826. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 329) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 827. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 331) return String.format(":gt(%d)", index); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, int) ---------- 828. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 344) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 829. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 346) return element.elementSiblingIndex() == index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible operand types Integer and int ---------- 830. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 349) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 831. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 351) return String.format(":eq(%d)", index); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, int) ---------- 832. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 379) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 833. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 384) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 834. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 386) return String.format(":contains(%s", searchText); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 835. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 400) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 836. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 405) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 837. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 407) return String.format(":containsOwn(%s", searchText); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 838. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 421) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 839. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 427) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 840. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 429) return String.format(":matches(%s", pattern); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Pattern) ---------- 841. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 443) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 842. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 449) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 843. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Evaluator.java (at line 451) return String.format(":matchesOwn(%s", pattern); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Pattern) ---------- ---------- 844. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 19) private List evals = new ArrayList(); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 845. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 19) private List evals = new ArrayList(); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 846. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 94) evals.add(new CombiningEvaluator.And(f, new StructuralEvaluator.ImmediateParent(e))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.ImmediateParent) is undefined ---------- 847. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 96) evals.add(new CombiningEvaluator.And(f, new StructuralEvaluator.Parent(e))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.Parent) is undefined ---------- 848. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 98) evals.add(new CombiningEvaluator.And(f, new StructuralEvaluator.ImmediatePreviousSibling(e))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.ImmediatePreviousSibling) is undefined ---------- 849. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 100) evals.add(new CombiningEvaluator.And(f, new StructuralEvaluator.PreviousSibling(e))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.PreviousSibling) is undefined ---------- 850. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 102) throw new Selector.SelectorParseException("Unknown combinator: " + combinator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Selector.SelectorParseException(String) is undefined ---------- 851. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 150) throw new Selector.SelectorParseException("Could not parse query '%s': unexpected token at '%s'", query, tq.remainder()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Selector.SelectorParseException(String, String, String) is undefined ---------- 852. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 179) String key = cq.consumeToAny("=", "!=", "^=", "$=", "*=", "~="); // eq, not, start, end, contain, match, (no val) ^^^^^^^^^^^^ The method consumeToAny(String[]) in the type TokenQueue is not applicable for the arguments (String, String, String, String, String, String) ---------- 853. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/QueryParser.java (at line 207) throw new Selector.SelectorParseException("Could not parse attribute query '%s': unexpected token at '%s'", query, cq.remainder()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Selector.SelectorParseException(String, String, String) is undefined ---------- ---------- 854. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 89) public static Elements select(String query, Iterable roots) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 855. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 92) LinkedHashSet elements = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 856. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 92) LinkedHashSet elements = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 857. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 94) for (Element root : roots) { ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 858. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 105) static Elements filterOut(Collection elements, Collection outs) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 859. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 105) static Elements filterOut(Collection elements, Collection outs) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 860. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 107) for (Element el : elements) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 861. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 109) for (Element out : outs) { ^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 862. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/Selector.java (at line 122) public SelectorParseException(String msg, Object... params) { ^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- ---------- 863. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 23) for (Element e : element.getAllElements()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 864. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 31) return String.format(":has(%s)", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 865. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 45) return String.format(":not%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 866. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 68) return String.format(":parent%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 867. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 107) return String.format(":prev*%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 868. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.6.1/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 125) return String.format(":prev%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 868 problems (862 errors, 6 warnings)[103 .class files generated]