- 
    
Improvement
 - 
    Resolution: Fixed
 - 
    
Minor
 - 
    None
 
SubversionChangeLogSet.LogEntry does not override getCommitId() from ChangeLogSet.Entry; this leaves the default return value of null; not very useful. ![]()
The trivially correct implementation would be
        @Override
        public String getCommitId() 
(edit: stupid copy-paste bug)