# 1/14/14 3:23:29 PM 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.7.2/source-bundle/org/jsoup/Connection.java (at line 26) 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.7.2/source-bundle/org/jsoup/Connection.java (at line 26) public enum Method { ^^^^ enum cannot be resolved to a type ---------- 3. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/Connection.java (at line 26) public enum Method { ^^^^^^ Syntax error, insert ";" to complete FieldDeclaration ---------- 4. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/Connection.java (at line 26) 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.7.2/source-bundle/org/jsoup/Connection.java (at line 27) GET, POST ^^^^ Syntax error, insert ";" to complete BlockStatements ---------- 6. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/Connection.java (at line 87) 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.7.2/source-bundle/org/jsoup/Connection.java (at line 122) 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.7.2/source-bundle/org/jsoup/Connection.java (at line 131) 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.7.2/source-bundle/org/jsoup/Connection.java (at line 155) public Connection cookies(Map cookies); ^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/Connection.java (at line 228) interface Base { ^^^^^^^^^^^^^^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 11. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/Connection.java (at line 247) public Method method(); ^^^^^^ Method cannot be resolved to a type ---------- 12. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/Connection.java (at line 254) public T method(Method method); ^^^^^^ Method cannot be resolved to a type ---------- 13. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/Connection.java (at line 293) public Map headers(); ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/Connection.java (at line 331) public Map cookies(); ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/Connection.java (at line 338) public interface Request extends Base { ^^^^^^^ 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.7.2/source-bundle/org/jsoup/Connection.java (at line 416) public Collection data(); ^^^^^^ 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.7.2/source-bundle/org/jsoup/Connection.java (at line 435) public interface Response extends Base { ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- ---------- 18. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/HttpStatusException.java (at line 26) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 19. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/UnsupportedMimeTypeException.java (at line 26) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/examples/HtmlToPlainText.java (at line 25) public static void main(String... args) throws IOException { ^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 21. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/examples/HtmlToPlainText.java (at line 70) else if (StringUtil.in(name, "p", "h1", "h2", "h3", "h4", "h5")) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String, String, String, String, String) ---------- 22. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/examples/HtmlToPlainText.java (at line 73) append(String.format(" <%s>", node.absUrl("href"))); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 23. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/examples/HtmlToPlainText.java (at line 81) (accum.length() == 0 || StringUtil.in(accum.substring(accum.length() - 1), " ", "\n"))) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String) ---------- ---------- 24. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 25. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 26. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 27. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 28. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 29. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 30. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 31. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 32. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 33. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 34. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 35. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- ---------- 36. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 37. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 38. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 39. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 40. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 41. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/DescendableLinkedList.java (at line 51) private class DescendingIterator implements Iterator { ^ The type parameter E is hiding the type E ---------- 42. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 43. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 44. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 45. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- ---------- 46. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 24) public class HttpConnection implements Connection { ^^^^^^^^^^^^^^ The type HttpConnection must implement the inherited abstract method Connection.method(Method) ---------- 47. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 87) public Connection method(Method method) { ^^^^^^ Method cannot be resolved to a type ---------- 48. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 107) public Connection data(Map data) { ^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 109) for (Map.Entry entry : data.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 109) for (Map.Entry entry : data.entrySet()) { ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 109) for (Map.Entry entry : data.entrySet()) { ^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 52. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 115) public Connection data(String... keyvals) { ^^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 138) public Connection cookies(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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 140) for (Map.Entry entry : cookies.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 140) for (Map.Entry entry : cookies.entrySet()) { ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 140) for (Map.Entry entry : cookies.entrySet()) { ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 57. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 152) req.method(Method.GET); ^^^^^^ enum cannot be resolved to a type ---------- 58. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 158) req.method(Method.POST); ^^^^^^ enum cannot be resolved to a type ---------- 59. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 186) @SuppressWarnings({"unchecked"}) ^^^^^^^^^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 60. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 187) private static abstract class Base implements Connection.Base { ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, type parameters 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 187) private static abstract class Base implements Connection.Base { ^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 189) Method method; ^^^^^^ Method cannot be resolved to a type ---------- 63. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 190) Map headers; ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 191) Map cookies; ^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 194) headers = new LinkedHashMap(); ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 195) cookies = new LinkedHashMap(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 67. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 208) public Method method() { ^^^^^^ Method cannot be resolved to a type ---------- 68. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 209) return method; ^^^^^^ Method cannot be resolved to a type ---------- 69. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 212) public T method(Method method) { ^^^^^^ Method cannot be resolved to a type ---------- 70. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 214) this.method = method; ^^^^^^^^^^^ Method cannot be resolved to a type ---------- 71. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 238) 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 ---------- 72. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 244) public Map headers() { ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 255) Map.Entry entry = scanHeaders(name); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 74. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 262) private Map.Entry scanHeaders(String name) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 75. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 264) for (Map.Entry entry : headers.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 76. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 264) for (Map.Entry entry : headers.entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 77. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 264) for (Map.Entry entry : headers.entrySet()) { ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 78. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 294) public Map cookies() { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 79. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 299) public static class Request extends Base implements Connection.Request { ^^^^^^^ The return types are incompatible for the inherited methods Connection.Base.method(), HttpConnection.Base.method() ---------- 80. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 299) public static class Request extends Base implements Connection.Request { ^^^^^^^ The type HttpConnection.Request must implement the inherited abstract method Connection.Base.method(Method) ---------- 81. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 299) public static class Request extends Base implements Connection.Request { ^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 82. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 303) private Collection data; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 83. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 312) data = new ArrayList(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 84. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 313) method = Connection.Method.GET; ^^^^^^ Method cannot be resolved to a type ---------- 85. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 313) method = Connection.Method.GET; ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 86. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 322) public Request timeout(int millis) { ^^^^^^^ The return type is incompatible with Connection.Request.timeout(int) ---------- 87. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 365) public Request data(Connection.KeyVal keyval) { ^^^^^^^ The return type is incompatible with Connection.Request.data(Connection.KeyVal) ---------- 88. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 371) public Collection data() { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 89. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 375) public Request parser(Parser parser) { ^^^^^^^ The return type is incompatible with Connection.Request.parser(Parser) ---------- 90. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 385) public static class Response extends Base implements Connection.Response { ^^^^^^^^ The return types are incompatible for the inherited methods Connection.Base.method(), HttpConnection.Base.method() ---------- 91. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 385) public static class Response extends Base implements Connection.Response { ^^^^^^^^ The type HttpConnection.Response must implement the inherited abstract method Connection.Base.method(Method) ---------- 92. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 385) public static class Response extends Base implements Connection.Response { ^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 93. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 405) 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) ---------- 94. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 420) if (req.method() == Connection.Method.GET && req.data().size() > 0) ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 95. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 420) if (req.method() == Connection.Method.GET && req.data().size() > 0) ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 96. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 426) if (req.method() == Connection.Method.POST) ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 97. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 426) if (req.method() == Connection.Method.POST) ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 98. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 440) req.method(Method.GET); // always redirect with a get. any data param from original req are dropped. ^^^^^^ enum cannot be resolved to a type ---------- 99. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 443) 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 ---------- 100. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 443) 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 ---------- 101. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 443) 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 ---------- 102. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 524) conn.setRequestMethod(req.method().name()); ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 103. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 528) if (req.method() == Method.POST) ^^^^^^ The method method() from the type Connection.Base refers to the missing type Method ---------- 104. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 528) if (req.method() == Method.POST) ^^^^^^ enum cannot be resolved to a type ---------- 105. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 532) for (Map.Entry header : req.headers().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 106. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 532) for (Map.Entry header : req.headers().entrySet()) { ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 532) for (Map.Entry header : req.headers().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 108. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 540) method = Connection.Method.valueOf(conn.getRequestMethod()); ^^^^^^ Method cannot be resolved to a type ---------- 109. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 540) method = Connection.Method.valueOf(conn.getRequestMethod()); ^^^^^^^^^^^^^^^^^ enum cannot be resolved to a type ---------- 110. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 546) Map> resHeaders = conn.getHeaderFields(); ^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 551) for (Map.Entry prevCookie : previousResponse.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 551) for (Map.Entry prevCookie : previousResponse.cookies().entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 113. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 551) for (Map.Entry prevCookie : previousResponse.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 114. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 558) void processResponseHeaders(Map> resHeaders) { ^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 115. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 559) for (Map.Entry> entry : resHeaders.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 116. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 559) for (Map.Entry> entry : resHeaders.entrySet()) { ^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 559) for (Map.Entry> entry : resHeaders.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry> ---------- 118. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 564) List values = entry.getValue(); ^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 566) for (String value : values) { ^^^^^^^^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 586) 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 ---------- 121. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 589) for (Connection.KeyVal keyVal : data) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 605) for (Map.Entry cookie : req.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 605) for (Map.Entry cookie : req.cookies().entrySet()) { ^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 605) for (Map.Entry cookie : req.cookies().entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 125. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 632) for (Connection.KeyVal keyVal : req.data()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 662) public KeyVal key(String key) { ^^^^^^ The return type is incompatible with Connection.KeyVal.key(String) ---------- 127. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 672) public KeyVal value(String value) { ^^^^^^ The return type is incompatible with Connection.KeyVal.value(String) ---------- 128. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/helper/HttpConnection.java (at line 682) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/helper/StringUtil.java (at line 134) public static boolean in(String needle, String... haystack) { ^^^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/helper/StringUtil.java (at line 135) for (String hay : haystack) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/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 ---------- ---------- 132. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 133. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 134. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 135. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 136. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Attribute.java (at line 124) public Attribute clone() { ^^^^^^^^^ The return type is incompatible with Object.clone() ---------- ---------- 137. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 138. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 139. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 140. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 141. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 142. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 143. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 144. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 145. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 146. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 147. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 148. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 149. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 150. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 151. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 152. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 153. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 154. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 155. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Attributes.java (at line 175) public Attributes clone() { ^^^^^^^^^^ The return type is incompatible with Object.clone() ---------- 156. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 157. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 158. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 159. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 160. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 161. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 162. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 163. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 164. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 165. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 166. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- ---------- 167. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 19) private QuirksMode quirksMode = QuirksMode.noQuirks; ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 168. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 19) private QuirksMode quirksMode = QuirksMode.noQuirks; ^^^^^^^^^^ Cannot reference a field before it is defined ---------- 169. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 19) private QuirksMode quirksMode = QuirksMode.noQuirks; ^^^^^^^^^^ enum cannot be resolved to a type ---------- 170. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 125) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 171. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 125) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 172. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 126) for (Node node: element.childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 173. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 147) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 174. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 147) List toMove = new ArrayList(); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 175. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 150) for (Node node : dupe.childNodes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 176. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 155) for (Node dupe : toMove) ^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 177. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 169) for (Node child: node.childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 178) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 179. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 188) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 180. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 194) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 181. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 199) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 182. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 200) public Document clone() { ^^^^^^^^ The return type is incompatible with Element.clone() ---------- 183. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 210) private Entities.EscapeMode escapeMode = Entities.EscapeMode.base; ^^^^^^^^^^^^^^^^^^^ Entities.EscapeMode cannot be resolved to a type ---------- 184. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 210) private Entities.EscapeMode escapeMode = Entities.EscapeMode.base; ^^^^^^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Entities.EscapeMode ---------- 185. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 227) public Entities.EscapeMode escapeMode() { ^^^^^^^^^^^^^^^^^^^ Entities.EscapeMode cannot be resolved to a type ---------- 186. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 228) return escapeMode; ^^^^^^^^^^ escapeMode cannot be resolved to a variable ---------- 187. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 236) public OutputSettings escapeMode(Entities.EscapeMode escapeMode) { ^^^^^^^^^^^^^^^^^^^ Entities.EscapeMode cannot be resolved to a type ---------- 188. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 237) this.escapeMode = escapeMode; ^^^^^^^^^^ escapeMode cannot be resolved or is not a field ---------- 189. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 336) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 190. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 337) public OutputSettings clone() { ^^^^^^^^^^^^^^ The return type is incompatible with Object.clone() ---------- 191. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 345) clone.escapeMode = Entities.EscapeMode.valueOf(escapeMode.name()); ^^^^^^^^^^ escapeMode cannot be resolved or is not a field ---------- 192. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 345) clone.escapeMode = Entities.EscapeMode.valueOf(escapeMode.name()); ^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Entities.EscapeMode ---------- 193. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 345) clone.escapeMode = Entities.EscapeMode.valueOf(escapeMode.name()); ^^^^^^^^^^ escapeMode cannot be resolved ---------- 194. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 370) public enum QuirksMode { ^^^^ 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on ---------- 195. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 370) public enum QuirksMode { ^^^^ enum cannot be resolved to a type ---------- 196. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 370) public enum QuirksMode { ^^^^^^^^^^ Syntax error, insert ";" to complete FieldDeclaration ---------- 197. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 371) noQuirks, quirks, limitedQuirks; ^ Syntax error on token ",", delete this token ---------- 198. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 374) public QuirksMode quirksMode() { ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 199. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 375) return quirksMode; ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 200. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 378) public Document quirksMode(QuirksMode quirksMode) { ^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- 201. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Document.java (at line 379) this.quirksMode = quirksMode; ^^^^^^^^^^^^^^^ QuirksMode cannot be resolved to a type ---------- ---------- 202. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 203. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 204. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- ---------- 205. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 23) private Set classNames; ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 206. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 53) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 115) public Element attr(String attributeKey, String attributeValue) { ^^^^^^^ The return type is incompatible with Node.attr(String, String) ---------- 208. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 133) public Map dataset() { ^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 137) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 210. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 138) public final Element parent() { ^^^^^^^ The return type is incompatible with Node.parent() ---------- 211. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 184) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 212. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 184) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 185) for (Node node : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 214. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 208) public List textNodes() { ^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 209) List textNodes = new ArrayList(); ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 216. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 209) List textNodes = new ArrayList(); ^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 210) for (Node node : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 218. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 225) public List dataNodes() { ^^^^^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 226) List dataNodes = new ArrayList(); ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 220. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 226) List dataNodes = new ArrayList(); ^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 221. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 227) for (Node node : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 264) addChildren(child); ^^^^^^^^^^^ The method addChildren(Node[]) in the type Node is not applicable for the arguments (Node) ---------- 223. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 277) addChildren(0, child); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, Node) ---------- 224. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 291) public Element insertChildren(int index, Collection 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 297) ArrayList nodes = new ArrayList(children); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 226. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 297) ArrayList nodes = new ArrayList(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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 298) Node[] nodeArray = nodes.toArray(new Node[nodes.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to Node[] ---------- 228. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 362) List nodes = Parser.parseFragment(html, this, baseUri()); ^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 363) addChildren(nodes.toArray(new Node[nodes.size()])); ^^^^^^^^^^^ The method addChildren(Node[]) in the type Node is not applicable for the arguments (T[]) ---------- 230. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 376) List nodes = Parser.parseFragment(html, this, baseUri()); ^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 377) 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[]) ---------- 232. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 388) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 389) public Element before(String html) { ^^^^^^^ The return type is incompatible with Node.before(String) ---------- 234. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 399) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 400) public Element before(Node node) { ^^^^^^^ The return type is incompatible with Node.before(Node) ---------- 236. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 411) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 412) public Element after(String html) { ^^^^^^^ The return type is incompatible with Node.after(String) ---------- 238. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 422) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 423) public Element after(Node node) { ^^^^^^^ The return type is incompatible with Node.after(Node) ---------- 240. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 442) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 443) public Element wrap(String html) { ^^^^^^^ The return type is incompatible with Node.wrap(String) ---------- 242. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 456) List elements = parent().children(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 458) for (Element el: elements) ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 474) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 477) if (siblings.size() > index+1) ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 246. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 478) return siblings.get(index+1); ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 247. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 490) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 248. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 493) if (index > 0) ^^^^^^^^^ The operator > is undefined for the argument type(s) Integer, int ---------- 249. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 494) return siblings.get(index-1); ^^^^^^^ The operator - is undefined for the argument type(s) Integer, int ---------- 250. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 505) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 251. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 515) if (parent() == null) return 0; ^ Type mismatch: cannot convert from int to Integer ---------- 252. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 524) List siblings = parent().children(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 253. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 528) private static Integer indexInList(Element search, List elements) { ^^^^^^^^^^^^^^^^^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 254. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 528) private static Integer indexInList(Element search, List elements) { ^ 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 535) return i; ^ Type mismatch: cannot convert from int to Integer ---------- 256. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 857) for (Node child : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 913) for (Node child: childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 258. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 936) for (Node childNode : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 964) public Set classNames() { ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 260. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 967) classNames = new LinkedHashSet(Arrays.asList(names)); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 261. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 977) public Element classNames(Set classNames) { ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 262. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 989) Set classNames = classNames(); ^^^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 990) for (String name : classNames) { ^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 264. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1005) Set classes = classNames(); ^^^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1020) Set classes = classNames(); ^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 266. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1035) Set classes = classNames(); ^^^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1107) for (Node node : childNodes) ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 268. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1127) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1132) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 270. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1140) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 271. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Element.java (at line 1141) public Element clone() { ^^^^^^^ The return type is incompatible with Node.clone() ---------- ---------- 272. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 18) public enum EscapeMode { ^^^^ 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on ---------- 273. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 18) public enum EscapeMode { ^^^^ enum cannot be resolved to a type ---------- 274. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 20) xhtml(xhtmlByVal), ^ Syntax error on token ")", delete this token ---------- 275. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 20) xhtml(xhtmlByVal), ^ Syntax error on token ")", delete this token ---------- 276. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 24) extended(fullByVal); ^^^^^^^^^^ Syntax error on token(s), misplaced construct(s) ---------- 277. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 24) extended(fullByVal); ^ Syntax error, insert ")" to complete Expression ---------- 278. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 24) extended(fullByVal); ^ Syntax error, insert "}" to complete Block ---------- 279. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 26) private Map map; ^^^^^^^ Syntax error on token "private", = expected ---------- 280. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 26) private Map map; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 281. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 26) private Map map; EscapeMode(Map map) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 282. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 28) EscapeMode(Map map) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Return type for the method is missing ---------- 283. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 28) EscapeMode(Map map) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 284. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 28) EscapeMode(Map map) { this.map = map; } public Map getMap() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 285. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 32) public Map getMap() { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 286. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 32) public Map getMap() { ^ Syntax error on token ">", ; expected ---------- 287. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 37) private static final Map full; private static final Map xhtmlByVal; private static final Map base; 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 ---------- 288. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 37) private static final Map full; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 289. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 37) private static final Map full; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 290. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 38) private static final Map xhtmlByVal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 291. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 38) private static final Map xhtmlByVal; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 292. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 39) private static final Map base; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 293. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 39) private static final Map base; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 294. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 40) private static final Map baseByVal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 295. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 40) private static final Map baseByVal; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 296. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 41) private static final Map fullByVal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 297. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 41) private static final Map fullByVal; ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 298. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 42) private static final Pattern unescapePattern = Pattern.compile("&(#(x|X)?([0-9a-fA-F]+)|[a-zA-Z]+\\d*);?"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, delete these tokens ---------- 299. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 52) public static boolean isNamedEntity(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, EnumHeader expected instead ---------- 300. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 62) public static boolean isBaseNamedEntity(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, EnumHeader expected instead ---------- 301. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 71) public static Character getCharacterByName(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on tokens, EnumHeader expected instead ---------- 302. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 73) } ^ Syntax error on token "}", ; expected ---------- 303. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 76) return escape(string, out.encoder(), out.escapeMode()); ^^^^^^^^^^ The method escapeMode() is undefined for the type Document.OutputSettings ---------- 304. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 79) static String escape(String string, CharsetEncoder encoder, EscapeMode escapeMode) { ^^^^^^^^^^ EscapeMode cannot be resolved to a type ---------- 305. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 81) Map map = escapeMode.getMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 306. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 81) Map map = escapeMode.getMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 307. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 90) if (map.containsKey(c)) ^^^^^^^^^^^ The method containsKey(Object) in the type Map is not applicable for the arguments (char) ---------- 308. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 91) accum.append('&').append(map.get(c)).append(';'); ^^^ The method get(Object) in the type Map is not applicable for the arguments (char) ---------- 309. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 126) {"quot", 0x00022}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 310. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 127) {"amp", 0x00026}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 311. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 128) {"apos", 0x00027}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 312. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 129) {"lt", 0x0003C}, ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 313. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 130) {"gt", 0x0003E} ^^^^^^^ Type mismatch: cannot convert from int to Object ---------- 314. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 134) xhtmlByVal = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 315. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 140) for (Object[] entity : xhtmlArray) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 316. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 146) private static Map loadEntities(String filename) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 317. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 148) Map entities = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 318. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 148) Map entities = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 319. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 148) Map entities = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 320. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 148) Map entities = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 321. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 157) for (Map.Entry entry: properties.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 322. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 157) for (Map.Entry entry: properties.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 323. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 165) private static Map toCharacterKey(Map inMap) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 324. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 165) private static Map toCharacterKey(Map inMap) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 325. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 166) Map outMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 326. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 166) Map outMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 327. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 166) Map outMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 328. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 166) Map outMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 329. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 167) for (Map.Entry entry: inMap.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 330. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 167) for (Map.Entry entry: inMap.entrySet()) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 331. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 167) for (Map.Entry entry: inMap.entrySet()) { ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 332. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Entities.java (at line 167) for (Map.Entry entry: inMap.entrySet()) { ^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- ---------- 333. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 334. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 335. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 212) public List childNodes() { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 336. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 221) public List childNodesCopy() { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 337. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 222) List children = new ArrayList(childNodes.size()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 338. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 222) List children = new ArrayList(childNodes.size()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 339. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 223) for (Node node : childNodes) { ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 340. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 238) return childNodes.toArray(new Node[childNodeSize()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to Node[] ---------- 341. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 291) parentNode.addChildren(siblingIndex(), node); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, Node) ---------- 342. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 316) parentNode.addChildren(siblingIndex()+1, node); ^^^^^^^^^^^ The method addChildren(int, Node[]) in the type Node is not applicable for the arguments (int, Node) ---------- 343. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 325) List nodes = Parser.parseFragment(html, context, baseUri()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 344. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 326) 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[]) ---------- 345. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 338) List wrapChildren = Parser.parseFragment(html, context, baseUri()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 346. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 346) deepest.addChildren(this); ^^^^^^^^^^^ The method addChildren(Node[]) in the type Node is not applicable for the arguments (Node) ---------- 347. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 384) List children = el.children(); ^^^^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 413) Integer index = out.siblingIndex(); ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from int to Integer ---------- 349. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 414) childNodes.set(index, in); ^^^ The method set(int, Node) in the type List is not applicable for the arguments (Integer, Node) ---------- 350. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 416) in.setSiblingIndex(index); ^^^^^^^^^^^^^^^ The method setSiblingIndex(int) in the type Node is not applicable for the arguments (Integer) ---------- 351. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 428) protected void addChildren(Node... children) { ^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 352. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 430) for (Node child: children) { ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 353. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 437) protected void addChildren(int index, Node... children) { ^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 464) public List siblingNodes() { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 355. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 468) List nodes = parentNode.childNodes; ^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 469) List siblings = new ArrayList(nodes.size() - 1); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 357. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 469) List siblings = new ArrayList(nodes.size() - 1); ^^^^ 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.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 470) for (Node node: nodes) ^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 359. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 484) List siblings = parentNode.childNodes; ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 360. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 485) Integer index = siblingIndex(); ^^^^^^^^^^^^^^ Type mismatch: cannot convert from int to Integer ---------- 361. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 487) if (siblings.size() > index+1) ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 362. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 488) return siblings.get(index+1); ^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 363. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 501) List siblings = parentNode.childNodes; ^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 502) Integer index = siblingIndex(); ^^^^^^^^^^^^^^ Type mismatch: cannot convert from int to Integer ---------- 365. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 504) if (index > 0) ^^^^^^^^^ The operator > is undefined for the argument type(s) Integer, int ---------- 366. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 505) return siblings.get(index-1); ^^^^^^^ The operator - is undefined for the argument type(s) Integer, int ---------- 367. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 571) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 368. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 578) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 369. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 594) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 595) public Node clone() { ^^^^ The return type is incompatible with Object.clone() ---------- 371. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 611) clone.childNodes = new ArrayList(childNodes.size()); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 372. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/nodes/Node.java (at line 612) for (Node child: childNodes) ^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 373. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 374. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 375. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 376. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 377. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 378. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 379. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- ---------- 380. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/CharacterReader.java (at line 122) String consumeToAny(final char... chars) { ^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/parser/CharacterReader.java (at line 229) boolean matchesAny(char... seq) { ^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/parser/CharacterReader.java (at line 234) for (char seek : seq) { ^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/parser/CharacterReader.java (at line 280) @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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 18) private HtmlTreeBuilderState state; // the current state ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 385. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 19) private HtmlTreeBuilderState originalState; // original / marked state ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 386. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 25) private DescendableLinkedList formattingElements = new DescendableLinkedList(); // active (open) formatting elements ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 25) private DescendableLinkedList formattingElements = new DescendableLinkedList(); // active (open) formatting elements ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 26) 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 ---------- 389. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 26) 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 ---------- 390. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 34) @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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 36) state = HtmlTreeBuilderState.Initial; ^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 392. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 36) state = HtmlTreeBuilderState.Initial; ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 393. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 40) List parseFragment(String inputFragment, Element context, String baseUri, ParseErrorList errors) { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 394. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 42) state = HtmlTreeBuilderState.Initial; ^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 395. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 42) state = HtmlTreeBuilderState.Initial; ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 396. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 50) doc.quirksMode(context.ownerDocument().quirksMode()); ^^^^^^^^^^ The method quirksMode() from the type Document refers to the missing type QuirksMode ---------- 397. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 54) if (StringUtil.in(contextTag, "title", "textarea")) ^^ The method in(String, String[]) in the type StringUtil is not applicable for the arguments (String, String, String) ---------- 398. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 55) tokeniser.transition(TokeniserState.Rcdata); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 399. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 56) 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) ---------- 400. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 57) tokeniser.transition(TokeniserState.Rawtext); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 401. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 59) tokeniser.transition(TokeniserState.ScriptData); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 402. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 61) tokeniser.transition(TokeniserState.Data); // if scripting enabled, rawtext ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 403. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 63) tokeniser.transition(TokeniserState.Data); ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 404. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 65) tokeniser.transition(TokeniserState.Data); // default ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 405. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 81) @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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 84) return this.state.process(token, this); ^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 407. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 87) boolean process(Token token, HtmlTreeBuilderState state) { ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 408. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 92) void transition(HtmlTreeBuilderState state) { ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 409. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 93) this.state = state; ^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 410. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 96) HtmlTreeBuilderState state() { ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 411. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 97) return state; ^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 412. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 101) originalState = state; ^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 413. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 101) originalState = state; ^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 414. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 104) HtmlTreeBuilderState originalState() { ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 415. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 105) return originalState; ^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 416. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 140) void error(HtmlTreeBuilderState state) { ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 417. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 195) 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) ---------- 418. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 214) if (stack.peekLast().nodeName().equals("td") && !state.name().equals("InCell")) ^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- 419. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 225) DescendableLinkedList getStack() { ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 233) private boolean isElementInQueue(DescendableLinkedList queue, Element element) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 421. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 234) Iterator it = queue.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 422. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 245) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 256) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 424. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 268) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 425. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 280) void popStackToClose(String... elNames) { ^^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 281) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 427. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 294) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 428. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 306) clearStackToContext("table"); ^^^^^^^^^^^^^^^^^^^ The method clearStackToContext(String[]) in the type HtmlTreeBuilder is not applicable for the arguments (String) ---------- 429. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 310) clearStackToContext("tbody", "tfoot", "thead"); ^^^^^^^^^^^^^^^^^^^ The method clearStackToContext(String[]) in the type HtmlTreeBuilder is not applicable for the arguments (String, String, String) ---------- 430. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 314) clearStackToContext("tr"); ^^^^^^^^^^^^^^^^^^^ The method clearStackToContext(String[]) in the type HtmlTreeBuilder is not applicable for the arguments (String) ---------- 431. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 317) private void clearStackToContext(String... nodeNames) { ^^^^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 432. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 318) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 433. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 329) assert onStack(el); ^^^^^^ 'assert' should not be used as an identifier, since it is a reserved keyword from source level 1.4 on ---------- 434. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 329) assert onStack(el); ^^^^^^ Syntax error on token "assert", do expected ---------- 435. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 329) assert onStack(el); Iterator it = stack.descendingIterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error on token(s), misplaced construct(s) ---------- 436. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 329) assert onStack(el); ^ Syntax error on token ";", [ expected ---------- 437. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 350) private void replaceInQueue(LinkedList queue, Element out, Element in) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 438. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 359) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 439. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 368) transition(HtmlTreeBuilderState.InSelect); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 440. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 371) transition(HtmlTreeBuilderState.InCell); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 441. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 374) transition(HtmlTreeBuilderState.InRow); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 442. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 377) transition(HtmlTreeBuilderState.InTableBody); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 443. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 380) transition(HtmlTreeBuilderState.InCaption); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 444. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 383) transition(HtmlTreeBuilderState.InColumnGroup); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 445. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 386) transition(HtmlTreeBuilderState.InTable); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 446. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 389) transition(HtmlTreeBuilderState.InBody); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 447. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 392) transition(HtmlTreeBuilderState.InBody); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 448. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 395) transition(HtmlTreeBuilderState.InFrameset); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 449. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 398) transition(HtmlTreeBuilderState.BeforeHead); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 450. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 401) transition(HtmlTreeBuilderState.InBody); ^^^^^^^^^^^^^^^^^^^^ HtmlTreeBuilderState cannot be resolved to a variable ---------- 451. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 413) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 455) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 461) 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) ---------- 454. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 493) pendingTableCharacters = new ArrayList(); ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 455. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 496) List getPendingTableCharacters() { ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 456. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 500) void setPendingTableCharacters(List pendingTableCharacters) { ^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 457. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 515) 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) ---------- 458. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 527) 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) ---------- 459. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 540) Iterator iter = formattingElements.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 460. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 613) Iterator it = formattingElements.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 461. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 628) Iterator it = formattingElements.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 462. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 669) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilder.java (at line 673) ", state=" + state + ^^^^^ HtmlTreeBuilderState cannot be resolved to a type ---------- ---------- 464. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 13) enum HtmlTreeBuilderState { ^^^^ Syntax error on token "enum", interface expected ---------- 465. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 13) enum HtmlTreeBuilderState { ^ Syntax error on token "{", class expected after this token ---------- 466. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 36) }, ^ Syntax error on token ",", class expected ---------- 467. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 65) }, ^ Syntax error on token ",", class expected ---------- 468. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 93) }, ^ Syntax error on token ",", class expected ---------- 469. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 164) }, ^ Syntax error on token ",", class expected ---------- 470. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 193) }, ^ Syntax error on token ",", class expected ---------- 471. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 244) }, ^ Syntax error on token ",", class expected ---------- 472. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 287) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 473. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 301) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 474. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 353) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 475. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 369) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 476. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 666) LinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 477. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 767) DescendableLinkedList stack = tb.getStack(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 478. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 768) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 479. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 786) }, ^ Syntax error on token ",", class expected ---------- 480. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 805) }, ^ Syntax error on token ",", class expected ---------- 481. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 904) }, ^ Syntax error on token ",", class expected ---------- 482. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 940) }, ^ Syntax error on token ",", class expected ---------- 483. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 975) }, ^ Syntax error on token ",", class expected ---------- 484. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1030) }, ^ Syntax error on token ",", class expected ---------- 485. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1090) }, ^ Syntax error on token ",", class expected ---------- 486. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1151) }, ^ Syntax error on token ",", class expected ---------- 487. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1208) }, ^ Syntax error on token ",", class expected ---------- 488. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1296) }, ^ Syntax error on token ",", class expected ---------- 489. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1314) }, ^ Syntax error on token ",", class expected ---------- 490. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1342) }, ^ Syntax error on token ",", class expected ---------- 491. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1388) }, ^ Syntax error on token ",", class expected ---------- 492. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1412) }, ^ Syntax error on token ",", class expected ---------- 493. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1428) }, ^ Syntax error on token ",", class expected ---------- 494. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/HtmlTreeBuilderState.java (at line 1445) }, ^ Syntax error on token ",", class expected ---------- ---------- 495. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/ParseError.java (at line 15) ParseError(int pos, String errorFormat, Object... args) { ^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 496. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/ParseError.java (at line 36) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- ---------- 497. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/ParseErrorList.java (at line 10) class ParseErrorList extends ArrayList{ ^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- ---------- 498. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Parser.java (at line 75) public List getErrors() { ^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 499. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Parser.java (at line 103) 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 ---------- 500. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Parser.java (at line 115) public static List parseXmlFragment(String fragmentXml, String baseUri) { ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 501. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Parser.java (at line 131) List nodeList = parseFragment(bodyHtml, body, baseUri); ^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 502. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Parser.java (at line 132) Node[] nodes = nodeList.toArray(new Node[nodeList.size()]); // the node list gets modified when re-parented ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to Node[] ---------- 503. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Parser.java (at line 133) for (Node node : nodes) { ^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 504. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 505. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 506. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 161) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 507. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 180) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 508. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 225) for (String tagName : blockTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 509. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 229) for (String tagName : inlineTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 510. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 238) for (String tagName : emptyTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 511. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 246) for (String tagName : formatAsInlineTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 512. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tag.java (at line 252) for (String tagName : preserveWhitespaceTags) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- ---------- 513. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 11) TokenType type; ^^^^^^^^^ TokenType cannot be resolved to a type ---------- 514. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 27) type = TokenType.Doctype; ^^^^ TokenType cannot be resolved to a type ---------- 515. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 27) type = TokenType.Doctype; ^^^^^^^^^ enum cannot be resolved to a type ---------- 516. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 94) @SuppressWarnings({"TypeMayBeWeakened"}) ^^^^^^^^^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 517. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 94) @SuppressWarnings({"TypeMayBeWeakened"}) ^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("TypeMayBeWeakened") ---------- 518. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 141) type = TokenType.StartTag; ^^^^ TokenType cannot be resolved to a type ---------- 519. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 141) type = TokenType.StartTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 520. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 155) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 521. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 167) type = TokenType.EndTag; ^^^^ TokenType cannot be resolved to a type ---------- 522. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 167) type = TokenType.EndTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 523. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 175) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 524. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 186) type = TokenType.Comment; ^^^^ TokenType cannot be resolved to a type ---------- 525. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 186) type = TokenType.Comment; ^^^^^^^^^ enum cannot be resolved to a type ---------- 526. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 193) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 527. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 203) type = TokenType.Character; ^^^^ TokenType cannot be resolved to a type ---------- 528. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 203) type = TokenType.Character; ^^^^^^^^^ enum cannot be resolved to a type ---------- 529. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 211) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 530. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 219) type = Token.TokenType.EOF; ^^^^ TokenType cannot be resolved to a type ---------- 531. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 219) type = Token.TokenType.EOF; ^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Token.TokenType ---------- 532. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 224) return type == TokenType.Doctype; ^^^^ TokenType cannot be resolved to a type ---------- 533. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 224) return type == TokenType.Doctype; ^^^^^^^^^ enum cannot be resolved to a type ---------- 534. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 232) return type == TokenType.StartTag; ^^^^ TokenType cannot be resolved to a type ---------- 535. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 232) return type == TokenType.StartTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 536. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 240) return type == TokenType.EndTag; ^^^^ TokenType cannot be resolved to a type ---------- 537. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 240) return type == TokenType.EndTag; ^^^^^^^^^ enum cannot be resolved to a type ---------- 538. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 248) return type == TokenType.Comment; ^^^^ TokenType cannot be resolved to a type ---------- 539. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 248) return type == TokenType.Comment; ^^^^^^^^^ enum cannot be resolved to a type ---------- 540. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 256) return type == TokenType.Character; ^^^^ TokenType cannot be resolved to a type ---------- 541. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 256) return type == TokenType.Character; ^^^^^^^^^ enum cannot be resolved to a type ---------- 542. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 264) return type == TokenType.EOF; ^^^^ TokenType cannot be resolved to a type ---------- 543. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 264) return type == TokenType.EOF; ^^^^^^^^^ enum cannot be resolved to a type ---------- 544. WARNING in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 267) enum TokenType { ^^^^ 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on ---------- 545. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 267) enum TokenType { ^^^^ enum cannot be resolved to a type ---------- 546. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 267) enum TokenType { ^^^^^^^^^ Syntax error, insert ";" to complete FieldDeclaration ---------- 547. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 268) Doctype, ^ Syntax error on token ",", delete this token ---------- 548. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Token.java (at line 273) EOF ^^^ Syntax error, insert ";" to complete BlockStatements ---------- ---------- 549. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 88) public boolean matchesAny(String... seq) { ^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 550. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 89) for (String s : seq) { ^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 551. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 96) public boolean matchesAny(char... seq) { ^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 552. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 100) for (char c: seq) { ^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 553. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 223) public String consumeToAny(String... seq) { ^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- 554. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 269) Character c = consume(); ^^^^^^^^^ Type mismatch: cannot convert from char to Character ---------- 555. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 271) if (c.equals(open)) ^^^^^^ The method equals(Object) in the type Character is not applicable for the arguments (char) ---------- 556. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 273) else if (c.equals(close)) ^^^^^^ The method equals(Object) in the type Character is not applicable for the arguments (char) ---------- 557. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 279) last = c; ^ Type mismatch: cannot convert from Character to char ---------- 558. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 292) for (char c : in.toCharArray()) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 334) while (!isEmpty() && (matchesWord() || matchesAny(':', '_', '-'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char, char) ---------- 560. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 347) while (!isEmpty() && (matchesWord() || matchesAny('|', '_', '-'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char, char) ---------- 561. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 360) while (!isEmpty() && (matchesWord() || matchesAny('-', '_'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char) ---------- 562. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokenQueue.java (at line 372) while (!isEmpty() && (matchesWord() || matchesAny('-', '_', ':'))) ^^^^^^^^^^ The method matchesAny(String[]) in the type TokenQueue is not applicable for the arguments (char, char, char) ---------- ---------- 563. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 18) private TokeniserState state = TokeniserState.Data; // current tokenisation state ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 564. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 18) private TokeniserState state = TokeniserState.Data; // current tokenisation state ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a variable ---------- 565. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 42) state.read(this, reader); ^^^^^ TokeniserState cannot be resolved to a type ---------- 566. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 61) if (token.type == Token.TokenType.StartTag) { ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 567. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 568. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 66) } else if (token.type == Token.TokenType.EndTag) { ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 569. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 570. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 87) TokeniserState getState() { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 571. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 88) return state; ^^^^^ TokeniserState cannot be resolved to a type ---------- 572. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 91) void transition(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 573. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 92) this.state = state; ^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 574. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 95) void advanceTransition(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 575. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 97) this.state = state; ^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 576. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 107) if (additionalAllowedCharacter != null && additionalAllowedCharacter == reader.current()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible operand types Character and char ---------- 577. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 109) if (reader.matchesAny('\t', '\n', '\r', '\f', ' ', '<', '&')) ^^^^^^^^^^ The method matchesAny(char[]) in the type CharacterReader is not applicable for the arguments (char, char, char, char, char, char, char) ---------- 578. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 126) charval = Integer.valueOf(numRef, base); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from Integer to int ---------- 579. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 147) characterReferenceError(String.format("invalid named referenece '%s'", nameRef)); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 580. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 150) if (inAttribute && (reader.matchesLetter() || reader.matchesDigit() || reader.matchesAny('=', '-', '_'))) { ^^^^^^^^^^ The method matchesAny(char[]) in the type CharacterReader is not applicable for the arguments (char, char, char) ---------- 581. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 157) return new char[]{Entities.getCharacterByName(nameRef)}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from Character to char ---------- 582. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 162) tagPending = start ? new Token.StartTag() : new Token.EndTag(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible conditional operand types StartTag and EndTag ---------- 583. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 201) void error(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 584. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 206) void eofError(TokeniserState state) { ^^^^^^^^^^^^^^ TokeniserState cannot be resolved to a type ---------- 585. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/Tokeniser.java (at line 213) errors.add(new ParseError(reader.pos(), "Invalid character reference: %s", message)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ParseError(int, String, String) is undefined ---------- ---------- 586. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 6) enum TokeniserState { ^^^^ Syntax error on token "enum", interface expected ---------- 587. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 6) enum TokeniserState { ^ Syntax error on token "{", class expected after this token ---------- 588. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 30) }, ^ Syntax error on token ",", class expected ---------- 589. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 41) }, ^ Syntax error on token ",", class expected ---------- 590. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 66) }, ^ Syntax error on token ",", class expected ---------- 591. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 76) }, ^ Syntax error on token ",", class expected ---------- 592. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 97) }, ^ Syntax error on token ",", class expected ---------- 593. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 118) }, ^ Syntax error on token ",", class expected ---------- 594. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 136) }, ^ Syntax error on token ",", class expected ---------- 595. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 162) }, ^ Syntax error on token ",", class expected ---------- 596. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 180) }, ^ Syntax error on token ",", class expected ---------- 597. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 212) }, ^ Syntax error on token ",", class expected ---------- 598. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 231) }, ^ Syntax error on token ",", class expected ---------- 599. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 244) }, ^ Syntax error on token ",", class expected ---------- 600. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 290) }, ^ Syntax error on token ",", class expected ---------- 601. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 301) }, ^ Syntax error on token ",", class expected ---------- 602. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 312) }, ^ Syntax error on token ",", class expected ---------- 603. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 351) }, ^ Syntax error on token ",", class expected ---------- 604. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 369) }, ^ Syntax error on token ",", class expected ---------- 605. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 381) }, ^ Syntax error on token ",", class expected ---------- 606. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 421) }, ^ Syntax error on token ",", class expected ---------- 607. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 431) }, ^ Syntax error on token ",", class expected ---------- 608. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 441) }, ^ Syntax error on token ",", class expected ---------- 609. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 468) }, ^ Syntax error on token ",", class expected ---------- 610. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 496) }, ^ Syntax error on token ",", class expected ---------- 611. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 527) }, ^ Syntax error on token ",", class expected ---------- 612. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 543) }, ^ Syntax error on token ",", class expected ---------- 613. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 556) }, ^ Syntax error on token ",", class expected ---------- 614. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 597) }, ^ Syntax error on token ",", class expected ---------- 615. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 627) }, ^ Syntax error on token ",", class expected ---------- 616. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 654) }, ^ Syntax error on token ",", class expected ---------- 617. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 681) }, ^ Syntax error on token ",", class expected ---------- 618. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 711) }, ^ Syntax error on token ",", class expected ---------- 619. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 722) }, ^ Syntax error on token ",", class expected ---------- 620. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 752) }, ^ Syntax error on token ",", class expected ---------- 621. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 796) }, ^ Syntax error on token ",", class expected ---------- 622. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 838) }, ^ Syntax error on token ",", class expected ---------- 623. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 883) }, ^ Syntax error on token ",", class expected ---------- 624. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 931) }, ^ Syntax error on token ",", class expected ---------- 625. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 961) }, ^ Syntax error on token ",", class expected ---------- 626. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 991) }, ^ Syntax error on token ",", class expected ---------- 627. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1038) }, ^ Syntax error on token ",", class expected ---------- 628. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1069) }, ^ Syntax error on token ",", class expected ---------- 629. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1088) }, ^ Syntax error on token ",", class expected ---------- 630. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1101) }, ^ Syntax error on token ",", class expected ---------- 631. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1119) }, ^ Syntax error on token ",", class expected ---------- 632. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1147) }, ^ Syntax error on token ",", class expected ---------- 633. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1175) }, ^ Syntax error on token ",", class expected ---------- 634. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1197) }, ^ Syntax error on token ",", class expected ---------- 635. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1220) }, ^ Syntax error on token ",", class expected ---------- 636. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1253) }, ^ Syntax error on token ",", class expected ---------- 637. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1281) }, ^ Syntax error on token ",", class expected ---------- 638. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1305) }, ^ Syntax error on token ",", class expected ---------- 639. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1339) }, ^ Syntax error on token ",", class expected ---------- 640. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1374) }, ^ Syntax error on token ",", class expected ---------- 641. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1400) }, ^ Syntax error on token ",", class expected ---------- 642. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1440) }, ^ Syntax error on token ",", class expected ---------- 643. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1477) }, ^ Syntax error on token ",", class expected ---------- 644. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1505) }, ^ Syntax error on token ",", class expected ---------- 645. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1533) }, ^ Syntax error on token ",", class expected ---------- 646. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1571) }, ^ Syntax error on token ",", class expected ---------- 647. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1608) }, ^ Syntax error on token ",", class expected ---------- 648. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1648) }, ^ Syntax error on token ",", class expected ---------- 649. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1685) }, ^ Syntax error on token ",", class expected ---------- 650. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1713) }, ^ Syntax error on token ",", class expected ---------- 651. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1741) }, ^ Syntax error on token ",", class expected ---------- 652. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1768) }, ^ Syntax error on token ",", class expected ---------- 653. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TokeniserState.java (at line 1786) }, ^ Syntax error on token ",", class expected ---------- ---------- 654. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 18) protected DescendableLinkedList stack; // the stack of open elements ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 655. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 31) stack = new DescendableLinkedList(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 656. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 50) if (token.type == Token.TokenType.EOF) ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 657. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/TreeBuilder.java (at line 50) if (token.type == Token.TokenType.EOF) ^^^^^^^^^^^^^^^^^^^ Cannot make a static reference to the non-static field Token.TokenType ---------- ---------- 658. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 13) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 659. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 19) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 660. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 22) switch (token.type) { ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 661. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 23) case StartTag: ^^^^^^^^ StartTag cannot be resolved to a variable ---------- 662. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 26) case EndTag: ^^^^^^ EndTag cannot be resolved to a variable ---------- 663. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 29) case Comment: ^^^^^^^ Comment cannot be resolved to a variable ---------- 664. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 32) case Character: ^^^^^^^^^ Character cannot be resolved to a variable ---------- 665. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 35) case Doctype: ^^^^^^^ Doctype cannot be resolved to a variable ---------- 666. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 38) case EOF: // could put some normalisation here if desired ^^^ EOF cannot be resolved to a variable ---------- 667. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 41) Validate.fail("Unexpected token type: " + token.type); ^^^^^^^^^^ TokenType cannot be resolved to a type ---------- 668. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 98) Iterator it = stack.descendingIterator(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/parser/XmlTreeBuilder.java (at line 121) List parseFragment(String inputFragment, String baseUri, ParseErrorList errors) { ^^^^ 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.7.2/source-bundle/org/jsoup/safety/Cleaner.java (at line 126) for (Attribute sourceAttr : sourceAttrs) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/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 ---------- 672. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 673. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 674. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 675. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 74) .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) ---------- 676. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 91) .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) ---------- 677. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 117) .addTags("img") ^^^^^^^ The method addTags(String[]) in the type Whitelist is not applicable for the arguments (String) ---------- 678. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 134) .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) ---------- 679. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 171) tagNames = new HashSet(); ^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 172) attributes = 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 173) enforcedAttributes = new HashMap>(); ^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 174) protocols = new HashMap>>(); ^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 184) public Whitelist addTags(String... tags) { ^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 187) for (String tagName : tags) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 207) public Whitelist addAttributes(String tag, String... keys) { ^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 215) Set attributeSet = new HashSet(); ^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 215) Set attributeSet = new HashSet(); ^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 216) for (String key : keys) { ^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 221) Set currentSet = attributes.get(tagName); ^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 255) Map attrMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 255) Map attrMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 292) public Whitelist addProtocols(String tag, String key, String... protocols) { ^^^^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 299) Map> attrMap; ^^^^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 300) Set protSet; ^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 305) attrMap = new HashMap>(); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 311) protSet = new HashSet(); ^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 314) for (String protocol : protocols) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 345) Map> attrProts = protocols.get(tag); ^^^^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 357) private boolean testValidProtocol(Element el, Attribute attr, Set protocols) { ^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 366) for (Protocol protocol : protocols) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 379) Map keyVals = enforcedAttributes.get(tag); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 380) for (Map.Entry entry : keyVals.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 703. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 380) for (Map.Entry entry : keyVals.entrySet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 380) for (Map.Entry entry : keyVals.entrySet()) { ^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from element type Object to Map.Entry ---------- 705. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 437) @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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 445) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/safety/Whitelist.java (at line 457) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/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 ---------- 709. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 710. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 711. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 36) And(Collection evaluators) { ^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 40) And(Evaluator... evaluators) { ^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 44) @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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 54) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 65) Or(Collection evaluators) { ^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 81) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 91) @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.7.2/source-bundle/org/jsoup/select/CombiningEvaluator.java (at line 93) 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.7.2/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.7.2/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.7.2/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.7.2/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.7.2/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.7.2/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.7.2/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.7.2/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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 23) contents = new ArrayList(initialCapacity); ^^^^^^^ 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 26) public Elements(Collection 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 27) contents = new ArrayList(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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 30) public Elements(List elements) { ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 34) public Elements(Element... elements) { ^^^^^^^^^^^^^^^^^^^ Syntax error, varargs 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 42) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 733. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 43) public Elements clone() { ^^^^^^^^ The return type is incompatible with Object.clone() ---------- 734. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 44) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 44) List elements = new ArrayList(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 46) for(Element e : 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 62) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 75) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 89) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 101) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 113) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 125) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 137) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 149) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 174) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 189) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 198) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 213) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 229) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 255) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 268) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 281) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 294) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 307) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 320) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 337) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 357) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 375) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 394) for (Element element : contents) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 760. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 434) return contents.size() > index ? new Elements(get(index)) : new Elements(); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Elements(Element) is undefined ---------- 761. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 452) 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 452) HashSet combo = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 453) for (Element e: contents) { ^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 484) for (Element el: contents) { ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 497) public Iterator iterator() {return contents.iterator();} ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 766. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 501) public T[] toArray(T[] a) {return contents.toArray(a);} ^ Syntax error, type parameters are only available if source level is 1.5 or greater ---------- 767. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 501) public T[] toArray(T[] a) {return contents.toArray(a);} ^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from T[] to T[] ---------- 768. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 507) 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 ---------- 769. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 507) 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 ---------- 770. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 507) public boolean containsAll(Collection c) {return contents.containsAll(c);} ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 771. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 509) 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 ---------- 772. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 509) 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 ---------- 773. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 509) public boolean addAll(Collection c) {return contents.addAll(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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 511) 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 ---------- 775. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 511) 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 ---------- 776. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 513) 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 ---------- 777. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 513) 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 ---------- 778. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 513) public boolean removeAll(Collection c) {return contents.removeAll(c);} ^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 779. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 515) 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 ---------- 780. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 515) 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 ---------- 781. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Elements.java (at line 515) public boolean retainAll(Collection c) {return contents.retainAll(c);} ^ 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 535) public ListIterator listIterator() {return contents.listIterator();} ^^^^^^^ 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 537) public ListIterator listIterator(int index) {return contents.listIterator(index);} ^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/Elements.java (at line 539) 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 ---------- ---------- 785. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 786. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 46) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 48) return String.format("%s", tagName); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 788. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 789. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 67) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 69) return String.format("#%s", id); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 791. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 792. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 89) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 91) return String.format(".%s", className); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 794. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 795. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 111) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 113) return String.format("[%s]", key); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 797. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 128) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 130) List values = element.attributes().asList(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 131) for (org.jsoup.nodes.Attribute attribute : values) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 800. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 138) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 140) return String.format("[^%s]", keyPrefix); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 802. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 803. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 158) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 160) 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) ---------- 805. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 806. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 178) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 180) 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) ---------- 808. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 809. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 198) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 200) 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) ---------- 811. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 812. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 218) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 220) 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) ---------- 814. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 815. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 238) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 240) 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) ---------- 817. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 818. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 262) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 264) 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) ---------- 820. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 821. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 295) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 822. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 311) return element.elementSiblingIndex() < index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The operator < is undefined for the argument type(s) Integer, int ---------- 824. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 314) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 316) return String.format(":lt(%d)", index); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, int) ---------- 826. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 331) return element.elementSiblingIndex() > index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The operator > is undefined for the argument type(s) Integer, int ---------- 828. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 334) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 336) return String.format(":gt(%d)", index); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, int) ---------- 830. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 351) return element.elementSiblingIndex() == index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible operand types Integer and int ---------- 832. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 354) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 356) return String.format(":eq(%d)", index); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, int) ---------- 834. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 365) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 835. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 368) return p != null && !(p instanceof Document) && element.elementSiblingIndex() == p.children().size()-1; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible operand types Integer and int ---------- 836. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 371) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 381) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 838. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 391) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 409) @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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 420) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 841. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 423) return String.format(":%s(%d)",getPseudoClass(), b); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String, int) ---------- 842. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 425) return String.format(":%s(%dn)",getPseudoClass(), a); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String, int) ---------- 843. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 426) return String.format(":%s(%dn%+d)", getPseudoClass(),a, b); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String, int, int) ---------- 844. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 446) return element.elementSiblingIndex()+1; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The operator + is undefined for the argument type(s) Integer, int ---------- 845. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 465) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 467) return element.parent().children().size() - element.elementSiblingIndex(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The operator - is undefined for the argument type(s) int, Integer ---------- 847. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 470) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 848. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 495) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 849. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 507) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 850. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 511) for (int i = element.elementSiblingIndex(); i < family.size(); i++) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type mismatch: cannot convert from Integer to int ---------- 851. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 517) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 852. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 527) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 853. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 530) return p != null && !(p instanceof Document) && element.elementSiblingIndex() == 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Incompatible operand types Integer and int ---------- 854. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 533) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 545) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 550) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 557) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 562) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 569) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 581) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 588) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 590) List family = element.childNodes(); ^^^^ Syntax error, parameterized types 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 597) @Override ^^^^^^^^^ Syntax error, annotations 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.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 626) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 865. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 631) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 866. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 633) return String.format(":contains(%s", searchText); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 867. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 647) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 868. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 652) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 869. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 654) return String.format(":containsOwn(%s", searchText); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) ---------- 870. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 668) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 871. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 674) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 872. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 676) return String.format(":matches(%s", pattern); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Pattern) ---------- 873. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 690) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 874. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 696) @Override ^^^^^^^^^ Syntax error, annotations are only available if source level is 1.5 or greater ---------- 875. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Evaluator.java (at line 698) return String.format(":matchesOwn(%s", pattern); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Pattern) ---------- ---------- 876. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 20) private List evals = new ArrayList(); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 877. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 20) private List evals = new ArrayList(); ^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 878. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 98) currentEval = new CombiningEvaluator.And(newEval, new StructuralEvaluator.ImmediateParent(currentEval)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.ImmediateParent) is undefined ---------- 879. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 100) currentEval = new CombiningEvaluator.And(newEval, new StructuralEvaluator.Parent(currentEval)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.Parent) is undefined ---------- 880. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 102) currentEval = new CombiningEvaluator.And(newEval, new StructuralEvaluator.ImmediatePreviousSibling(currentEval)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.ImmediatePreviousSibling) is undefined ---------- 881. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 104) currentEval = new CombiningEvaluator.And(newEval, new StructuralEvaluator.PreviousSibling(currentEval)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CombiningEvaluator.And(Evaluator, StructuralEvaluator.PreviousSibling) is undefined ---------- 882. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 118) throw new Selector.SelectorParseException("Unknown combinator: " + combinator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Selector.SelectorParseException(String) is undefined ---------- 883. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 195) 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 ---------- 884. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 224) 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) ---------- 885. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 252) 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 ---------- 886. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/QueryParser.java (at line 295) throw new Selector.SelectorParseException("Could not parse nth-index '%s': unexpected format", argS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Selector.SelectorParseException(String, String) is undefined ---------- ---------- 887. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 103) public static Elements select(String query, Iterable roots) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 888. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 106) LinkedHashSet elements = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 889. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 106) LinkedHashSet elements = new LinkedHashSet(); ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 890. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 108) for (Element root : roots) { ^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 891. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 119) static Elements filterOut(Collection elements, Collection outs) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 892. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 119) static Elements filterOut(Collection elements, Collection outs) { ^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 or greater ---------- 893. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 121) for (Element el : elements) { ^^^^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 894. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 123) for (Element out : outs) { ^^^^^^^^^^^^^^^^^^ Syntax error, 'for each' statements are only available if source level is 1.5 or greater ---------- 895. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/Selector.java (at line 136) public SelectorParseException(String msg, Object... params) { ^^^^^^^^^^^^^^^^ Syntax error, varargs are only available if source level is 1.5 or greater ---------- ---------- 896. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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 ---------- 897. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 898. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 899. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/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) ---------- 900. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 86) return String.format(":ImmediateParent%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 901. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 111) return String.format(":prev*%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 902. ERROR in /opt/public/orbit/projects/orbit-M/workdir/plugins/org.jsoup_1.7.2/source-bundle/org/jsoup/select/StructuralEvaluator.java (at line 129) return String.format(":prev%s", evaluator); ^^^^^^ The method format(String, Object[]) in the type String is not applicable for the arguments (String, Evaluator) ---------- 902 problems (895 errors, 7 warnings)[124 .class files generated]