alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (ReferenceTest.out)

This example Java source code file (ReferenceTest.out) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

exception, object

The ReferenceTest.out Java example source code

ReferenceTest.java:13: error: invalid use of @param
     * @param x description
       ^
ReferenceTest.java:18: error: invalid use of @param
     * @param x description
       ^
ReferenceTest.java:23: error: @param name not found
     * @param x description
              ^
ReferenceTest.java:25: warning: no @param for a
    public void param_name_not_found(int a) { }
                ^
ReferenceTest.java:28: error: @param name not found
     * @param <X> description
               ^
ReferenceTest.java:33: error: reference not found
     * @see Object#tooStrong()
            ^
ReferenceTest.java:38: error: invalid use of @return
     * @return x description
       ^
ReferenceTest.java:43: error: invalid use of @return
     * @return x description
       ^
ReferenceTest.java:48: error: exception not thrown: java.lang.Exception
     * @throws Exception description
               ^
ReferenceTest.java:59: error: type arguments not allowed here
     * {@link java.util.List<String>}
              ^
ReferenceTest.java:60: error: type arguments not allowed here
     * {@link java.util.List<String>#equals}
              ^
ReferenceTest.java:61: error: type arguments not allowed here
     * @see java.util.List<String>
            ^
ReferenceTest.java:62: error: type arguments not allowed here
     * @see java.util.List<String>#equals
            ^
12 errors
1 warning

Other Java examples (source code examples)

Here is a short list of links related to this Java ReferenceTest.out source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.