Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Getting changed Lines from ChangeSet

I want to get the lines of code that have changed from IChangeSet
I am trying with a stand alone Java Client.
I get the changeset, the changes and the IVersionableHandle

Is it possible to extract the lines that have changed ?

IChangeSet changeSet = (IChangeSet)changeItem;
Collection<IChange> changes = changeSet.changes();
for(IChange change : changes){
IVersionableHandle handle = change.item();

}

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,954

Question asked: Mar 25 '09, 10:40 a.m.

Question was seen: 6,951 times

Last updated: Mar 25 '09, 10:40 a.m.

Confirmation Cancel Confirm