Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XJD-53

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XJD-53
    Summary: Wrong qualified name of Inner class for type of XParameter
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XJavaDoc
 Components: 
             Core
   Versions:
             1.1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Michael Kopp

    Created: Wed, 26 Jan 2005 1:22 AM
    Updated: Wed, 26 Jan 2005 1:22 AM

Description:
I use the ejb doclet to generate the local interface. My method contains the 
following 'inner' class as paramter:

public interface Translator
{
    public static class Type
    {
        ...
    }
    
    ...
}

EJB Method:

public Result translate(DatabaseResource resource, String component, byte[] 
input, Translator.Type out, Map meta)

The doclet gathers the qualified name of the type: 

public static String getMethodParamTypeFor(XParameter param)
{
   return param.getType().getQualifiedName() + param.getDimensionAsString();
}

And ends up with: Translator.Type instead of 
com.ftisoft.translation.Translator.Type



---------------------------------------------------------------------
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



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to