Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1199

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1199
    Summary: webdoclet cannot parse Java 1.5 generics code
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Web Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Bob Walker

    Created: Mon, 20 Dec 2004 4:38 AM
    Updated: Mon, 20 Dec 2004 4:38 AM
Environment: Windows XP JDK 1.5/5.0

Description:
Given a servlet class:

package test;

import java.util.List;
import java.io.IOException;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpServletRequest;


/**
 * Test class for Webdoclet
 * @author Bob Walker
 * @web.servlet name="TestWebDoclet"
 */
public class TestWebDoclet extends HttpServlet
{
    private List<String> list;

    protected void service( HttpServletRequest req, HttpServletResponse res )
            throws ServletException, IOException
    {

    }
}

Webdoclet gives the following exception 

Error parsing File C:\bob\dev\test\java\src\test\TestWebDoclet.java:Encountered 
"<" at line 20, column 21.
Was expecting one of:
    <IDENTIFIER> ...
    "[" ...
    "." ...
    "(" ...

I appreciate that this is not a "bug" as such, but any idea when webdoclet is 
likely to support code containing Generics?


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to