We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee32c3 commit 672b16bCopy full SHA for 672b16b
1 file changed
docs/bugpattern/InvalidLink.md
@@ -10,3 +10,10 @@ Use the erased type of method parameters in `@link` tags. For example, write
10
`{@link #foo(List)}` instead of `{@link #foo(List<Bah>)}`. Javadoc does yet not
11
support generics in `@link` tags, due to a bug:
12
[JDK-5096551](https://bugs.openjdk.java.net/browse/JDK-5096551).
13
+
14
+### Limitations
15
16
+This check is very limited in terms of which unresolved links it can be *sure*
17
+are unresolvable. Code within Google is often compiled on a per-package or even
18
+per-file basis, and Error Prone only has visibility into the current
19
+compilation.
0 commit comments