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

Reverting Variable Name Changes in Definitions Class #4493

Closed ginoaugustine closed 7 months ago

ginoaugustine commented 7 months ago

Reverting variable name changes in Definitions class since this change was breaking existing saved indexes due to java serialization limitation. Renaming of fields is not by default supported by java serialization framework

closes #4491

vladak commented 7 months ago

I verified it fixes the problem for pre-existing index by displaying annotation for a file which previously led to NPE.