Menu

#521 JBrowse Plugin has problem with Generics Return Types

closed
None
5
2005-12-31
2005-12-15
Anonymous
No

The JBrowse Plugin has a problem when a method is
returning a Parameterized Generic object such as a
Map that has more than one parameter. There is not a
problem with List where there is just one prameter.
For Example:

public static Map<String,String> getMap(){
Map<String, String> map = new
HashMap<String,String>();
return(map);
}

causes parse errors to be displayed in the tree.

Discussion

  • Dale Anson

    Dale Anson - 2005-12-15

    Logged In: YES
    user_id=187628

    I have the same problem. I've attempted to contact the
    author of JBrowse, but have not yet received a response. In
    the mean time, I wrote TigerBrowser, which does basic Java
    code browsing and supports the new Java 1.5 language
    constructs. You can get it here:

    http://community.jedit.org/?q=node/view/2543

     
  • Dale Anson

    Dale Anson - 2005-12-16
    • assigned_to: nobody --> daleanson
     
  • Dale Anson

    Dale Anson - 2005-12-16

    Logged In: YES
    user_id=187628

    I'm in the process of reworking the JBrowser plugin to use
    the parser that I wrote for the TigerBrowser (see previous
    comment). I'm aiming for the Jan 15 plugin release date.

     
  • Dale Anson

    Dale Anson - 2005-12-19

    Logged In: YES
    user_id=187628

    An update has been posted to
    http://community.jedit.org/?q=node/view/2543. This update
    is 95% of the way to being JBrowse 1.5.

     
  • Dale Anson

    Dale Anson - 2005-12-31
    • status: open --> closed
     
  • Dale Anson

    Dale Anson - 2005-12-31

    Logged In: YES
    user_id=187628

    Fixed in cvs, fix will be in JBrowse 1.5.0 release.

     

Log in to post a comment.