Capture Method Name from the ChangeSet in RTC
Gagandeep Singh (1●2●2)
| asked Sep 19 '13, 1:40 a.m.
edited Sep 27 '13, 7:19 p.m. by Millard Ellingsworth (2.5k●1●24●31)
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
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
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.