Discussion:
[ jEdit-devel ] [jedit:plugin-bugs] #1860 JavaSideKick mishandles >>
Dale Anson
2016-08-03 16:57:00 UTC
Permalink
---

** [plugin-bugs:#1860] JavaSideKick mishandles >>**

**Status:** open
**Group:**
**Created:** Wed Aug 03, 2016 04:56 PM UTC by Dale Anson
**Last Updated:** Wed Aug 03, 2016 04:56 PM UTC
**Owner:** Dale Anson


JavaSideKick fails to parse a java file that has nested generics, for example,

List<String, Map<String, String>> treeThing;

The >> at the end of the generic declaration is treated as a right shift, then the parser is confused and doesn't parse the file.



---

Sent from sourceforge.net because jedit-***@lists.sourceforge.net is subscribed to https://sourceforge.net/p/jedit/plugin-bugs/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/jedit/admin/plugin-bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
Dale Anson
2016-08-03 17:02:55 UTC
Permalink
- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,5 +1,7 @@
JavaSideKick fails to parse a java file that has nested generics, for example,

+~~~
List<String, Map<String, String>> treeThing;
+~~~

The >> at the end of the generic declaration is treated as a right shift, then the parser is confused and doesn't parse the file.

~~~~

- **Group**: -->



---

** [plugin-bugs:#1860] JavaSideKick mishandles >>**

**Status:** open
**Group:**
**Created:** Wed Aug 03, 2016 04:56 PM UTC by Dale Anson
**Last Updated:** Wed Aug 03, 2016 04:56 PM UTC
**Owner:** Dale Anson


JavaSideKick fails to parse a java file that has nested generics, for example,

~~~
List<String, Map<String, String>> treeThing;
~~~

The >> at the end of the generic declaration is treated as a right shift, then the parser is confused and doesn't parse the file.



---

Sent from sourceforge.net because jedit-***@lists.sourceforge.net is subscribed to https://sourceforge.net/p/jedit/plugin-bugs/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/jedit/admin/plugin-bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
Dale Anson
2017-04-03 16:40:06 UTC
Permalink
- **status**: open --> closed-fixed



---

** [plugin-bugs:#1860] JavaSideKick mishandles >>**

**Status:** closed-fixed
**Group:**
**Created:** Wed Aug 03, 2016 04:56 PM UTC by Dale Anson
**Last Updated:** Wed Aug 03, 2016 05:02 PM UTC
**Owner:** Dale Anson


JavaSideKick fails to parse a java file that has nested generics, for example,

~~~
List<String, Map<String, String>> treeThing;
~~~

The >> at the end of the generic declaration is treated as a right shift, then the parser is confused and doesn't parse the file.



---

Sent from sourceforge.net because jedit-***@lists.sourceforge.net is subscribed to https://sourceforge.net/p/jedit/plugin-bugs/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/jedit/admin/plugin-bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
Loading...