oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.29k stars 739 forks source link

prevent null date in Subversion history entry #4564

Closed vladak closed 3 months ago

vladak commented 3 months ago

This change prevents adding HistoryEntry objects with null date to the list from the SubversionHistoryParser. I had to make changes in the Executor to propagate the errors from stream processing for this to work.

It also fixes various style issues and code smells.