mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
This commit is contained in:
parent
270fe13182
commit
3789983e89
56923 changed files with 3 additions and 15727 deletions
42
test/langtools/tools/doclint/ReferenceTest.out
Normal file
42
test/langtools/tools/doclint/ReferenceTest.out
Normal file
|
@ -0,0 +1,42 @@
|
|||
ReferenceTest.java:14: error: invalid use of @param
|
||||
* @param x description
|
||||
^
|
||||
ReferenceTest.java:19: error: invalid use of @param
|
||||
* @param x description
|
||||
^
|
||||
ReferenceTest.java:24: error: @param name not found
|
||||
* @param x description
|
||||
^
|
||||
ReferenceTest.java:26: warning: no @param for a
|
||||
public void param_name_not_found(int a) { }
|
||||
^
|
||||
ReferenceTest.java:29: error: @param name not found
|
||||
* @param <X> description
|
||||
^
|
||||
ReferenceTest.java:34: error: reference not found
|
||||
* @see Object#tooStrong()
|
||||
^
|
||||
ReferenceTest.java:39: error: invalid use of @return
|
||||
* @return x description
|
||||
^
|
||||
ReferenceTest.java:44: error: invalid use of @return
|
||||
* @return x description
|
||||
^
|
||||
ReferenceTest.java:49: error: exception not thrown: java.lang.Exception
|
||||
* @throws Exception description
|
||||
^
|
||||
ReferenceTest.java:60: error: type arguments not allowed here
|
||||
* {@link java.util.List<String>}
|
||||
^
|
||||
ReferenceTest.java:61: error: type arguments not allowed here
|
||||
* {@link java.util.List<String>#equals}
|
||||
^
|
||||
ReferenceTest.java:62: error: type arguments not allowed here
|
||||
* @see java.util.List<String>
|
||||
^
|
||||
ReferenceTest.java:63: error: type arguments not allowed here
|
||||
* @see java.util.List<String>#equals
|
||||
^
|
||||
12 errors
|
||||
1 warning
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue