8255989: Remove explicitly unascribed authorship from Java source files

Reviewed-by: redestad, mr, mchung, iris, serb
This commit is contained in:
Pavel Rappo 2020-11-07 12:11:43 +00:00
parent 358f5d2b03
commit c5462bb95d
77 changed files with 60 additions and 140 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.io;
* types to an output stream in a portable way. An application can * types to an output stream in a portable way. An application can
* then use a data input stream to read the data back in. * then use a data input stream to read the data back in.
* *
* @author unascribed
* @see java.io.DataInputStream * @see java.io.DataInputStream
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -55,7 +55,6 @@ import java.io.ObjectInput;
* the writeReplace and readResolve methods documented in the Serializable * the writeReplace and readResolve methods documented in the Serializable
* interface.<br> * interface.<br>
* *
* @author unascribed
* @see java.io.ObjectOutputStream * @see java.io.ObjectOutputStream
* @see java.io.ObjectInputStream * @see java.io.ObjectInputStream
* @see java.io.ObjectOutput * @see java.io.ObjectOutput

View File

@ -142,7 +142,6 @@ import sun.security.action.GetPropertyAction;
* additional file operations, file attributes, and I/O exceptions to help * additional file operations, file attributes, and I/O exceptions to help
* diagnose errors when an operation on a file fails. * diagnose errors when an operation on a file fails.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */

View File

@ -36,7 +36,6 @@ package java.io;
* constructors if the file does exist but for some reason is inaccessible, for * constructors if the file does exist but for some reason is inaccessible, for
* example when an attempt is made to open a read-only file for writing. * example when an attempt is made to open a read-only file for writing.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.io;
* class is the general class of exceptions produced by failed or * class is the general class of exceptions produced by failed or
* interrupted I/O operations. * interrupted I/O operations.
* *
* @author unascribed
* @see java.io.InputStream * @see java.io.InputStream
* @see java.io.OutputStream * @see java.io.OutputStream
* @since 1.0 * @since 1.0

View File

@ -33,7 +33,6 @@ package java.io;
* indicates how many bytes were successfully transferred before * indicates how many bytes were successfully transferred before
* the interruption occurred. * the interruption occurred.
* *
* @author unascribed
* @see java.io.InputStream * @see java.io.InputStream
* @see java.io.OutputStream * @see java.io.OutputStream
* @see java.lang.Thread#interrupt() * @see java.lang.Thread#interrupt()

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -39,7 +39,6 @@ package java.io;
* Specification</cite> * Specification</cite>
* </UL> * </UL>
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class InvalidClassException extends ObjectStreamException { public class InvalidClassException extends ObjectStreamException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,7 +32,6 @@ package java.io;
* @see ObjectInputValidation * @see ObjectInputValidation
* @since 1.1 * @since 1.1
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class InvalidObjectException extends ObjectStreamException { public class InvalidObjectException extends ObjectStreamException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,6 @@ package java.io;
/** /**
* Thrown when serialization or deserialization is not active. * Thrown when serialization or deserialization is not active.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class NotActiveException extends ObjectStreamException { public class NotActiveException extends ObjectStreamException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.io;
* The serialization runtime or the class of the instance can throw * The serialization runtime or the class of the instance can throw
* this exception. The argument should be the name of the class. * this exception. The argument should be the name of the class.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class NotSerializableException extends ObjectStreamException { public class NotSerializableException extends ObjectStreamException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.io;
* objects. DataInput includes methods for the input of primitive types, * objects. DataInput includes methods for the input of primitive types,
* ObjectInput extends that interface to include objects, arrays, and Strings. * ObjectInput extends that interface to include objects, arrays, and Strings.
* *
* @author unascribed
* @see java.io.InputStream * @see java.io.InputStream
* @see java.io.ObjectOutputStream * @see java.io.ObjectOutputStream
* @see java.io.ObjectInputStream * @see java.io.ObjectInputStream

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.io;
* Allows an object to be called when a complete graph of objects has * Allows an object to be called when a complete graph of objects has
* been deserialized. * been deserialized.
* *
* @author unascribed
* @see ObjectInputStream * @see ObjectInputStream
* @see ObjectInputStream#registerValidation(java.io.ObjectInputValidation, int) * @see ObjectInputStream#registerValidation(java.io.ObjectInputValidation, int)
* @since 1.1 * @since 1.1

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.io;
* DataOutput includes methods for output of primitive types, ObjectOutput * DataOutput includes methods for output of primitive types, ObjectOutput
* extends that interface to include objects, arrays, and Strings. * extends that interface to include objects, arrays, and Strings.
* *
* @author unascribed
* @see java.io.InputStream * @see java.io.InputStream
* @see java.io.ObjectOutputStream * @see java.io.ObjectOutputStream
* @see java.io.ObjectInputStream * @see java.io.ObjectInputStream

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,6 @@ package java.io;
/** /**
* Constants written into the Object Serialization Stream. * Constants written into the Object Serialization Stream.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public interface ObjectStreamConstants { public interface ObjectStreamConstants {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,6 @@ package java.io;
/** /**
* Superclass of all exceptions specific to Object Stream classes. * Superclass of all exceptions specific to Object Stream classes.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public abstract class ObjectStreamException extends IOException { public abstract class ObjectStreamException extends IOException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -42,7 +42,6 @@ package java.io;
* is set to 0. * is set to 0.
* </ul> * </ul>
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class OptionalDataException extends ObjectStreamException { public class OptionalDataException extends ObjectStreamException {

View File

@ -55,7 +55,6 @@ import sun.nio.ch.FileChannelImpl;
* than {@code EOFException} is thrown. In particular, an * than {@code EOFException} is thrown. In particular, an
* {@code IOException} may be thrown if the stream has been closed. * {@code IOException} may be thrown if the stream has been closed.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -174,7 +174,6 @@ package java.io;
* the default computed value, but the requirement for matching * the default computed value, but the requirement for matching
* serialVersionUID values is waived for array classes. * serialVersionUID values is waived for array classes.
* *
* @author unascribed
* @see java.io.ObjectOutputStream * @see java.io.ObjectOutputStream
* @see java.io.ObjectInputStream * @see java.io.ObjectInputStream
* @see java.io.ObjectOutput * @see java.io.ObjectOutput

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.io;
* Thrown when control information that was read from an object stream * Thrown when control information that was read from an object stream
* violates internal consistency checks. * violates internal consistency checks.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class StreamCorruptedException extends ObjectStreamException { public class StreamCorruptedException extends ObjectStreamException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -40,7 +40,6 @@ package java.io;
* <i>cause</i>, and may be accessed via the {@link Throwable#getCause()} * <i>cause</i>, and may be accessed via the {@link Throwable#getCause()}
* method, as well as the aforementioned "legacy field." * method, as well as the aforementioned "legacy field."
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class WriteAbortedException extends ObjectStreamException { public class WriteAbortedException extends ObjectStreamException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,7 +32,6 @@ package java.lang;
* incompatibly changed since the currently executing method was last * incompatibly changed since the currently executing method was last
* compiled. * compiled.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class AbstractMethodError extends IncompatibleClassChangeError { public class AbstractMethodError extends IncompatibleClassChangeError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,7 +35,6 @@ package java.lang;
* Throwable, boolean, boolean) suppression were disabled and/or the * Throwable, boolean, boolean) suppression were disabled and/or the
* stack trace was not writable}. * stack trace was not writable}.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class ArithmeticException extends RuntimeException { public class ArithmeticException extends RuntimeException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,7 +34,6 @@ package java.lang;
* x[0] = new Integer(0); * x[0] = new Integer(0);
* </pre></blockquote> * </pre></blockquote>
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class ArrayStoreException extends RuntimeException { public class ArrayStoreException extends RuntimeException {

View File

@ -186,7 +186,6 @@ import sun.reflect.misc.ReflectUtil;
* Class<String>}. Use {@code Class<?>} if the class being modeled is * Class<String>}. Use {@code Class<?>} if the class being modeled is
* unknown. * unknown.
* *
* @author unascribed
* @see java.lang.ClassLoader#defineClass(byte[], int, int) * @see java.lang.ClassLoader#defineClass(byte[], int, int)
* @since 1.0 * @since 1.0
* @jls 15.8.2 Class Literals * @jls 15.8.2 Class Literals

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,7 +34,6 @@ package java.lang;
* System.out.println((String)x); * System.out.println((String)x);
* </pre></blockquote> * </pre></blockquote>
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class ClassCastException extends RuntimeException { public class ClassCastException extends RuntimeException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.lang;
* Thrown when the Java Virtual Machine detects a circularity in the * Thrown when the Java Virtual Machine detects a circularity in the
* superclass hierarchy of a class being loaded. * superclass hierarchy of a class being loaded.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class ClassCircularityError extends LinkageError { public class ClassCircularityError extends LinkageError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.lang;
* file and determines that the file is malformed or otherwise cannot * file and determines that the file is malformed or otherwise cannot
* be interpreted as a class file. * be interpreted as a class file.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class ClassFormatError extends LinkageError { public class ClassFormatError extends LinkageError {

View File

@ -49,7 +49,6 @@ import java.io.ObjectStreamField;
* now known as the <i>cause</i>, and may be accessed via the {@link * now known as the <i>cause</i>, and may be accessed via the {@link
* Throwable#getCause()} method, as well as the aforementioned "legacy method." * Throwable#getCause()} method, as well as the aforementioned "legacy method."
* *
* @author unascribed
* @see java.lang.Class#forName(java.lang.String) * @see java.lang.Class#forName(java.lang.String)
* @see java.lang.ClassLoader#findSystemClass(java.lang.String) * @see java.lang.ClassLoader#findSystemClass(java.lang.String)
* @see java.lang.ClassLoader#loadClass(java.lang.String, boolean) * @see java.lang.ClassLoader#loadClass(java.lang.String, boolean)

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,7 +35,6 @@ package java.lang;
* throw this exception to indicate that an object could not or * throw this exception to indicate that an object could not or
* should not be cloned. * should not be cloned.
* *
* @author unascribed
* @see java.lang.Cloneable * @see java.lang.Cloneable
* @see java.lang.Object#clone() * @see java.lang.Object#clone()
* @since 1.0 * @since 1.0

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -45,7 +45,6 @@ package java.lang;
* fact that it implements this interface. Even if the clone method is invoked * fact that it implements this interface. Even if the clone method is invoked
* reflectively, there is no guarantee that it will succeed. * reflectively, there is no guarantee that it will succeed.
* *
* @author unascribed
* @see java.lang.CloneNotSupportedException * @see java.lang.CloneNotSupportedException
* @see java.lang.Object#clone() * @see java.lang.Object#clone()
* @since 1.0 * @since 1.0

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,7 +33,6 @@ package java.lang;
* only occur at run time if the definition of a class has * only occur at run time if the definition of a class has
* incompatibly changed. * incompatibly changed.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class IllegalAccessError extends IncompatibleClassChangeError { public class IllegalAccessError extends IncompatibleClassChangeError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -32,7 +32,6 @@ package java.lang;
* executing method does not have access to the definition of * executing method does not have access to the definition of
* the specified class, field, method or constructor. * the specified class, field, method or constructor.
* *
* @author unascribed
* @see Class#newInstance() * @see Class#newInstance()
* @see java.lang.reflect.Field#set(Object, Object) * @see java.lang.reflect.Field#set(Object, Object)
* @see java.lang.reflect.Field#setBoolean(Object, boolean) * @see java.lang.reflect.Field#setBoolean(Object, boolean)

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.lang;
* Thrown to indicate that a method has been passed an illegal or * Thrown to indicate that a method has been passed an illegal or
* inappropriate argument. * inappropriate argument.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class IllegalArgumentException extends RuntimeException { public class IllegalArgumentException extends RuntimeException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.lang;
* object's monitor or to notify other threads waiting on an object's * object's monitor or to notify other threads waiting on an object's
* monitor without owning the specified monitor. * monitor without owning the specified monitor.
* *
* @author unascribed
* @see java.lang.Object#notify() * @see java.lang.Object#notify()
* @see java.lang.Object#notifyAll() * @see java.lang.Object#notifyAll()
* @see java.lang.Object#wait() * @see java.lang.Object#wait()

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,6 @@ package java.lang;
* {@code suspend} and {@code resume} methods in class * {@code suspend} and {@code resume} methods in class
* {@code Thread}. * {@code Thread}.
* *
* @author unascribed
* @see java.lang.Thread#resume() * @see java.lang.Thread#resume()
* @see java.lang.Thread#suspend() * @see java.lang.Thread#suspend()
* @since 1.0 * @since 1.0

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.lang;
* definition. The definition of some class, on which the currently * definition. The definition of some class, on which the currently
* executing method depends, has since changed. * executing method depends, has since changed.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class IncompatibleClassChangeError extends LinkageError { public class IncompatibleClassChangeError extends LinkageError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,7 +33,6 @@ package java.lang;
* only occur at run time if the definition of a class has * only occur at run time if the definition of a class has
* incompatibly changed. * incompatibly changed.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -38,7 +38,6 @@ package java.lang;
* <li> the class has no nullary constructor * <li> the class has no nullary constructor
*</ul> *</ul>
* *
* @author unascribed
* @see java.lang.Class#newInstance() * @see java.lang.Class#newInstance()
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.lang;
* Thrown to indicate some unexpected internal error has occurred in * Thrown to indicate some unexpected internal error has occurred in
* the Java Virtual Machine. * the Java Virtual Machine.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class InternalError extends VirtualMachineError { public class InternalError extends VirtualMachineError {

View File

@ -99,7 +99,6 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
* occurs only with a specific minimum or maximum value and * occurs only with a specific minimum or maximum value and
* should be checked against the minimum or maximum as appropriate. * should be checked against the minimum or maximum as appropriate.
* *
* @author unascribed
* @author Joseph D. Darcy * @author Joseph D. Darcy
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,6 @@ package java.lang;
/** /**
* Thrown if an application tries to create an array with negative size. * Thrown if an application tries to create an array with negative size.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class NegativeArraySizeException extends RuntimeException { public class NegativeArraySizeException extends RuntimeException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,7 +35,6 @@ package java.lang;
* executing class was compiled, but the definition can no longer be * executing class was compiled, but the definition can no longer be
* found. * found.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class NoClassDefFoundError extends LinkageError { public class NoClassDefFoundError extends LinkageError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,7 +33,6 @@ package java.lang;
* only occur at run time if the definition of a class has * only occur at run time if the definition of a class has
* incompatibly changed. * incompatibly changed.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class NoSuchFieldError extends IncompatibleClassChangeError { public class NoSuchFieldError extends IncompatibleClassChangeError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,6 @@ package java.lang;
/** /**
* Signals that the class doesn't have a field of a specified name. * Signals that the class doesn't have a field of a specified name.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public class NoSuchFieldException extends ReflectiveOperationException { public class NoSuchFieldException extends ReflectiveOperationException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -34,7 +34,6 @@ package java.lang;
* only occur at run time if the definition of a class has * only occur at run time if the definition of a class has
* incompatibly changed. * incompatibly changed.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class NoSuchMethodError extends IncompatibleClassChangeError { public class NoSuchMethodError extends IncompatibleClassChangeError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,6 @@ package java.lang;
/** /**
* Thrown when a particular method cannot be found. * Thrown when a particular method cannot be found.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class NoSuchMethodException extends ReflectiveOperationException { public class NoSuchMethodException extends ReflectiveOperationException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -46,7 +46,6 @@ package java.lang;
* Throwable, boolean, boolean) suppression were disabled and/or the * Throwable, boolean, boolean) suppression were disabled and/or the
* stack trace was not writable}. * stack trace was not writable}.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class NullPointerException extends RuntimeException { public class NullPointerException extends RuntimeException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.lang;
* a string to one of the numeric types, but that the string does not * a string to one of the numeric types, but that the string does not
* have the appropriate format. * have the appropriate format.
* *
* @author unascribed
* @see java.lang.Integer#parseInt(String) * @see java.lang.Integer#parseInt(String)
* @since 1.0 * @since 1.0
*/ */

View File

@ -32,7 +32,6 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
* Every class has {@code Object} as a superclass. All objects, * Every class has {@code Object} as a superclass. All objects,
* including arrays, implement the methods of this class. * including arrays, implement the methods of this class.
* *
* @author unascribed
* @see java.lang.Class * @see java.lang.Class
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -35,7 +35,6 @@ package java.lang;
* boolean, boolean) suppression were disabled and/or the stack trace was not * boolean, boolean) suppression were disabled and/or the stack trace was not
* writable}. * writable}.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class OutOfMemoryError extends VirtualMachineError { public class OutOfMemoryError extends VirtualMachineError {

View File

@ -48,7 +48,6 @@ import jdk.internal.reflect.Reflection;
* <p> * <p>
* An application cannot create its own instance of this class. * An application cannot create its own instance of this class.
* *
* @author unascribed
* @see java.lang.Runtime#getRuntime() * @see java.lang.Runtime#getRuntime()
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -27,7 +27,6 @@ package java.lang;
/** /**
* Thrown by the security manager to indicate a security violation. * Thrown by the security manager to indicate a security violation.
* *
* @author unascribed
* @see java.lang.SecurityManager * @see java.lang.SecurityManager
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.lang;
* Thrown when a stack overflow occurs because an application * Thrown when a stack overflow occurs because an application
* recurses too deeply. * recurses too deeply.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class StackOverflowError extends VirtualMachineError { public class StackOverflowError extends VirtualMachineError {

View File

@ -74,7 +74,6 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
* occurs only with a specific minimum or maximum value and * occurs only with a specific minimum or maximum value and
* should be checked against the minimum or maximum as appropriate. * should be checked against the minimum or maximum as appropriate.
* *
* @author unascribed
* @author Joseph D. Darcy * @author Joseph D. Darcy
* @since 1.3 * @since 1.3
*/ */

View File

@ -133,7 +133,6 @@ import sun.security.util.SecurityConstants;
* or method in this class will cause a {@link NullPointerException} to be * or method in this class will cause a {@link NullPointerException} to be
* thrown. * thrown.
* *
* @author unascribed
* @see Runnable * @see Runnable
* @see Runtime#exit(int) * @see Runtime#exit(int)
* @see #run() * @see #run()

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -38,7 +38,6 @@ import java.util.Arrays;
* group, but not to access information about its thread group's * group, but not to access information about its thread group's
* parent thread group or any other thread groups. * parent thread group or any other thread groups.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
/* The locking strategy for this code is to try to lock only one level of the /* The locking strategy for this code is to try to lock only one level of the

View File

@ -106,7 +106,6 @@ import java.util.*;
* {@code String} (the detail message) and a {@code Throwable} (the * {@code String} (the detail message) and a {@code Throwable} (the
* cause). * cause).
* *
* @author unascribed
* @author Josh Bloch (Added exception chaining and programmatic access to * @author Josh Bloch (Added exception chaining and programmatic access to
* stack trace in 1.4.) * stack trace in 1.4.)
* @jls 11.2 Compile-Time Checking of Exceptions * @jls 11.2 Compile-Time Checking of Exceptions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.lang;
* Thrown when an unknown but serious exception has occurred in the * Thrown when an unknown but serious exception has occurred in the
* Java Virtual Machine. * Java Virtual Machine.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class UnknownError extends VirtualMachineError { public class UnknownError extends VirtualMachineError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.lang;
* Thrown if the Java Virtual Machine cannot find an appropriate * Thrown if the Java Virtual Machine cannot find an appropriate
* native-language definition of a method declared {@code native}. * native-language definition of a method declared {@code native}.
* *
* @author unascribed
* @see java.lang.Runtime * @see java.lang.Runtime
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.lang;
* though well formed, contains some sort of internal inconsistency * though well formed, contains some sort of internal inconsistency
* or security problem. * or security problem.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class VerifyError extends LinkageError { public class VerifyError extends LinkageError {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.lang;
* reference to the {@code Class} object representing the Java keyword * reference to the {@code Class} object representing the Java keyword
* void. * void.
* *
* @author unascribed
* @since 1.1 * @since 1.1
*/ */
public final public final

View File

@ -354,7 +354,6 @@ public class ModuleDescriptor
} }
} }
/** /**
* <p> A package exported by a module, may be qualified or unqualified. </p> * <p> A package exported by a module, may be qualified or unqualified. </p>
@ -892,7 +891,6 @@ public class ModuleDescriptor
} }
/** /**
* A module's version string. * A module's version string.

View File

@ -75,7 +75,6 @@ import sun.net.PlatformSocketImpl;
* </blockquote> * </blockquote>
* Additional (implementation specific) options may also be supported. * Additional (implementation specific) options may also be supported.
* *
* @author unascribed
* @see java.net.SocketImpl * @see java.net.SocketImpl
* @see java.net.ServerSocket#setSocketFactory(java.net.SocketImplFactory) * @see java.net.ServerSocket#setSocketFactory(java.net.SocketImplFactory)
* @see java.nio.channels.ServerSocketChannel * @see java.nio.channels.ServerSocketChannel

View File

@ -96,7 +96,6 @@ import java.util.Collections;
* </blockquote> * </blockquote>
* Additional (implementation specific) options may also be supported. * Additional (implementation specific) options may also be supported.
* *
* @author unascribed
* @see java.net.Socket#setSocketImplFactory(java.net.SocketImplFactory) * @see java.net.Socket#setSocketImplFactory(java.net.SocketImplFactory)
* @see java.net.SocketImpl * @see java.net.SocketImpl
* @see java.nio.channels.SocketChannel * @see java.nio.channels.SocketChannel

View File

@ -60,7 +60,6 @@ import sun.nio.ch.NioSocketImpl;
* to use the old implementation. The property and old implementation will be * to use the old implementation. The property and old implementation will be
* removed in a future version. * removed in a future version.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public abstract class SocketImpl implements SocketOptions { public abstract class SocketImpl implements SocketOptions {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,7 +33,6 @@ import java.io.IOException;
* not make sense, or the application is attempting to write to a * not make sense, or the application is attempting to write to a
* read-only URL connection. * read-only URL connection.
* *
* @author unascribed
* @since 1.0 * @since 1.0
*/ */
public class UnknownServiceException extends IOException { public class UnknownServiceException extends IOException {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -39,7 +39,6 @@ package java.util;
* <strong>NOTE: This class is obsolete. New implementations should * <strong>NOTE: This class is obsolete. New implementations should
* implement the Map interface, rather than extending this class.</strong> * implement the Map interface, rather than extending this class.</strong>
* *
* @author unascribed
* @see java.util.Map * @see java.util.Map
* @see java.lang.Object#equals(java.lang.Object) * @see java.lang.Object#equals(java.lang.Object)
* @see java.lang.Object#hashCode() * @see java.lang.Object#hashCode()

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ package java.util;
* retrieved does not match the pattern for the expected type, or * retrieved does not match the pattern for the expected type, or
* that the token is out of range for the expected type. * that the token is out of range for the expected type.
* *
* @author unascribed
* @see java.util.Scanner * @see java.util.Scanner
* @since 1.5 * @since 1.5
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.util;
* Thrown by various accessor methods to indicate that the element being requested * Thrown by various accessor methods to indicate that the element being requested
* does not exist. * does not exist.
* *
* @author unascribed
* @see java.util.Enumeration#nextElement() * @see java.util.Enumeration#nextElement()
* @see java.util.Iterator#next() * @see java.util.Iterator#next()
* @since 1.0 * @since 1.0

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -95,7 +95,6 @@ import java.lang.*;
* test * test
* </pre></blockquote> * </pre></blockquote>
* *
* @author unascribed
* @see java.io.StreamTokenizer * @see java.io.StreamTokenizer
* @since 1.0 * @since 1.0
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,6 @@ package java.util.regex;
* Unchecked exception thrown to indicate a syntax error in a * Unchecked exception thrown to indicate a syntax error in a
* regular-expression pattern. * regular-expression pattern.
* *
* @author unascribed
* @since 1.4 * @since 1.4
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1995, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,6 @@ import java.io.IOException;
/** /**
* Signals that a Zip exception of some sort has occurred. * Signals that a Zip exception of some sort has occurred.
* *
* @author unascribed
* @see java.io.IOException * @see java.io.IOException
* @since 1.1 * @since 1.1
*/ */

View File

@ -59,7 +59,6 @@ import sun.awt.OSInfo;
* version of Swing. A future release of Swing will provide support for * version of Swing. A future release of Swing will provide support for
* long term persistence. * long term persistence.
* *
* @author unattributed
* @deprecated The Motif Look and Feel is deprecated with the intent to remove * @deprecated The Motif Look and Feel is deprecated with the intent to remove
* it in some future release. It is recommended to use * it in some future release. It is recommended to use
* {@link javax.swing.plaf.metal.MetalLookAndFeel} instead. * {@link javax.swing.plaf.metal.MetalLookAndFeel} instead.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -50,7 +50,6 @@ import sun.awt.AWTAccessor.MouseEventAccessor;
/** /**
* A collection of utility methods for Swing. * A collection of utility methods for Swing.
* *
* @author unknown
* @since 1.2 * @since 1.2
*/ */
public class SwingUtilities implements SwingConstants public class SwingUtilities implements SwingConstants

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -37,7 +37,6 @@ package javax.swing;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
* @author unattributed
* @since 1.2 * @since 1.2
*/ */
@SuppressWarnings("serial") // Same-version serialization only @SuppressWarnings("serial") // Same-version serialization only

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -100,8 +100,6 @@ import java.beans.PropertyChangeEvent;
* of all JavaBeans * of all JavaBeans
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*
* @author unattributed
*/ */
@SuppressWarnings("serial") // Same-version serialization only @SuppressWarnings("serial") // Same-version serialization only
public abstract class BasicLookAndFeel extends LookAndFeel implements Serializable public abstract class BasicLookAndFeel extends LookAndFeel implements Serializable

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -90,8 +90,6 @@ import com.sun.java.swing.plaf.windows.WindowsIconFactory.VistaMenuItemCheckIcon
* for short term storage or RMI between applications running the same * for short term storage or RMI between applications running the same
* version of Swing. A future release of Swing will provide support for * version of Swing. A future release of Swing will provide support for
* long term persistence. * long term persistence.
*
* @author unattributed
*/ */
@SuppressWarnings("serial") // Superclass is not serializable across versions @SuppressWarnings("serial") // Superclass is not serializable across versions
public class WindowsLookAndFeel extends BasicLookAndFeel public class WindowsLookAndFeel extends BasicLookAndFeel