Files
codeql/java/change-notes/2021-09-13-javadoc-type-parameters.md
Chris Smowton 3c7b39f089 Add change note
2021-09-13 15:36:26 +01:00

238 B

lgtm,codescanning

  • The query java/unknown-javadoc-parameter now raises alerts for type parameters of generic classes that are documented but don't exist (perhaps due to using the wrong syntax, e.g. @param T instead of @param <T>).