Capture Method Name from the ChangeSet in RTC
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).
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).