Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] minor bug-fix contribution question



Pete,

corext belongs to the JDT UI component. So I would suggest posting this to
jdt-ui-dev@xxxxxxxxxxx.

Also the best way to have a fix integrated is to open a bug report (if none
exists yet) explaining what the problem is, then attach a patch to this bug
report.

Jerome


                                                                           
             "Pete Looney"                                                 
             <PLooney@xxxxxxx>                                             
             Sent by:                                                   To 
             jdt-core-dev-admi         <jdt-core-dev@xxxxxxxxxxx>          
             n@xxxxxxxxxxx                                              cc 
                                                                           
                                                                   Subject 
             10/14/2004 12:31          [jdt-core-dev] minor bug-fix        
             AM                        contribution question               
                                                                           
                                                                           
             Please respond to                                             
               jdt-core-dev                                                
                                                                           
                                                                           




hello, all,

I have a (very) small bug-fix suggestion that I would like to
contribute, if it is worth the time.  Is this the appropriate forum for
such a thing?

The change is to:
org.eclipse.jdt.internal.corext.codemanipulation.StubUtility.insertTag()
.  Currently, it inserts the "@return" javadoc tag, but without
appending the return type.

Could someone help, or point the way for me?  Or even tell me if it's
too small a bug to worry about.

thanks,
Pete Looney
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top