You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/08/24 15:31:24 UTC

[maven-javadoc-plugin] 01/01: Merge pull request #55 from XenoAmess/fix_bug_about_generation_in_fix

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 44e19db00c2df218381ed631180c0aef5ade6865
Merge: 7405d83 3dafe01
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Aug 24 15:26:31 2020 +0000

    Merge pull request #55 from XenoAmess/fix_bug_about_generation_in_fix
    
    [MJAVADOC-658] The fix operation wrongly delete generic functions's generic-class javadoc if exist, and add it if lack, and will not create it if param part of javadoc be empty

 .../plugins/javadoc/AbstractFixJavadocMojo.java    | 109 +--------------------
 .../src/main/java/fix/test/ClassWithJavadoc.java   |  39 ++++++++
 .../src/main/java/fix/test/ClassWithNoJavadoc.java |  25 ++++-
 .../src/main/java/fix/test/ClassWithJavadoc.java   |  31 ++++++
 .../src/main/java/fix/test/ClassWithNoJavadoc.java |  17 +++-
 5 files changed, 108 insertions(+), 113 deletions(-)