• V
    Make sure that change log annotation cannot result into exception · d85dc98e
    Vojtech Juranek 提交于
    Although javadoc for ChangeLogAnnotator#annotate() states that any exception should be caught in this method and it should return normally, some implementation don't respect it or e.g. in case of missing some dependecy (resulting into NoClassDefFoundError) plugin itself can hardly ensure that no exption is thrown. We should ensure it on the core level.
    d85dc98e
可在Tags中查看这些版本中当前仓库的状态.
ChangeLogSet.java 7.9 KB