Community
Participate
Working Groups
For some commits the last file context included in a commit may be display as "> null" to reproduce the problem: 1) Add the following commit to a review 2011-May-02, 12:24:45 on project org.eclipse.jgit, id: b2b58feba... 2) close and open the review 3) See the last element as ">null" and see in properties, the target file is not populated, the path in the base file is not populated either.
The problem was that we were only checking the name in EditorProxy#findReusableCompareEditor. We now check if the file revision objects are matching. This should fix the problem