Menu

#1860 JavaSideKick mishandles >>

None
closed-fixed
None
5
2017-04-03
2016-08-03
Dale Anson
No

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.

Discussion

  • Dale Anson

    Dale Anson - 2016-08-03
    • 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: -->
     
  • Dale Anson

    Dale Anson - 2017-04-03
    • status: open --> closed-fixed
     

Log in to post a comment.