Is there a way to find all the changes that affect a specific line of code?
Accepted answer
In the Eclipse client, you can select the file in the Package Explorer, open the context menu, and run 'Team - Annotate' on the file. That will show a column on the left side of the editor that you can hover your mouse over to see who edited it last. (If you want to see the previous edit, select the preceding change set in the History view and run Annotate from the context menu)
You can also get blame in the command line by running 'lscm annotate'.
Comments
1 vote
1 vote
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 05 '15, 12:56 a.m.