checkstyle icon indicating copy to clipboard operation
checkstyle copied to clipboard

Issue #13043: Modify link javadoc tag reference to be optional

Open 0xbakry opened this issue 2 years ago • 10 comments

Solves https://github.com/checkstyle/checkstyle/issues/13043

CLI:

$ cat config1.xml
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
        "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
        "https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name = "Checker">
    <property name="charset" value="UTF-8"/>

    <module name="TreeWalker">
       <module name="NonEmptyAtclauseDescription"/>
    </module>

</module>

$ cat Test1.java
public class Test1 {

  /**
   * {@link}
   * {@linkplain}
   */
  public void method(String a)
  {

  }
}
$ java -jar checkstyle-10.10.1-SNAPSHOT-all.jar -c config1.xml Test1.java
Starting audit...
Audit done.

Diff Regression projects: https://gist.githubusercontent.com/0xbakry/7853843aa3d69aee301d7a8d62d08ebb/raw/65a7d6bee0ad8ad789c17f778ce7d8b0056ae28b/my_projects Diff Regression config: https://gist.githubusercontent.com/0xbakry/a1fcb13eef42f29de8ff500892f34166/raw/beceb87d12215501a53ffc29e87f6c0af78f588c/config_check.xml

0xbakry avatar May 04 '23 18:05 0xbakry

GitHub, generate report

0xbakry avatar May 04 '23 18:05 0xbakry

https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/642ace9_2023185553/reports/diff/index.html

github-actions[bot] avatar May 04 '23 18:05 github-actions[bot]

@0xbakry do you plan to continue work on this PR?

nrmancuso avatar Aug 19 '23 16:08 nrmancuso

@0xbakry do you plan to continue work on this PR?

Yeah, I'm a little busy with some work right now, but I'm planning to continue working on the project soon.

0xbakry avatar Aug 19 '23 16:08 0xbakry

Needs to be rebased.

rnveach avatar Aug 31 '23 17:08 rnveach

if no activity before 1 october , we will close PR to let somebody else to finish this update by reusage of this code

@0xbakry , please find time to finish update, looks like a little is left to be done

romani avatar Sep 02 '23 14:09 romani

Sorry for the delay, I don't have access to my laptop most of the time, so I'm closing this PR to let someone else work on it.

0xbakry avatar Sep 07 '23 11:09 0xbakry

single commit please

romani avatar Mar 15 '24 13:03 romani

Here is response https://github.com/checkstyle/checkstyle/pull/13046#discussion_r1564931186 from author, let's wait a bit more. Thanks a lot for coming back to it.

romani avatar Apr 17 '24 01:04 romani

@0xbakry , please find time to finish PR

romani avatar Jun 09 '24 20:06 romani