cvs commit: spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/qdox QDoxDescriptorParser.java

Peter Donald <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/10/28 05:40:53

  Modified:    sandbox/metaclass/src/java/org/realityforge/metaclass/tools/qdox
                        QDoxDescriptorParser.java
  Log:
  Push through declared attributes in MethodDescriptor
  
  Revision  Changes    Path
  1.20      +3 -2      spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/qdox/QDoxDescriptorParser.java
  
  Index: QDoxDescriptorParser.java
  ===================================================================
  RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/java/org/realityforge/metaclass/tools/qdox/QDoxDescriptorParser.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- QDoxDescriptorParser.java	28 Oct 2003 13:34:22 -0000	1.19
  +++ QDoxDescriptorParser.java	28 Oct 2003 13:40:52 -0000	1.20
  @@ -26,7 +26,7 @@
    * and building a ClassDescriptor to correspond to the JavaClass
    * object.
    *
  - * @version $Revision: 1.19 $ $Date: 2003/10/28 13:34:22 $
  + * @version $Revision: 1.20 $ $Date: 2003/10/28 13:40:52 $
    */
   public class QDoxDescriptorParser
   {
  @@ -160,6 +160,7 @@
           return new MethodDescriptor( name,
                                        type,
                                        parameters,
  +                                     attributes, 
                                        attributes );
       }
   
  @@ -228,7 +229,7 @@
               interceptor.processFieldAttributes( field, originalAttributes );
           return new FieldDescriptor( name,
                                       type,
  -                                    attributes, 
  +                                    attributes,
                                       attributes );
       }
   
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.