This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java.net


Michael Koch <konqueror@gmx.de> wrote:

Your contributions are so frequent that one can start to give some nitpicks:

>  public boolean isMCGlobal ()
>  {
>    // XXX: This seems to net exist with IPv4 addresses

net = not

>  /**
>   *
>   * @param str The URI as string to resolve against this URI
>   *
>   * @return The resulting URI

Why do you write the @return javadoc tag here and not for all the
other methods?

>   *
>   * @exception IllegalArgumentException If the given URI string
>   * violates RFC 2396
>   * @exception NullPointerException If uri is null

Which uri?

>   */
>  public URI resolve (String str)
>    throws IllegalArgumentException
>  {
>    return null;
>  }

>  /**
>   * Relativizes the given URI against this URI
>   *
>   * @param uri The URI to relativize this URI

Huh? 

>   *
>   * @return The resulting URI
>   *
>   * @exception NullPointerException If uri is null
>   */
>  public URI relativize (URI uri)
>  {
>    return null;
>  }
>  /**
>   * Returns the rae authority part of this URI

rae=raw

>   */
>  public String getRawAuthority ()

>  /**
>   * Return the raw fragment part of this URI

Return=Returns

>   */
>  public String getRawFragment ()


__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]