How to Track / record reviews and their results, under in RTC source control, with visibiity to Eclipse IDE
When we conduct reviews of code, we often create and then address various issues that come up. Sometimes, we have questions which get answered. We'd like to record in RTC, at various granularities (e.g. per file, per java package, per project), the various reviews and their results, so that future reviewers can see what was already reviewed (with results) and avoid repeating previously done work.
Is there any support in RTC for automatically recording this data (under source control), where it is kept in some sense "near" the source artifacts (so that future reviewers would immediately "see" in their Eclipse environment this information, without doing a multi-click traversal to find this information)?
Is there any support in RTC for automatically recording this data (under source control), where it is kept in some sense "near" the source artifacts (so that future reviewers would immediately "see" in their Eclipse environment this information, without doing a multi-click traversal to find this information)?