qdox generates invalid java for nested class references
-------------------------------------------------------

                 Key: QDOX-166
                 URL: http://jira.codehaus.org/browse/QDOX-166
             Project: QDox
          Issue Type: Bug
          Components: Parser
    Affects Versions: 1.9
         Environment: Apache Maven 2.1.0 (r755702; 2009-03-18 15:10:27-0400)
Java version: 1.6.0_11
Java home: F:\devtools\jdk1.6.0_11\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

            Reporter: David Boon


Using the gwt-maven-plugin with qdox version 1.9.  Qdox generates invalid 
references to nested classes:

Example:


Original class:
   import com.google.gwt.gen2.table.client.TableModelHelper;
   public SerializableResponse<Result> doSomething(Long id, 
TableModelHelper.Request request);

Generated class:
    void doSomething( java.lang.Long id  
com.google.gwt.gen2.table.client.TableModelHelper$Request request, 
AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper$SerializableResponse<Result>>
 callback );

The dollar sign in the generated class seems incorrect since that will not 
compile.   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to