It's all about the answers!

Ask a question

Capture Method Name from the ChangeSet in RTC


Gagandeep Singh (122) | asked Sep 19 '13, 1:40 a.m.
edited Sep 27 '13, 7:19 p.m. by Millard Ellingsworth (2.5k12431)
Is there any Api exposed for RTC to retrieve the Method's information from the changeSet.
Currently changeSet only display the lines of code been modified, But i want to get the "MethodName" that contains the lines of code been modified.

Any response will be appreciated.

Thanks in advance.

One answer



permanent link
Sonia Dimitrov (27159) | answered Dec 17 '13, 11:04 a.m.
JAZZ DEVELOPER
The short answer is no, there are no assumptions made about file types for text diffs in the RTC client code. 

The Eclipse JDT code does detect the .java file types when opening a compare editor in eclipse, however these are also internals (org.eclipse.compare.internal.ViewerDescriptor.createViewer(Viewer, Composite, CompareConfiguration) returns a JavaStructureDiffViewer).

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.