Skip to main content

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

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


Back to the top