mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
238 B
238 B
lgtm,codescanning
- The query
java/unknown-javadoc-parameternow 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 Tinstead of@param <T>).