codeshovel icon indicating copy to clipboard operation
codeshovel copied to clipboard

Track method documentation changes

Open rtholmes opened this issue 4 years ago • 4 comments

Methods often have documentation that directly precedes their signatures (e.g., javadoc). While a change to documentation is not a change to the method, it is definitely associated with the method. This feels somewhat analogous to the Annotation change support introduced in #1 and should be handled similarly.

rtholmes avatar Feb 23 '21 06:02 rtholmes

@ishtiaque05 is this something you'd be able to add like you did for #1?

rtholmes avatar Feb 23 '21 06:02 rtholmes

Should be easy! MethodDeclaration has method.hasJavadoc() and Javadoc has javadoc.toText()

braxtonhall avatar Feb 23 '21 06:02 braxtonhall

Yup I can add that up unless @braxtonhall haven't already implemented it 😄

ishtiaque05 avatar Feb 23 '21 06:02 ishtiaque05

Java implementation for Ydocchange change: #65 Python and typescript implementation for Ydocchange: #69

ishtiaque05 avatar Mar 08 '21 20:03 ishtiaque05